Hi guys,

This is my setup
Leaf router/firewall
Shorewall 3.4.5
Netcomm NB5 ADSL modem -> eth0 -- BOX -- eth1 -- internal lan.

I'm using PPPOE for my connection, adsl modem is in bridge mode.
I have set the NB5 with 192.168.1.1 and set it's default gateway as
192.168.1.2

I gather I have to setup eth0 with 192.168.1.2 but here is where I'm getting
a little confused.

My /etc/network/interfaces file is this
auto lo
iface lo inet loopback

auto ppp0
iface ppp0 inet ppp
        pre-up ip link set eth0 up
        provider dsl-provider eth0

auto eth1
iface eth1 inet static
        address 10.0.10.1
        netmask 255.255.255.0
        broadcast 10.0.10.255

Do I add another section for eth0 (and if so do I change the ppp0 settings
at all in this file?)
Something like
auto eth0
iface eth0 inet static
       address 192.168.1.2
       netmask 255.255.255.0
       broadcast 192.168.1.255

Having 10.0.1.x on my internal lan I'm a little confused on how to setup
shorewall.
I created a zone for the modem and add the eth0 to interfaces did update
rules as per the FAQ, then save and restarted shorewall, then my whole net
connection went offline etc..

Do I have to allow fw to modem or something for the whole pppoe to work?

Just a little confused :(

Cheers
Ad






-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to