jenlion
IS-IT--Management
- Nov 13, 2001
- 215
Hello,
I know little about unix. We have a SCO system that will be accessed remotely via telnet.
I've set up my firewall to send telnet requests to the internal unix machine. Internal network monitoring shows that external IPs are indeed being sent to the unix IP address.
Unix box isn't responding.
I was told to do this: route add 0.0.0.0 192.168.101.253 3. (192.168.101.253 is my internal firewall gateway). This did nothing. Found a command netstat -nr, and it gives me this:
Routing tables
Destination Gateway Flags Refs Use Interface
default 192.168.101.123 UGS 0 0 net0
127.0.0.1 127.0.0.1 UH 3 9811 lo0
192.168.101 192.168.101.123 UC 1 0 net0
192.168.101.123 127.0.0.1 UGHS 5 112 lo0
224 192.168.101.123 UCS 0 0 net0
I need to set this up -- any idea what I need??
I know little about unix. We have a SCO system that will be accessed remotely via telnet.
I've set up my firewall to send telnet requests to the internal unix machine. Internal network monitoring shows that external IPs are indeed being sent to the unix IP address.
Unix box isn't responding.
I was told to do this: route add 0.0.0.0 192.168.101.253 3. (192.168.101.253 is my internal firewall gateway). This did nothing. Found a command netstat -nr, and it gives me this:
Routing tables
Destination Gateway Flags Refs Use Interface
default 192.168.101.123 UGS 0 0 net0
127.0.0.1 127.0.0.1 UH 3 9811 lo0
192.168.101 192.168.101.123 UC 1 0 net0
192.168.101.123 127.0.0.1 UGHS 5 112 lo0
224 192.168.101.123 UCS 0 0 net0
I need to set this up -- any idea what I need??