I am running a customised Bering release as a wireless router.
Clients connect via an orinoco wireless card (using HermesAP) via eth1 (10.9.2.1) (dhcpd is giving out addresses on this interface)
eth0 (10.9.1.5) is a 3c509 connected to the internal network. The internet gateway is 10.9.1.1 on the internal network.
From the Leaf box I can ping any address on the internal 10.9.1.0 network, including the internet gateway and internet addresses.
From the Leaf box I can also ping any address in the external eth1 network.
However, from the internet gateway box I can only ping eth0 (10.9.1.5) on the Leaf box and can't ping eth1(10.9.2.1)
From a laptop (10.9.2.2) wirelessly connected to eth1 I can ping 10.9.2.1(eth1) and 10.9.1.5(eth0) but cannot ping the internet gateway 10.9.1.1 or any internet addresses.
I think I may have an issue with the netmask / masklen. I'm also not familiar with the CIDR format of netmasking.
I'm eager to dump all my M$ boxes and make the transition to Leaf based solutions :-)
Any ideas on this would be much appreciated.
Thanks in advance Barry
Details below :
Linux 2.4.20 #1 Mon Jun 23 23:05:36 IST 2003 i586 unknown
# ip add show 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 brd 127.255.255.255 scope host lo 2: dummy0: <BROADCAST,NOARP> mtu 1500 qdisc noop link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:10:4b:b4:3e:69 brd ff:ff:ff:ff:ff:ff inet 10.9.1.5/24 brd 10.9.1.255 scope global eth0 5: eth1: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 100 link/ether 00:02:2d:2a:4b:a8 brd ff:ff:ff:ff:ff:ff inet 10.9.2.1/24 brd 10.9.2.255 scope global eth1
# ip route show 10.9.2.0/24 dev eth1 proto kernel scope link src 10.9.2.1 10.9.1.0/24 dev eth0 proto kernel scope link src 10.9.1.5 default via 10.9.1.1 dev eth0
------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 ------------------------------------------------------------------------ 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
