Linux-Networking Digest #164, Volume #10 Wed, 10 Feb 99 06:13:54 EST
Contents:
Re: Please Help: Redhat 5.2 + DHCP (Jason Brossa)
Re: Winchat protocol for linux... ("Christopher G. Petty")
Solaris Samba (Matthias)
Re: agetty, mgetty or uugetty? (Villy Kruse)
Re: ibm.net ppp setup problem (Clifford Kite)
ipfwadm or ipchains examples? ("Gavin Cato")
networking problems (Carsten Keller)
Re: Simple network config. Just cant get it right! (John Duncan)
Re: Newbie: Samba and Win98 ([EMAIL PROTECTED])
Re: Using a Linux dial in PPP with Windows NT (scott fagg)
Re: [HELP] Was I hacked? (sam)
Re: IP forwarding/diald timeout catch 22 ("phantom")
Problems with chat... (Miguel Ortiz Lombardia)
Re: kernel 2.2.1 doesn't like ppp (John Thompson)
----------------------------------------------------------------------------
From: Jason Brossa <[EMAIL PROTECTED]>
Subject: Re: Please Help: Redhat 5.2 + DHCP
Date: Tue, 09 Feb 1999 07:48:57 GMT
It seems your problem probably lies in the dhcpc part
try this:
download dhcpcd-0_70-2_i386.rpm (a link follows)
install it
activate your ethernet card
from a shell type
dhcpcd -h <yourcomputername>
this will pass your computer name to media one
then they will issue your ip address
More info is available here
http://www.monmouth.com/~jay/Linux/
Mikhail Ulinich wrote:
> I'm trying to set up Linux DHCP to work with MediaOne's cable modem
> service. I've identified several potential problems, but being new to
> Linux, I'm not sure which ones are important and how to cure them.
>
> Setup: Redhat 5.2 on AMD K6-2 with 64M RAM and 4.2G HD.
> The Ethernet card is a 3COM 3c509B-COMBO, ISA (which I used in other
> systems and which works just fine).
>
> The card is identified fine on bootup: the proper driver is used
> (3c509.o), the io and irq are fine, and even the 10baseT port is used
> (after I used a DOS tool to configure the card to default to 10baseT).
>
> In Control-Panel->Network Administration->Interfaces, eth0 is set to use
> dhcp, as it should be. The problem is, it doesn't work either on bootup
> or when I try to "activate" the interface from the control panel after
> bootup.
>
> Here are some potential problems. I'd appreciate if someone could explain
> to me if they really are problems and how I could fix them:
>
> 1. The /etc/conf.modules file contains the correct line for eth0:
> alias eth0 3c509
> However, when I do "modprobe -c" I get two statements that seem to nullify
> each other:
> ...
> alias eth0 3c509
> ...
> alias eth0 off
> ...
> The first one comes from /etc/conf.modules. But why is the second one
> there? Is it telling my computer not to load the driver for eth0? But it
> seems like the driver is loaded anyway, if I'm to trust the bootup
> messages...
>
> 2. At bootup, when it says "Using DHCP for eth0..." it immediately
> follows that with something like "eth0: Setting Rx mode to 1 address". Is
> this correct? Or should the card be in promiscuous mode?
>
> 3. I called MediaOne, and they claim that they can actually see the
> requests made by my dhcp client, and that their server actually assigns me
> an IP address and sends me a reply. However, if I use tcpdump, I don't
> see any packets on the ethernet after dhcpcd makes its request (of course,
> I do see the requests themselves). There are no firewall rules on my
> computer to prevent me from receiving those packets (as a matter of fact,
> the default policy for both directions is "accept", and there are no other
> rules.) Shouldn't I be able to see all packets on the network using
> tcpdump? That is, even if my dhcp client doesn't do the right thing with
> them, shouldn't I still see the server's responses?
>
> I've been trying to get this thing set up for a couple of weeks already,
> and I'd really appreciate any help.
>
> Thanks,
> Mikhail
------------------------------
From: "Christopher G. Petty" <[EMAIL PROTECTED]>
Subject: Re: Winchat protocol for linux...
Date: Fri, 29 Jan 1999 00:17:14 -0500
Torsten:
smbclient already does this... granted, it's command line, but it does it.
_CGP
Torsten Kurbad wrote:
> Hi Folks!
>
> Is there anyone willing and able to program some stuff to communicate with
> the winchat program of MS Windows 95/98/NT through linux???
>
> Tnx!
>
> Torsten :o)
>
> ----------------------------------------------------------------------------
> ------
> Linux - Where do you want to go tomorrow?
------------------------------
From: Matthias <[EMAIL PROTECTED]>
Subject: Solaris Samba
Date: Wed, 10 Feb 1999 09:57:06 +0100
Hi!
Strange thing:
Got 2 Solaris - Stations. Both have the same smb.conf (expect the shared
directories), i.e. same global
section. Mounting/Browsing the shares is only for one of the both
stations possibly.
The one that isn't browseable is a NIS+-Server.
Does anyone know about this?
Thanks!
------------------------------
From: [EMAIL PROTECTED] (Villy Kruse)
Subject: Re: agetty, mgetty or uugetty?
Date: 10 Feb 1999 10:03:01 +0100
In article <[EMAIL PROTECTED]>, Marc Remijn <[EMAIL PROTECTED]> wrote:
>Wlmet wrote:
>>
>> What is best for dial-in agetty, mgetty or uugetty? Why? Which is easiest?
>> Which is best documented?
>
>I use mgetty. Quite an old version even. It gives me:
>
uugetty is a bit broken; I fixed it myself, but I see no official
maintainer that might be interested in the fixes. Most important is
that for uucp bidirectional use of the modem the tty line must be owned
by uucp and not root, and the current uugetty dosn't allow that.
There is also a mingetty which you'll find on redhat systems for the consoles.
Villy
------------------------------
From: [EMAIL PROTECTED] (Clifford Kite)
Subject: Re: ibm.net ppp setup problem
Date: 9 Feb 1999 11:26:11 -0600
S.C.Cheah ([EMAIL PROTECTED]) wrote:
: 'ord:' 'XXX'
: 'ogin:' 'myinet.abc'
Try putting the login expect/send before the password expect/send.
--
Clifford Kite <[EMAIL PROTECTED]> Not a guru. (tm)
/* Speak softly and carry a +6 two-handed sword. */
------------------------------
From: "Gavin Cato" <[EMAIL PROTECTED]>
Subject: ipfwadm or ipchains examples?
Date: Wed, 10 Feb 1999 09:09:47 GMT
Hello All,
Can anyone give me some examples configs of using ipfwadm (or preferably
ipchains) of setting up a Linux box as a firewall (blocking certain udp/tcp
based ports) and acting as a NAT box for machines connected via ethernet
assuming the linux box has a internet connection through eth0?
Just a quick example, I'll be able to pick it up once I see a working
config/command line
Thanks!
--
Gavin Cato - Optus Network Engineer - [EMAIL PROTECTED]
gawk; talk; date; wine; grep; touch; unzip; touch; gasp; finger; gasp;
mount; \
fsck; more; yes; gasp; umount; make clean; make mrproper; sleep
------------------------------
From: Carsten Keller <[EMAIL PROTECTED]>
Subject: networking problems
Date: 09 Feb 1999 19:18:39 +0000
hi
i seem to have problems with a little network, consisting of three
computers that are connected via a hub. the first computer's ip is
192.168.1.1, the second computer has the ip 192.168.1.2 and the third
computer has the ip 192.168.1.3. The problem is that i can happily
telnet/ftp/ping/... from the third computer to the first, from the
second to the first, but neither from the second to the third, nor
from the third to the second. i can also 'see' the second and third
computer from the first.
what this all means is that in order to get from the third computer to
the second i must go via the first, i.e. telnet from 3->1 and then
from 1-> 2. that is kind of stupid, isn't it? i cannot quite figure
out what the problem is. can anyone help ? what could the problem
possibly be ? if more information is required, please let me know.
cheers,
carsten
--
--
Carsten Keller Email: [EMAIL PROTECTED]
Christ Church [EMAIL PROTECTED]
Oxford OX1 1DP
------------------------------
From: John Duncan <[EMAIL PROTECTED]>
Subject: Re: Simple network config. Just cant get it right!
Date: Tue, 09 Feb 1999 19:11:51 GMT
Robert,
I'm having some of the same problems with my @home connection. Let me
know if you find out anything and I'll do the same for you. I've posted
a few things in some different NG's so hopefully I'll get it figured
out.
Thanks.
[EMAIL PROTECTED]
Robert Montgomery wrote:
>
> Hi all, I've got a list of questions about the various files
> necessary for a simple manual (no dhcp) network configuration
> (which I still dont have working). My setup is simple, just one
> intel machine with a cable modem and ethernet card (which is
> supported by 2.0.36 and works fine). If I ever get this all
> figured out, I'm going to write a COMPLETE how-to!!!
>
> Note that this is my network info from my provider:
>
> Host: CS373959-A
> IP: 24.65.228.72
> Subnet Mask: 255.255.255.0
> Gateway: 24.65.228.1
> Nameserver 1: 24.64.2.33
> Nameserver 2: 24.64.2.34
> Domain: cghh1.ab.wave.home.com
>
> For each file which is seemingly pertinent to my network setup,
> I have listed what I have and any questions or comments that I
> have about it. PLEASE give me any feedback abouth anything
> wrong or any misconceptions that I have!!!
>
> ------------------------------------------------------------------------
>
> /etc/HOSTNAME
> ------------------------------------------------------------------------
>
> CS373959-A.cghh1.ab.wave.home.com
> # I assume that I should have my FQDN here, but should
> # I be using "IP.domain" or the "host.domain" format using
> # the host id that @Home assigned to me (like shown above)??
>
> ------------------------------------------------------------------------
>
> /etc/hosts
> ------------------------------------------------------------------------
>
> 127.0.0.1 localhost
> 24.65.228.72 CS373959-A.cghh1.ab.wave.home.com CS373959-A
> # I assume that this is a correct entry for the loopback, and that
> # a loopback entry IS required. I am guessing that I should also
> # have an entry for my static IP address too.
>
> ------------------------------------------------------------------------
>
> /etc/host.conf
> ------------------------------------------------------------------------
>
> order hosts, bind, nis
> multi on
> # I guess this is probably OK, but will having "nis" in there
> # screw anything up if NIS isnt being used???
>
> ------------------------------------------------------------------------
>
> /etc/networks
> ------------------------------------------------------------------------
>
> # Do I need a loopback entry here? Do I need an entry for my
> # ISP's network? Note, I am not connecting to any network
> # other than my ISP.
>
> ------------------------------------------------------------------------
>
> /etc/resolv.conf
> ------------------------------------------------------------------------
>
> search cghh1.ab.wave.home.com
> nameserver 24.64.2.33
> nameserver 24.64.2.35
> # I'm not sure that I really need a "domain" or "search" entry
> # here because there are really no other machines on my
> # network that I'd like to access by hostname alone.
> # I dont suppose having it should hurt anything. A strange thing
> # I've noticed is if I enter a domain of cghh1.ab.wave.home.com
> # using the RH5.2 netcfg GUI, that it puts the entry in this file
> # as a "search" and not as a "domain". How come?
>
> ------------------------------------------------------------------------
>
> /etc/sysconfig/network
> ------------------------------------------------------------------------
>
> NETWORKING=yes
> FORWARD_IPV4=yes
> HOSTNAME=CS373959-A.cghh1.ab.wave.home.com
> GATEWAYDEV=eth0
> GATEWAY=24.65.228.1
> # I assume that the default gateway device is just my ethernet
> # adapter "eth0". I assume that the packet forwarding is
> # required but am not sure why. When would you NOT want it?
>
> ------------------------------------------------------------------------
>
> /etc/sysconfig/static-routes
> ------------------------------------------------------------------------
>
> # Do I need any static routes? Should I put in a static route
> # entry showing my adapter/network/netmask & gateway?
> # I guess I could add an entry here, but it seems that this info
> # would be redundant to the eth0 initialization in the next file...
>
> ------------------------------------------------------------------------
>
> /etc/sysconfig/network-scripts/ifcfg-eth0
> ------------------------------------------------------------------------
>
> DEVICE="eth0"
> USERCTL=yes
> ONBOOT="yes"
> BOOTPROTO="none"
> BROADCAST=24.65.228.255
> NETWORK=24.65.228.0
> NETMASK="255.255.255.0"
> IPADDR="24.65.228.72"
> # Now something could be screwy here... The info I was
> # provided says that my IP is 24.65.228.72, subnet mask is
> # 255.255.255.0, and gateway is 24.65.228.1. Since my IP
> # is 24.xx.xx.xx, I assume that my network is a CLASS A
> # network. They specifically told me that it was a SUBNET
> # mask though, so I also assume that this network is
> # subnetted. So I guess my big question here is, should
> # the entry in this file show a NETWORK=24.0.0.0, with
> # a NETMASK=255.0.0.0 (which I think is the main network
> # info) or do I use the subnetted info as currently shown
> # in the file above?????
>
> OK. One last question. Since my nameservers are (I guess)
> on a different subnet (24.64.xx.xx) than my gateway or my
> IP (24.65.xx.xx), will that cause any problems locating the
> nameservers? No matter what I seem to try, I can never seem
> to ping the nameservers!?!?
>
> Well, thanks for any help. I'm ready to do something crazy if
> I cant get this mess straightened out, like go back to windoze :(
> I need to start getting some real work done!!!!
>
> Thanks a zillion.
> [EMAIL PROTECTED]
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Newbie: Samba and Win98
Date: Tue, 09 Feb 1999 09:57:03 GMT
In article <[EMAIL PROTECTED]>,
Marc Remijn <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
>
> > On Sun, 31 Jan 1999 20:14:55 -0500, "Jeffrey D. Larson"
> > <[EMAIL PROTECTED]> wrote:
>
> > >Where can I find info on how to set this up? I'm trying to connect a
> > >Win98 client to a Linux (Redhat 5.2) server. I can ping the server, but
> [...]
>
> > Your Login and Password seem to have to be identical on Win98 and
> > Linux
> > (e.g. if you login on Linux as "jlarson" you should login on win98 the
> > same way.)
ACTIVE IN THE KERNEL THE OPTION "BUG WIN95/98 SAMBA"
>
> Only to access your home directory on the unix machine
>
> > watch on bootup of Linux for the line "Starting Samba" or smthg like
> > that... otherwise it is not initiated correctly and you�ll have to do
> > it manually.
> > I use inetd for automated loading.
>
> Try a
> smbclient -L localhost
> on your samba server. It should list your shares.
>
> >
> > If you do not use a DNS (Direct Name Server) you will have to enter
> > the win98-box IP number into the file "hosts" (should be in /etc ) for
> > Linux.
> > Possible numbers for privat network without external connection
> > 192.168.x.x whereas the last number can not be a 0 or 255.
> > Under Win98 you will have to edit the file "host.sam" and enter the
> > IP of the Linux machine.
>
> Not necessary. If both machines are on the same IP network you should be
> able to see the unix samba machine in 'network neighborhood'. But only
> if the workgroup/domain names are the same on both machines. The NETBIOS
> protocol uses broadcasts to announce services to other machines on the
> network. Only when there is a router in between two machines you will
> need lmhosts file entries on windows machines or naming services like
> WINS.
>
> Even from unix machine you could connect to a share on your windows
> machine by using the -I <ip address> option of smbclient, without
> putting anything in your hosts or DNS. Only if you want to refer to the
> windows machine by it's name you should put it in the hosts file.
>
> > Any configuration issue for samba has to be written into the file
> > smb.conf which is appearently comparable with a *.ini file under
> > Windows.
>
> Here you will also find the workgroup name:
>
> I use Samba 1.9.17p2
>
> in /etc/smb.conf there is a global section:
>
> [global]
> workgroup = thuis
> printing = bsd
> printcap name = /etc/printcap
> load printers = yes
> guest account = nobody
>
> In my case the workgroup name is 'thuis' (at home in Dutch). It should
> match the workgroup name your windows machine uses.
>
> The guest account is important if you have public shares, that should be
> accessible to everyone.
>
> Marc
>
"L'essentiel est invisible " Saint-ex'
============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
------------------------------
From: scott fagg <[EMAIL PROTECTED]>
Subject: Re: Using a Linux dial in PPP with Windows NT
Date: Wed, 10 Feb 1999 19:18:01 +1000
Yes, have a read of the PPP howto's, they should cover both dialout and
dialin setups.
There are extensions to ppp that convince it to provide MS-DNS and WINS
info to dial in clients
Steve Wentworth wrote:
>
> Greetings all..
>
> I work in a shop that primarily uses a Win NT 4.0 network, but we are
> dissatisfied with it (big surprise!!) and have been testing samba. I
> have tried to set up NT RAS, and needless to say, it was not the best
> experience of my life.
>
> The question is:
>
> Is there a way to configure a RedHat Linux 5.2 box as a Dial in server,
> and have it authenticate users and enable them to browse shares on the
> NT network?
>
> Any input that anyone can provide would be greatly appreciated..
>
> Thank you in adavance..
>
> Steve Wentworth
--
=========================
remove the PAM from my email address to mail me...
=========================
------------------------------
From: sam <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: [HELP] Was I hacked?
Date: Wed, 10 Feb 1999 05:43:46 GMT
==============871CB8FCA4CA66F496B3F99D
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lei Zheng wrote:
check the man for hosts.allow and hosts.deny. You can use a combination of entries
to shut off any host . You can disable inetd services via the run level editor in
control-panel
sathya
> Hi,
>
> Sorry for posting this here. I recently installed Linux 5.1 on a machine with
> direct Internet connection. Everything is running OK. This morning,
> when I was working on it ( not as root ), the system beeped and sent
> to my screen a short message from syslogd@amy. Then I checked my log file
> and found following lines
>
> in /var/log/secure:
>
> Feb 5 06:11:52 amy in.telnetd[7299]: connect from 207.22.149.66
> Feb 5 06:11:52 amy imapd[7300]: connect from 207.22.149.66
> Feb 5 06:11:52 amy in.telnetd[7301]: connect from 207.22.149.66
> Feb 5 07:24:00 amy imapd[7383]: connect from 207.22.149.66
>
> in /var/log/message:
>
> Feb 5 07:24:00 amy imapd[7383]: System break-in attempt, host=[207.22.149.66]
> Feb 5 07:24:01 amy
> Feb 5 07:24:01 amy syslogd: Cannot glue message parts together
> Feb 5 07:24:01 amy 22>Feb 5 07:24:01 imapd[7383]: AUTHENTICATE ^P^P^P^P^P^P^P^
> P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
> P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
> P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
> P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
> P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
> P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
> P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
> P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
> P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
> P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
> P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
> P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
> P^P^P
> Feb 5 07:24:01 amy ^IF^L0^K^Is^MN^H^MV^LM
>
> I am the only user of that machine. I checked the IP and found it belongs
> to something I have never heard of:
>
> Tampa Bay Library Consortium (NETBLK-TBLC3-NET) TBLC3-NET
> 207.22.144.0 - 207.22.151.0
>
> I wonder what these mean, and what that guy was doing. I don't know much about
> Linux, but heard that mail server port was the security weakpoint. What should
> I do? Is it possible for me to reject connection from that IP address?
> One Linux box in our LAN was hacked before so I am quite sensitive to this.
> Please email me any input to [EMAIL PROTECTED] Thanks.
>
> Lei
--
Remove the NONO in my reply to address
==============871CB8FCA4CA66F496B3F99D
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Lei Zheng wrote:
<br>check the man for hosts.allow and hosts.deny. You can use a combination
of entries to shut off any host . You can disable inetd services via the
run level editor in control-panel
<p>sathya
<br>
<br>
<blockquote TYPE=CITE>Hi,
<p>Sorry for posting this here. I recently installed Linux 5.1 on a machine
with
<br>direct Internet connection. Everything is running OK. This morning,
<br>when I was working on it ( not as root ), the system beeped and sent
<br>to my screen a short message from syslogd@amy. Then I checked my log
file
<br>and found following lines
<p>in /var/log/secure:
<p>Feb 5 06:11:52 amy in.telnetd[7299]: connect from 207.22.149.66
<br>Feb 5 06:11:52 amy imapd[7300]: connect from 207.22.149.66
<br>Feb 5 06:11:52 amy in.telnetd[7301]: connect from 207.22.149.66
<br>Feb 5 07:24:00 amy imapd[7383]: connect from 207.22.149.66
<p>in /var/log/message:
<p>Feb 5 07:24:00 amy imapd[7383]: System break-in attempt, host=[207.22.149.66]
<br>Feb 5 07:24:01 amy
<br>Feb 5 07:24:01 amy syslogd: Cannot glue message parts together
<br>Feb 5 07:24:01 amy 22>Feb 5 07:24:01 imapd[7383]: AUTHENTICATE
^P^P^P^P^P^P^P^
<br>P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
<br>P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
<br>P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
<br>P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
<br>P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
<br>P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
<br>P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
<br>P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
<br>P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
<br>P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
<br>P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
<br>P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^P^
<br>P^P^P
<br>Feb 5 07:24:01 amy ^IF^L0^K^Is^MN^H^MV^LM
<p>I am the only user of that machine. I checked the IP and found it belongs
<br>to something I have never heard of:
<p> Tampa Bay Library Consortium
(NETBLK-TBLC3-NET)
TBLC3-NET
<br>
207.22.144.0 - 207.22.151.0
<p>I wonder what these mean, and what that guy was doing. I don't know
much about
<br>Linux, but heard that mail server port was the security weakpoint.
What should
<br>I do? Is it possible for me to reject connection from that IP address?
<br>One Linux box in our LAN was hacked before so I am quite sensitive
to this.
<br>Please email me any input to [EMAIL PROTECTED] Thanks.
<p>Lei</blockquote>
<pre>--
Remove the NONO in my reply to address</pre>
</html>
==============871CB8FCA4CA66F496B3F99D==
------------------------------
From: "phantom" <[EMAIL PROTECTED]>
Subject: Re: IP forwarding/diald timeout catch 22
Date: Wed, 10 Feb 1999 09:25:02 -0000
You could run 'tcpdump -i ppp0' to find out what data on what port
is being sent, then you could add a rule in diald.conf to ignore these
packets.
I'm also running diald with ip masquerading but I don't have a constant
stream of packets going through ppp0, so maybe it is just some strange
program running on one of your machines generating the traffic, tcpdump
should help you track this down too.
Mark Jenkins.
Kyle Tucker wrote in message ...
>Hi,
> On RH 5.2 I successfully have diald, IP masquerading and
>ppp working. But diald never hangs up as there is always outgoing
>packets thru ppp0 (according to netstat -i) despite the fact I have
>nothing running that is specifically going out this route. Is this
>a unavoidable drawback to running IP masquerading which apparently
>requires ip forwarding set on? Thanks.
>
>--
>- Kyle
------------------------------
From: Miguel Ortiz Lombardia <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.portable
Subject: Problems with chat...
Date: Wed, 10 Feb 1999 12:39:36 -0100
Hello everybody,
I'm affraid this question has been posted sometime before...
I have a PCMCIA modem (Kingmax 56K, V.90). I can run minicom and connect
properly to my host. But chat is no use: I get no answer from the modem
and it doesn't dial the number. I read somewhere to try
$chat TIMEOUT 3 "" \rAT OK-+++\c-OK AT&D2&C1 TIMEOUT 60 OK ATDTmy_number
and so on...
but for some reason D2 and C1 are not recognized...
Could anyone tell me what this means?
The modem is supposed to work under any OS (as stated in its manual),
provided you have the socket and card drivers... which apparently is the
case since it works properly under minicom.
Thank you very much in advance,
Miguel
-- =
=A4=BA=B0`=B0=BA=A4=F8,=B8=B8,=F8=A4=BA=B0`=B0=BA=A4=F8,=B8=B8,=F8=A4=BA=B0=
`=B0=BA=A4=F8,=B8=B8,=F8=A4=BA=B0`=B0=BA=A4=F8=A4=BA=B0`=B0=BA=A4=F8,=B8=B8=
,=F8=A4=BA=B0`=B0=BA=A4=F8
Miguel Ortiz Lombardia, IBMB-CSIC / =
C. Jordi Girona 18, 08034 Barcelona, E / Un dia =
Tel: +34-934006100, Fax: +34-932045904 / es el gran rastro de luz =
email: [EMAIL PROTECTED] / que el amor deja detras =
======================================= / cuando pasa por la noche,
http://www.pangea.org/ai-cat / sin el eterna, del mundo =
http://cid.csic.es/~molbmc/aic5.html / P. Salinas
=A4=BA=B0`=B0=BA=A4=F8,=B8=B8,=F8=A4=BA=B0`=B0=BA=A4=F8,=B8=B8,=F8=A4=BA=B0=
`=B0=BA=A4=F8,=B8=B8,=F8=A4=BA=B0`=B0=BA=A4=F8=A4=BA=B0`=B0=BA=A4=F8,=B8=B8=
,=F8=A4=BA=B0`=B0=BA=A4=F8
------------------------------
From: John Thompson <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: Re: kernel 2.2.1 doesn't like ppp
Date: Tue, 09 Feb 1999 10:47:47 -0600
Kyle Dansie wrote:
>
> John Thompson wrote:
> >
> > I just finished compiling kernel 2.2.1 and everything seems
> > to work except ppp. I can dial into my provider, start ppp
> > but nothing happens. [...]
> You just need to get the newer 2.3.5 version of ppp. There is an RPM for
> it on the redhat site, I dont recall the address though. If you have
> trouble with the config files, let me know I can send you a copy of
> mine.
Thanks; I have since tried the newer ppp again and made some
scripting changes and it appears to work.
Now I just need to get the tape drive going...
--
-John ([EMAIL PROTECTED])
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.networking) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Networking Digest
******************************