Hi all,
Here are the the netstat -nr and ifcongig -a of Server A (that i can log to and can telnet to server B):
# netstat -nr
Destination Gateway Flags Refs Use Interface
default 192.168.1.254 UGS 0 net0
127.0.0.1 127.0.0.1 UH 3 lo0
192.168.1 192.168.1.10 UC 1 net0
192.168.1.10 127.0.0.1 UGHS 65 lo0
192.168.5 192.168.1.229 UGS 2 net0
192.168.50 192.168.1.229 UGS 2 net0
192.168.200.1 192.168.1.229 UGHS 0 net0
224 192.168.1.10 UCS 0 net0
#ifconfig -a // of server A
net0: flags=4043<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.10 netmask ffffff00 broadcast 192.168.1.255
perf. params: recv size: 24576; send size: 24576;
full-size frames: 1
lo0: flags=4049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232
inet 127.0.0.1 netmask ff000000
perf. params: recv size: 57344; send size: 57344;
full-size frames: 1
*********************************************************
And here are the netstat -nr and ifconfig -a of server B That i am having problem with (can't telnet from my computer).
$ netstat -nr
Routing tables
Destination Gateway Flags Refs Use Interface
default 192.168.50.1 UGS 1 12624 net0
127.0.0.1 127.0.0.1 UH 3 43 lo0
192.168.50 192.168.50.200 UC 1 0 net0
192.168.50.200 127.0.0.1 UGHS 4 26 lo0
224 192.168.50.200 UCS 0 0 net0
$ifconfig -a
net0: flags=4043<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.50.200 netmask ffffff00 broadcast 192.168.50.255
perf. params: recv size: 24576; send size: 24576; full-size frames: 1
lo0: flags=4049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232
inet 127.0.0.1 netmask ff000000
perf. params: recv size: 57344; send size: 57344; full-size frames: 1
**********************************************************
the ifconfig -a of my computer is giving me:
net0: flags=4043<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.5.125 netmask ffffff00 broadcast 192.168.5.255
perf. params: recv size: 24576; send size: 24576; full-size frames: 1
lo0: flags=4049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 8232
inet 127.0.0.1 netmask ff000000
perf. params: recv size: 57344; send size: 57344; full-size frames: 1
Thanks for you help.