[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
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.