Linux-Networking Digest #194, Volume #12         Wed, 11 Aug 99 21:13:47 EDT

Contents:
  Re: ipchains (ftp doesn't work) (haze)
  Begining the Network ("Lars Bindergrowle")
  Re: ping problems (Vincent)
  Re: Can't see network gateway ("George Georgakis")
  Re: Need help, please -> LINUX Routing Problems ???? ([EMAIL PROTECTED])
  Re: Load Balancing between 2 routers ("John Hardin")
  RH6.0 and DHCP/WINS not working
  Communicate with Netware's IPTUNNEL ("Sean W. Ellis")
  Re: Add new Ethernet Adapater to RH 5.2 (Vidar Andresen)
  Re: Connect to ISP when phone rings: is this possible? (Jeff)
  Re: ipchains (ftp doesn't work) ("Joe")
  Re: about mail server (RedHat 6 and sendmail) ("Gregory D. Horne")
  Re: Sendmail Delivery Options (Peter McDermott)
  Re: smbmount: netbios name? (Scott)
  Re: Dial In Config. (Chris Mahmood)
  Re: Begining the Network ("Gregory D. Horne")
  telnet question (me)
  Re: Begining the Network (Sonny Kim)
  ipchains (ftp doesn't work) ("Joe")
  network neightborhood for linux? (Tero Hakala)
  Re: telnet question (haze)
  I need help mounting an ftp server (Scott)
  Re: Linux and MS Proxy ("br")
  Re: Can I see who is connecting?? ("Michael Faurot")
  SEXY STUFF 85667 ([EMAIL PROTECTED])
  Masqdailer - can't find latest (Stephen Torri)
  Re: Cable Modem & hub (Dr. Stephen S. Kerr)
  Re: RH 6.0 pump not getting IP via DHCP from Cisco 675
  Re: Works statically, but can't get DHCP working (Vincent)

----------------------------------------------------------------------------

From: haze <[EMAIL PROTECTED]>
Subject: Re: ipchains (ftp doesn't work)
Date: Wed, 11 Aug 1999 22:48:45 GMT

add
modprobe ip_masq_ftp to rc.local
in /etc should work after that
HAZE

Joe wrote:

> I am running redhat 6.0, I can do an ftp from my linux box that has the ppp
> connection, however I can't do FTP's from my other boxes networked to the
> linux.� Linux is the gateway to the internet.� I have the following ipchains
> configured:
>
> ipchains -P forward DENY
> ipchains -A forward -i ppp0 -j MASQ
> echo 1 > /proc/sys/net/ipv4/ip_forward
>
> Is there a reason the FTP doesn't work.� I get this message
>
> PORT 192,168,10,12,10,214
> 500 Illegal PORT command.
>
> I can do everything else, ping, telnet, http, just can't ftp.


------------------------------

From: "Lars Bindergrowle" <[EMAIL PROTECTED]>
Subject: Begining the Network
Date: Wed, 11 Aug 1999 18:51:11 -0700

I am very new to networks (building them vs using them) and I occasionally
still have minor problems with linux once in a while (not a true expert by
far). I am in the process of setting up a tcp/ip network with a few linux
systems. I am about to install the NICs. If there were to be problems with
their installation how can I tell the difference between that and problems
with the network itself? Say a bad cable or a mistake in my setting up of
the network on a box (leaving something out of hosts, resolv.conf, etc and
just not noticing). Thanks.






------------------------------

From: [EMAIL PROTECTED] (Vincent)
Subject: Re: ping problems
Date: Wed, 11 Aug 1999 18:19:41 -0400

In article <n9Mr3.718$[EMAIL PROTECTED]>, [EMAIL PROTECTED] 
says...
> Have you enabled IP_FORWARDING? 

Yes.

>Have you set the default route of the desktops on your inside network to 
>point to the eth0 address? 

Yes.

>Does your Linux box have a default route set to point to your Cable 
>modem or your cable companies router? 

I think so. I have set a default gateway for eth1 to the gateway supplied 
by @home.  Eth1 is the interface connected to the cable modem.

>Also, if you plan on accessing the internet through this box you need to 
>enable ip masquerading with either ipmasqadm or ipchains (depends on 
>what kernel you are running).

Smack to head, Doh!  That's right.  I forgot to enter the ipfwadm 
commands.  Thanks.  I use ipfwadm, not ipmasqadm.  Is there a reason I 
should use one over the other?

Thanks, Steve.  Much appreciated.

Vince 


> 
> To enable IP_FORWARDING:
> echo "1" > /proc/sys/net/ipv4/ip_forward
> 
> Steve Cowles
> 
> Arch <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > I am not able to ping my second NIC from my inside network.  It is eth1,
> > and I am going to connect it to a cable modem.  The inside NIC, eth0, I
> > can ping.  The addresses are, eth0 is 192.168.1.1; eth1 is 48.x.x.245.  I
> > checked ifconfig, and everyting looks like it should.  Any ideas?  Thank
> > you.
> >
> > Arch
> 
> 
> 

------------------------------

From: "George Georgakis" <[EMAIL PROTECTED]>
Subject: Re: Can't see network gateway
Date: Wed, 11 Aug 1999 23:05:00 GMT

Do a netconfig and try again. The numbers don't look right - what's the
broadcast address? From the looks of it, it's supposed to be
111.112.113.255.

Also, add the name/IP address of the gateway to /etc/hosts. This is most
likely the reason for the delay in telneting/ftping.

George

Steve Halasz <[EMAIL PROTECTED]> wrote in article
<7osre7$[EMAIL PROTECTED]>...
> I've got Slackware 4.0 and a 3com 3c509B. I can ping any computer on my 
> network *except* the gateway. I can not ping a computer on any other
network. 
> When I try to connect with Telnet or FTP it takes forever to connect, but
then 
> works fine. It sounds like this might be because it can't see the DNS
server 
> to do a reverse lookup. The problem happens with ip forwarding on and
off. 
> inetd is running. The HOSTNAME file contains 'penguin.xxx.cornell.edu'.
My 
> rc.inet1 file is below. Any ideas?
> 
> Thanks,
> 
> Steve
> 
> #! /bin/sh
> #
> # rc.inet1      This shell script boots up the base INET system.
> #
> # Version:      @(#)/etc/rc.d/rc.inet1  1.01    05/27/93
> #
> 
> HOSTNAME=`cat /etc/HOSTNAME`
> 
> # Attach the loopback device.
> /sbin/ifconfig lo 127.0.0.1
> /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
> 
> # IF YOU HAVE AN ETHERNET CONNECTION, use these lines below to configure
the 
> # eth0 interface. If you're only using loopback or SLIP, don't include
the
> # rest of the lines in this file.
> 
> # Edit for your setup.
> IPADDR="111.112.113.114"        # REPLACE with YOUR IP address!
> NETMASK="255.255.255.0" # REPLACE with YOUR netmask!
> NETWORK="111.112.113.0" # REPLACE with YOUR network address!
> BROADCAST=""    # REPLACE with YOUR broadcast address, if you
>                         # have one. If not, leave blank and edit below.
> GATEWAY="111.112.113.1" # REPLACE with YOUR gateway address!
> 
> # Uncomment the line below to configure your ethernet card.
> /sbin/ifconfig eth0 ${IPADDR} netmask ${NETMASK}
> 
> # If the line above is uncommented, the code below can also be
uncommented.
> # It sees if the ethernet was properly initialized, and gives the admin
some
> # hints about what to do if it wasn't.
> if [ ! $? = 0 ]; then
>   cat << END
> Your ethernet card was not initialized properly.  Here are some reasons
why 
> this
> may have happened, and the solutions:
> 1. Your kernel does not contain support for your card.  Including all the

>    network drivers in a Linux kernel can make it too large to even boot,
and
>    sometimes including extra drivers can cause system hangs.  To support
your
>    ethernet, either edit /etc/rc.d/rc.modules to load the support at
boottime,
>    or compile and install a kernel that contains support.
> 2. You don't have an ethernet card, in which case you should comment out
this
>    section of /etc/rc.d/rc.inet1.  (Unless you don't mind seeing this 
> error...)
> END
> fi
> 
> # Older kernel versions need this to set up the eth0 routing table:
> KVERSION=2.2
> if [ "$KVERSION" = "1.0" -o "$KVERSION" = "1.1" \
>  -o "$KVERSION" = "1.2" -o "$KVERSION" = "2.0" -o "$KVERSION" = "" ];
then
>  /sbin/route add -net ${NETWORK} netmask ${NETMASK} eth0
> fi
> 
> # Uncomment this to set up your gateway route:
> if [ ! "$GATEWAY" = "" ]; then
>  /sbin/route add default gw ${GATEWAY} netmask 0.0.0.0 metric 1
> fi
> 
> # End of rc.inet1
> 

------------------------------

From: [EMAIL PROTECTED]
Subject: Re: Need help, please -> LINUX Routing Problems ????
Date: Wed, 11 Aug 1999 22:55:36 GMT


> i have one linux pc configured as an router (isdn),
> an two othe linux machnines as normal hosts.
> now i can  build up a connection from every machine.

i'm guessing that you're using masquerading to do this...

> surfing is absolutly o.k, but if i connect to a ftp server
> outside my local net, following happens:

masquerading requires a patch (special module) to run ftp, because ftp
protocol connects back to the client on various ports.  depending on
your install, you may already have the module installed, you only need
to enable it.  if not, you may need to recompile the kernel.

i don't remember the exact name of the module, but i think it's called
something like

masq_ftp

hope this helps

m


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: "John Hardin" <[EMAIL PROTECTED]>
Subject: Re: Load Balancing between 2 routers
Date: Wed, 11 Aug 1999 15:29:46 -0700


Walter wrote in message <[EMAIL PROTECTED]>...
>Using Redhat 6.0, and having 2 external routers (both using SUA, i.e.
>masquerading in the router) I would like to balance the load to the
>internet between the 2 routers.
>
>I have tried the route command, but it will always prefer one OR the
>other, not both at the same time.
>
>How can I solve this problem without having to figure out which IP
>addresses I should route to which router to balance it manually...


If you have two routes to the Internet you should probably be running a
routing daemon. It will communicate with the routers and automatically
update the routing table with the best routes.

--
 John Hardin KA7OHZ                               [EMAIL PROTECTED]
 pgpk -a finger://gonzo.wolfenet.com/jhardin    PGP key ID: 0x41EA94F5
 PGP key fingerprint: A3 0C 5B C2 EF 0D 2C E5  E9 BF C8 33 A7 A9 CE 76
=======================================================================
  In the Lion
  the Mighty Lion
  the Zebra sleeps tonight...
  Dee de-ee-ee-ee-ee de de de we um umma way!




------------------------------

From: <[EMAIL PROTECTED]>
Crossposted-To: redhat.networking.general
Subject: RH6.0 and DHCP/WINS not working
Date: Wed, 11 Aug 1999 23:31:18 GMT

I am running Red Hat 6.0 and I am having trouble connecting to my school's 
network.  My school has an NT network that uses DHCP and WINS.  I have 
setup my interface to use DHCP but when Linux tries to detect IP addresses 
on boot, I get a "failed" message.  

I do not have any static DNS server addresses I can configure so my system 
must be setup to find them dynamically.

Few questions:
What is pump? I noticed 6.0 uses this instead of dhcpcd.
Do I need to do anything special for WINS to works?

I am very new to DHCP and WINS in Linux so please forgive my ignorance and 
any information you can provide would be helpful.


==================  Posted via CNET Linux Help  ==================
                    http://www.searchlinux.com

------------------------------

From: "Sean W. Ellis" <[EMAIL PROTECTED]>
Subject: Communicate with Netware's IPTUNNEL
Date: Wed, 11 Aug 1999 11:20:07 -0500


I have this net setup:

LAN A:  192.168.185.0/24
        IPX NET F7700A01

LAN B:  192.168.2.0/24
        IPX NET F4800A01

I have them communicating using two Linux boxes, luna and rocket.
Luna:   eth0    192.168.2.172
        WANPIPE 192.168.85.1

Rocket: eth0    192.168.185.1
        WANPIPE 192.168.85.2

Netware1:       192.168.2.91
Netware2:       192.168.185.33

I have the Netware servers talking now using IPTUNNEL PEER=192.168.2.91
and 185.33.  Works great, but I will run into a problem with IPX between
networks that don't have their own Netware servers.

Does anyone have information on the IPTUNNEL program ?  If I could put
something like IPTUNNEL PEER=192.168.185.1 and run some tunnel daemon ?

Any response appreciated,

Sean Ellis
[EMAIL PROTECTED]

------------------------------

From: [EMAIL PROTECTED] (Vidar Andresen)
Subject: Re: Add new Ethernet Adapater to RH 5.2
Date: Wed, 11 Aug 1999 23:01:04 GMT

In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Vidar Andresen) wrote:

>file://E:/http/cesdis.gsfc.nasa.gov/linux/drivers/vortex-develop.html

Well, maybe not.

http://cesdis.gsfc.nasa.gov/linux/drivers/vortex-develop.html

Better.

Mvh Vidar Andresen


------------------------------

Crossposted-To: comp.os.linux.misc
From: [EMAIL PROTECTED] (Jeff)
Subject: Re: Connect to ISP when phone rings: is this possible?
Date: Wed, 11 Aug 1999 23:17:57 GMT

In article <7orsvf$d72$[EMAIL PROTECTED]>
Patrick M. Geahan <[EMAIL PROTECTED]> wrote:

> In comp.os.linux.misc Glitch <[EMAIL PROTECTED]> wrote:
> 
> : how is this possible if u dont know the IP address of your computer once
> : its connected to your ISP? Obviously its going to be different each time
> : u connect and since u would be telnetting u would need to know the IP of
> : the computer, right?
> 
> Certain dynamic IP name resolving services will let you update the IP addy
> by email or some such, so that could work.  In addition, he could simply
> have his PPP login script mail him the IP addy after he gets connected.
> 


I've always used this cute little trick:

sendmail [EMAIL PROTECTED] < ifconfig ppp0

Pages my alpha-numeric pager with the IP address, and I'm ready to go.


------------------------------

From: "Joe" <[EMAIL PROTECTED]>
Subject: Re: ipchains (ftp doesn't work)
Date: Wed, 11 Aug 1999 23:04:57 GMT

awesome, thanks works like a charm
haze <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]...
> add
> modprobe ip_masq_ftp to rc.local
> in /etc should work after that
> HAZE
>
> Joe wrote:
>
> > I am running redhat 6.0, I can do an ftp from my linux box that has the
ppp
> > connection, however I can't do FTP's from my other boxes networked to
the
> > linux. Linux is the gateway to the internet. I have the following
ipchains
> > configured:
> >
> > ipchains -P forward DENY
> > ipchains -A forward -i ppp0 -j MASQ
> > echo 1 > /proc/sys/net/ipv4/ip_forward
> >
> > Is there a reason the FTP doesn't work. I get this message
> >
> > PORT 192,168,10,12,10,214
> > 500 Illegal PORT command.
> >
> > I can do everything else, ping, telnet, http, just can't ftp.
>



------------------------------

From: "Gregory D. Horne" <[EMAIL PROTECTED]>
Subject: Re: about mail server (RedHat 6 and sendmail)
Date: Wed, 11 Aug 1999 19:43:54 -0400

wangwei wrote:

> hi,all
> I install RH6 and want to let it be a mail server for my office,  I can
> send mail via this
> server  but can not recieved mail . how to modify configration file?
> thanks for any answer .
>
> wa

You cannot receive mail from where (inside or outside your network)?



------------------------------

From: Peter McDermott <[EMAIL PROTECTED]>
Crossposted-To: comp.mail.sendmail,demon.ip.support.unix,demon.tech.unix
Subject: Re: Sendmail Delivery Options
Date: 11 Aug 1999 16:24:24 +0100

In demon.ip.support.unix G. Roderick Singleton <[EMAIL PROTECTED]> wrote:
> Peter McDermott wrote:
>> 
>> Those enviroment variables are a serious pain in the arse
>> though. They've caught me out umpteen times in the past.
>> I'll read the man page again, see if I'm missing anything
>> obvious.


> In reading Peter's comments, I remembered that in SysV and its
> comtemporaries shells behave differently.  I.e. setuid stuff ends up
> not setuid. For Sun's ksh the following is the flag to use:

Well, I finally worked it out. Just another of those dumb
mistakes that I make all the time.

I was starting my scripts with #!/usr/bin/sh and only
have bash on this machine. Every other distro I've used
has had a symbolic link from sh to bash, but not this
one, apparently. :-(

Thanks for the help though.


------------------------------

From: Scott <[EMAIL PROTECTED]>
Subject: Re: smbmount: netbios name?
Date: Wed, 11 Aug 1999 16:52:35 -0700

Sorry if this appears twice:

Is it possible that you need two '/''s instead of one? So you would type
"smbmount //maggot/e /mnt/maggot"?

------------------------------

From: Chris Mahmood <[EMAIL PROTECTED]>
Subject: Re: Dial In Config.
Date: 10 Aug 1999 12:18:43 -0700

"bobc" <[EMAIL PROTECTED]> writes:

> can someone point me in the direction of info regarding seeting up my R.H.
> 6.0 to recive incoming calls ? I have not been able to find anything in the
> how to's and FAQ's
See the Serial HOWTO.
-ckm

------------------------------

From: "Gregory D. Horne" <[EMAIL PROTECTED]>
Subject: Re: Begining the Network
Date: Wed, 11 Aug 1999 19:34:57 -0400

Lars Bindergrowle wrote:

> I am very new to networks (building them vs using them) and I occasionally
> still have minor problems with linux once in a while (not a true expert by
> far). I am in the process of setting up a tcp/ip network with a few linux
> systems. I am about to install the NICs. If there were to be problems with
> their installation how can I tell the difference between that and problems
> with the network itself? Say a bad cable or a mistake in my setting up of
> the network on a box (leaving something out of hosts, resolv.conf, etc and
> just not noticing). Thanks.

To determine whether a NIC is configured as you expected, type ifconfig.  If
the settings look correct, that is there is a hardware (MAC) address and an
IP address for both (lo) and (eth0) for example.  A working NIC will responds
to an ICMP ping message (ping 127.0.0.1).  If this works, then ping the IP
address you assigned to the NIC (ping 10.0.0.1, for example).  If these both
work, then try pinging a neighouring IP addressed device on your network and
on the same subnet.  If this works, then ping a device outside your network,
say on the Internet, assuming you are connected to the Internet when you
attempt this portion of the test.  If this is successful, then you can eat a
pizza and drink a Coke.  :-)

Good luck!



------------------------------

Date: Thu, 12 Aug 1999 00:58:38 +0200
From: me <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.admin,comp.os.linux.help,comp.os.linux.misc,comp.os.linux.questions
Subject: telnet question

hello

Is there a way to transfer files from a computer i've telnetted to, to
my own computer ?

eg. if i telnetted to server abc.com, is there a way to copy files
directly from that computer (ie. abc.com) to my computer (ie localhost)?

thanx (in advance)
ali ([EMAIL PROTECTED])


------------------------------

From: Sonny Kim <[EMAIL PROTECTED]>
Subject: Re: Begining the Network
Date: Thu, 12 Aug 1999 00:17:34 GMT

Starting point would be simple tools like ping, route, nslookup,=20
traceroute.

>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 8/11/99, 5:51:11 PM, "Lars Bindergrowle" <[EMAIL PROTECTED]> wrote=20
regarding Begining the Network:


> I am very new to networks (building them vs using them) and I=20
occasionally
> still have minor problems with linux once in a while (not a true=20
expert by
> far). I am in the process of setting up a tcp/ip network with a few=20
linux
> systems. I am about to install the NICs. If there were to be problems =

with
> their installation how can I tell the difference between that and=20
problems
> with the network itself? Say a bad cable or a mistake in my setting up=
=20
of
> the network on a box (leaving something out of hosts, resolv.conf, etc=
=20
and
> just not noticing). Thanks.





------------------------------

From: "Joe" <[EMAIL PROTECTED]>
Subject: ipchains (ftp doesn't work)
Date: Wed, 11 Aug 1999 21:36:07 GMT

I am running redhat 6.0, I can do an ftp from my linux box that has the ppp
connection, however I can't do FTP's from my other boxes networked to the
linux.  Linux is the gateway to the internet.  I have the following ipchains
configured:

ipchains -P forward DENY
ipchains -A forward -i ppp0 -j MASQ
echo 1 > /proc/sys/net/ipv4/ip_forward

Is there a reason the FTP doesn't work.  I get this message

PORT 192,168,10,12,10,214
500 Illegal PORT command.

I can do everything else, ping, telnet, http, just can't ftp.



------------------------------

From: Tero Hakala <[EMAIL PROTECTED]>
Subject: network neightborhood for linux?
Date: 11 Aug 1999 23:25:15 GMT

I run a linux(debian) machine connected to a big windows network. Is there some
nice software I could use to browse the network (smb) shares like with network
neightborhood tool in windows?
I have samba installed and manually I can access those files but some nice browsing
utility would make life much easier..


------------------------------

From: haze <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.admin,comp.os.linux.help,comp.os.linux.misc,comp.os.linux.questions
Subject: Re: telnet question
Date: Wed, 11 Aug 1999 22:47:07 GMT

try ftp
HAZE

me wrote:

> hello
>
> Is there a way to transfer files from a computer i've telnetted to, to
> my own computer ?
>
> eg. if i telnetted to server abc.com, is there a way to copy files
> directly from that computer (ie. abc.com) to my computer (ie localhost)?
>
> thanx (in advance)
> ali ([EMAIL PROTECTED])


------------------------------

From: Scott <[EMAIL PROTECTED]>
Subject: I need help mounting an ftp server
Date: Wed, 11 Aug 1999 16:25:50 -0700

Whenever I try to mount an ftp server I get the following error:

mount: RPC: Port mapper failure - RPC: Unable to receive

This is produced using the line "mount /mnt/pub". I have RedHat Linux
6.0 with the upgraded kernel to 2.2.11 with all the other upgrades (that
I know of) for that kernel. The followin configuration files that I
believe someone may need to see to help me are:

auto.master:
/.autofs /etc/auto.misc --timeout 60

auto.misc:
pub -ro,soft,intr ftp.us.kernel.org:/pub/linux

fstab:
ftp.us.kernel.org:/pub/linux /.autofs/pub nfs timeo=14,intr

I've been looking all over for the reason that this is happening and I
can't find out anywhere. Many thanks in advance for help.

-- Scott

------------------------------

From: "br" <[EMAIL PROTECTED]>
Subject: Re: Linux and MS Proxy
Date: Wed, 11 Aug 1999 15:38:49 -0700
Crossposted-To: alt.linux,alt.os.linux,microsoft.public.backoffice.smallbiz

David Eno <[EMAIL PROTECTED]> wrote in message
news:Hdds3.15$[EMAIL PROTECTED]...
At this point, I get messages at the
> bottom of the Netscape window that say the connection to the web site has
> been made and that it's attempting to connect to the proxy server.  These
> are two separate messages that flash back and forth rapidly.
>
I had the exact same problem with Netscape 3.0 and 4.something in Win98.
I was told that I have to not use the proxy settings in Netscape, so I
clicked "No Proxies" in the 3.0 version and now it works fine. (My 4.0 needs
reinstalling...)
Don't know how this applies to LINUX, just to Netscape.





------------------------------

From: "Michael Faurot" <[EMAIL PROTECTED]>
Subject: Re: Can I see who is connecting??
Date: 11 Aug 1999 18:57:09 GMT

Paskal van Lomm <[EMAIL PROTECTED]> wrote:

: If someone from the Internet is trying to reach my network, can I see
: on what port he/she is calling and what type of service he wants to
: reach (WWW, FTP, etc)? Unfortunately I'm not able to run X, so I have
: to use a non-graphical utility.

lsof -i

-- 
==============================================================================
 Michael | mfaurot  | Question authority.
 Faurot  | atww.net | 

------------------------------

From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.setup,comp.os.linux.x
Subject: SEXY STUFF 85667
Date: Wed, 11 Aug 1999 16:16:23 -0600
Reply-To: [EMAIL PROTECTED]

Free XXX:

http://207.240.225.250






h+16'Rl_

------------------------------

From: Stephen Torri <[EMAIL PROTECTED]>
Subject: Masqdailer - can't find latest
Date: Wed, 11 Aug 1999 18:45:11 -0400

I have been trying unsuccessfully to try to get the latest Masqdailer
(c-mserver...rpm).  Where is the website? Is the main site down?

Stephen

------------------------------

From: [EMAIL PROTECTED] (Dr. Stephen S. Kerr)
Subject: Re: Cable Modem & hub
Date: 11 Aug 1999 22:44:07 GMT

Chris ([EMAIL PROTECTED]) wrote:
: On Tue, 10 Aug 1999 00:44:47 GMT, Lawrence Bacon <[EMAIL PROTECTED]> wrote
: in comp.os.linux.networking:

: >Hi to all is it possible to use a cable modem with a hub to
: >connect two linux computers and a cable modem ?

: Yes, it is possible.  Whether or not your cable company will allow you to
: have two public IP addresses at the same time is less certain.

I'm sure they'll be happy to rent you a second IP address.  What might not
be certain is whether they'll let you run IP masquerading to let several
machines look like they have one IP address to the Cable company.  I've
heard that some Cable companies don't like it.

------------------------------

From: <[EMAIL PROTECTED]>
Subject: Re: RH 6.0 pump not getting IP via DHCP from Cisco 675
Date: Thu, 12 Aug 1999 00:30:44 GMT

Unfortunately I can help solve this problem however I wanted to voice 
a "me too".  I've been trying to get Pump to work with my school's network 
but it will not acquire an IP via DHCP from the server.  Any help would be 
appreciated.


David Dyer-Bennet wrote:
> 
> My household LAN is connected to the Internet through a Cisco 675 DSL
> router.  The Cisco is assigned a static IP from USWest, and is
> configured to run NAT and be a DHCP server to assign 10.0.0.x
> addresses within the household LAN.  This has worked for a month now
> with Windows 3.11, 95, 98, and NT boxes.
> 
> Recently I built two RH 6.0 Linux boxes at home.   Both of them fail
> to acquire an IP via DHCP from the Cisco 675.  Both of them network
> just fine when I manually configure a suitable IP address and route.
> I installed the updated pump rpm (0.6.7, I think the version is), and
> it made no difference.  I see no errors in the router error log.  I've
> enabled what debug stuff I could find in the router, and have it
> syslogging to a box (and the test command shows that log messages get
> through ok), but nothing at all is logged when the failed pump run is
> made.  I've tried running pump manually, and can't get anything but
> "Operation failed" back from it.  (Running pump -i eth0 when the
> interface is already configured disables it, too).  (The failure to
> configure eth0 is logged on the linux box, but no errors are logged
> from the router at the time the failure happened.)
> 
> I've never used dhcp in Linux before, and most of the documentation
> seems to predate this "pump" thing that RedHat has gone to.  I've read
> through the last few weeks of messages, and see a number of people who
> *might* be having the same problems, or might not.  I'm trying to get
> the IP from my own Cisco 675 router, NOT from my ISP; nobody has told
> the router about a hostname it has to match to issue an IP (it doesn't
> have config options for such things).  And as I said the new pump
> doesn't help.
> 
> I started looking at the pump source, but it isn't clearly organized
> and I haven't had time to figure it out for myself.  I'm assuming pump
> does work for somebody, somewhere, under some circumstances?
> 
> One very strange point:  both of these systems I installed via ftp.
> After booting with the network boot disk, I told it the network used
> dhcp to assign addresses.  And the ftp installs worked.  So the
> network boot disk does something-or-other for dhcp that works, whereas
> the system it installed doesn't work.  Very strange!
> 
> One obvious thing to try is to drop pump and try dhcpclient or
> something.  That's on my list to try, as are stepping through pump in
> gdb, and setting up packet sniffing software to see what's actually
> going over the lan while pump claims to be trying to get an IP.
> 
> But you know, I don't *really* believe that configuring an
> ethernet-connected system to use dhcp should require gdb / packet
> sniffer level debugging!  I think there's something simple going on,
> either in my configuration, or else maybe pump is totally hosed.
> 
> I've even considering buying the IMHO overpriced RedHat 6.0 package
> ($80), to get the installation support, so I can make this their
> problem.  But that's $80 down the tubes, and I'm sure somebody has
> already solved this somewhere.  Share?
> 
> --
> David Dyer-Bennet         ***NOTE ADDRESS CHANGES***          dd-b@dd-
b.net
> http://dd-b.lighthunters.net/ (photos) Minicon: 
http://www.mnstf.org/minicon
> http://www.dd-b.net/dd-b (sf) http://ouroboros.demesne.com/ Ouroboros 
Bookworms
> Join the 20th century before it's too late!


==================  Posted via CNET Linux Help  ==================
                    http://www.searchlinux.com

------------------------------

From: [EMAIL PROTECTED] (Vincent)
Subject: Re: Works statically, but can't get DHCP working
Date: Wed, 11 Aug 1999 20:35:39 -0400

In article <7nptte$pge$[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
> In article <7nn6if$gap$[EMAIL PROTECTED]>,
>   rdt(a)cs.queensu.ca wrote:
> > Try switching the network cards.  I believe the MAC address that
> you're
> > speaking of belongs to the card.  But I have the same problem as you
> > and am using the right card, so that may not be the (only) issue.
> 
> The problem has been resolved (Thanks Leo Butler!). Here's the solution:
> 
> (1) edit the file /etc/syconfig/network-scripts/ifup
> (2) search for the dhcpcd line and add the "-h {hostname}" parameter to
> it, where {hostname} is the name that Rogers@Home has assigned to your
> machine (usually starts with a "cr" followed by some numbers and a dash
> a letter, I believe, such as "cr1234567-x")
> (3) restart the computer; or run ifdown, followed by ifup within the
> network-scripts directory.
> 
>        Yousuf Khan

Well done, Yousef.  Let me ask you something.  I'm in the same spot you 
were in.  I'm statically connecting to a DHCP server, @home, and like 
you, everything's behaving so far.  What is the advantage of re-
configuring to the DHCP protocol?  I know there's got to be a good reason 
or two, but I've not been networking long enough to know.  

Also, did you change any of your other network settings?  In Windows with 
DHCP enabled you don't even provide an IP gateway.  Same with linux?  I'm 
using RedHat 5.2.  Thanks. 

Vincent 

------------------------------


** 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
******************************

Reply via email to