At work I am attempting to configure internet access for a Sun Blade 1000 which uses eri0 as its primary interface.
The catch is that the subnet that the Sun box is connected to differs from that which the internet router is connected.
On a Win 2k box I would just set the following:
IP = 192.168.205.111
Subnet = 255.255.255.0
Default Gateway = 192.168.205.254
Primary DNS = 192.168.200.173
The .173 device is actually a Win2k Server with a rule attached stating to forward all traffic not explicitly for it to 192.168.200.11 - this being the router to the internet.
In "Windows land" the above works fine. Config on a Mac also works easily.
The Sun box with the above setup does not get on to the internet. I can ping 192.168.200.173 (and any other 192.168.200.xxx that is connected for that matter).
I have tried changing the following with no luck: defaultrouter entry to 192.168.200.173 (and 192.168.200.11 which 173 passes the traffic to)
Any suggestions on how to config. the above setup across the two subnets would be much appreciated!
Thanks
-Colin
The catch is that the subnet that the Sun box is connected to differs from that which the internet router is connected.
On a Win 2k box I would just set the following:
IP = 192.168.205.111
Subnet = 255.255.255.0
Default Gateway = 192.168.205.254
Primary DNS = 192.168.200.173
The .173 device is actually a Win2k Server with a rule attached stating to forward all traffic not explicitly for it to 192.168.200.11 - this being the router to the internet.
In "Windows land" the above works fine. Config on a Mac also works easily.
The Sun box with the above setup does not get on to the internet. I can ping 192.168.200.173 (and any other 192.168.200.xxx that is connected for that matter).
/etc/hosts
127.0.0.1 localhost
192.168.205.111 Naylor loghost
/etc/defaultrouter
192.168.205.254
ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
eri0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.205.111 netmask ffffff00 broadcast 192.168.205.255
ether 0:3:ba:12:63:df
lo0: flags=2000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6> mtu 8252 index 1
inet6 ::1/128
eri0: flags=2000841<UP,RUNNING,MULTICAST,IPv6> mtu 1500 index 2
ether 0:3:ba:12:63:df
inet6 fe80::203:baff:fe12:63df/10
/etc/resolve.conf
domain test.testlab.co.uk
nameserver 194.74.65.68
nameserver 62.6.40.178
I have tried changing the following with no luck: defaultrouter entry to 192.168.200.173 (and 192.168.200.11 which 173 passes the traffic to)
Any suggestions on how to config. the above setup across the two subnets would be much appreciated!
Thanks
-Colin