Everyone,

        I'm trying to create a configuration where I have multiple internal
networks on eth1.

        My Bering interfaces are assigned and there but when I use any other
network other than the first network, traffic cannot be handled.

        Bering interfaces

        (Exerpt -- Complete interfaces file at
http://leaf.netvantix.com/012303/beringinterf.txt )

        # Option 1.2: eth0 / Fixed IP (assumed to be 1.2.3.4). 
        #               (broadcast/gateway optional)
        auto eth0
        iface eth0 inet static  
                address 65.114.249.131
                masklen 24
                broadcast 65.114.249.255
                gateway 65.114.249.1

        <snip>
        # Step 2: configure  internal interface
        # Default: eth1 / fixed IP = 192.168.1.254
        auto eth1
        iface eth1 inet static
                address 10.20.30.254
                masklen 24
                broadcast 10.20.30.255
                up ip add add 10.20.30.1/24 broadcast 10.20.30.255 dev eth1
                up ip add add 10.1.1.1/24 broadcast 10.1.1.255 dev eth1
                up ip add add 10.1.2.1/24 broadcast 10.1.2.255 dev eth1
                up ip add add 10.1.3.1/24 broadcast 10.1.3.255 dev eth1
                up ip add add 10.1.4.1/24 broadcast 10.1.4.255 dev eth1
                up ip add add 10.1.5.1/24 broadcast 10.1.5.255 dev eth1
                up ip add add 10.1.6.1/24 broadcast 10.1.6.255 dev eth1
                up ip add add 10.1.7.1/24 broadcast 10.1.7.255 dev eth1
                up ip add add 10.1.8.1/24 broadcast 10.1.8.255 dev eth1
                up ip add add 10.4.8.1/24 broadcast 10.4.8.255 dev eth1
                up ip add add 10.4.8.254/24 broadcast 10.4.8.255 dev eth1
                down ip add del 10.20.30.1/24 dev eth1
                down ip add del 10.1.1.1/24 dev eth1
                down ip add del 10.1.2.1/24 dev eth1
                down ip add del 10.1.3.1/24 dev eth1
                down ip add del 10.1.4.1/24 dev eth1
                down ip add del 10.1.5.1/24 dev eth1
                down ip add del 10.1.6.1/24 dev eth1
                down ip add del 10.1.7.1/24 dev eth1
                down ip add del 10.1.8.1/24 dev eth1
                down ip add del 10.4.8.1/24 dev eth1
                down ip add del 10.4.8.254/24 dev eth1


        I don't want the traffic to be able to bridge from any of the networks
to each other, only out through the fw to the net and back.  So I have
not installed bridge.lrp.  Is bridge.lrp still required?

        When I do a shorewall status I see [UNREPLIED] on any traffic from
these other networks. See http://leaf.netvantix.com/012303/swstatus.txt
for details.

        All other configuration and output files can be seen at
http://leaf.netvantix.com/012303/


        Any comments suggestions would be greatly appreciated.

TIA,

Steve



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to