Okay, I have a box with OpenSolaris on that has two NICs, (rtls0 and rtls1). rtls1 is connected to another gateway that is connected to the Internet: rtls1 ip is 192.168.1.67 and it's default gw is 192.168.1.254 rtls0 is the default gateway for the subnet 192.168.2.x, rtls0's ip is 192.168.2.10 (of course this is the default gatewat for subnet 192.168.2.x).
Now the problem is from a machine on 192.168.2.x, say 192.168.2.40 I can ping the default gateway and even 192.168.1.67 rtls1 on the other subnet, but I can't ping rtls1's default gateway (192.168.1.254, the machine which is connected to the net). ifconfig -a lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 rtls0: flags=1100843<UP,BROADCAST,RUNNING,MULTICAST,ROUTER,IPv4> mtu 1500 index 2 inet 192.168.2.10 netmask ffffff00 broadcast 192.168.2.255 ether 0:8:54:44:4d:41 rtls1: flags=1104843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,ROUTER,IPv4> mtu 1500 index 3 inet 192.168.1.67 netmask ffffff00 broadcast 192.168.1.255 ether 0:8:54:3a:e7:22 bge0: flags=1100803<UP,BROADCAST,MULTICAST,ROUTER,IPv4> mtu 1500 index 4 inet 0.0.0.0 netmask ff000000 broadcast 0.255.255.255 ether 0:11:9:42:f:6b lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1 inet6 ::1/128 rtls1: flags=2004841<UP,RUNNING,MULTICAST,DHCP,IPv6> mtu 1500 index 3 inet6 fe80::208:54ff:fe3a:e722/10 ether 0:8:54:3a:e7:22 Also I have enabled ip forwarding (and used routeadm to make the settings persistent across reboots) online 22:47:50 svc:/network/ipv4-forwarding:default -- This message posted from opensolaris.org _______________________________________________ networking-discuss mailing list networking-discuss@opensolaris.org