[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Sheflug] Blue Yonder + Linux
I'm using SuSE 6.2 and managed to get dhclient to pick up an IP address for
my ethernet card last night. As I have heard people say use dhcpcd rather
than "pump" i was wondering what issues there may be with dhclient that I am
unaware of.
Also I'm wondering how best to set up the /etc/rc.config, and configure the
start up stuff so that dhcp is done before IP masquerading and ip chains.
At the moment I have set up in rc.config eth0 to have ip adress 0.0.0.0
subnet 0.0.0.0 and gw 0.0.0.0 and then run dhclient eth0 manually.
Surely there is a better way though - any pointers?
-----Original Message-----
From: chris@infinitum.madhouse [mailto:nospam [at] infinitum.madhouse]On
Behalf Of Chris J/#6
Sent: Thursday, April 19, 2001 6:09 PM
To: Sheflug
Subject: Re: [Sheflug] Blue Yonder + Linux
> There was a recent discussion in Sheflug re setting up Blue Yonder
(Telewest
> cable Modem Broadband offering) with Linux.
>
> Did anybody succeed in doing that, and if so how? In particular getting
the
> DHCP going with IP masquerading + firewalling (ipchains)
Once installed, you'll need dhcpcd (dhclient didn't work properly - pump
is reported to be dire) on the box that connects to the cable modem, then
all I do is run:
dhcpcd -dRrC eth1
and I'm connected :)
For firewall ... you need to allow UDP between source port 68 (ie, your
machine, port 68) and dest port 67. The rest of the firewall is standard
config as far as masquarading is concerned...
ipchains -I forward -s <localnet> -d 0/0 -i eth0 -j MASQ
.or whatever rule you wish to use in the forward chain.
Note: eth0 is the interface for my internal network, eth1 is the card
that connects to cable modem.
Chris...
>
--
Chris Johnson \ "If not for me then, do it for yourself. If not
sixie@nccnet.co.uk \ for then do it for the world." -- Stevie Nicks
www.nccnet.co.uk/~sixie/ ~---------------------------------------+
Redclaw chat - http://redclaw.org.uk - telnet redclaw.org.uk 2000 \______
---------------------------------------------------------------------
Sheffield Linux User's Group - http://www.sheflug.co.uk
To unsubscribe from this list send mail to
- <sheflug-request [at] vuw.ac.nz> - with the word
"unsubscribe" in the body of the message.
GNU the choice of a complete generation.
---------------------------------------------------------------------
Sheffield Linux User's Group - http://www.sheflug.co.uk
To unsubscribe from this list send mail to
- <sheflug-request [at] vuw.ac.nz> - with the word
"unsubscribe" in the body of the message.
GNU the choice of a complete generation.