I'm trying to setup Bering as an internal router between 3 private networks
without using a firewall (shorewall). From each network i can ping the
router and the address of any interface on the router but i can't ping to a
computer on another network. I know I'm probably missing something basic so
please help!

Output of 'ip route' is:
------------------------------------------------------------------------------------------------------
192.168.4.0/24 dev eth0 proto kernel  scope link  src 192.168.4.1
192.168.2.0/24 dev eth1 proto kernel  scope link  src 192.168.2.254
192.168.10.0/24 dev eth2 proto kernel  scope link  src 192.168.10.254
default via 192.168.4.254 dev eth0
------------------------------------------------------------------------------------------------------

my /etc/network/interfaces file contains:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
    address 192.168.4.1
    netmask 255.255.255.0
    gateway 192.168.4.254

auto eth1
iface eth1 inet static
    address 192.168.2.254
    netmask 255.255.255.0
    network 192.168.2.0
    broadcast 192.168.2.255

auto eth2
iface eth2 inet static
    address 192.168.10.254
    netmask 255.255.255.0
    network 192.168.10.0
    broadcast 192.168.10.255

my hosts.allow file contains:
ALL: 192.168.0.0/255.255.0.0

-- 
Marvin Horst
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to