Thread: IP forwarding
View Single Post
  #3 (permalink)  
Old 01-13-2009, 04:12 PM
sam sam is offline
Junior Member
 
Join Date: Jan 2009
Posts: 2
Default

Quote:
Originally Posted by mesol View Post
Is belenix ip 192.168.1..35 pingable from the Windows Machine?
Yes!

sam@belenix:~$ ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv 4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
icpt0: flags=201100843<UP,BROADCAST,RUNNING,MULTICAST,ROU TER,IPv4,CoS> mtu 1500 index 2
inet 192.168.1.35 netmask ffffff00 broadcast 192.168.1.255
sppp0: flags=10011008d1<UP,POINTOPOINT,RUNNING,NOARP,MULT ICAST,ROUTER,IPv4,FIXEDMTU> mtu 1460 index 4
inet 89.20.125.236 --> 83.219.4.10 netmask ff000000


sam@belenix:~$ netstat -rn

Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ---------- ---------
default 83.219.4.10 UG 1 10
83.219.4.10 94.50.177.225 UH 1 0 sppp0
192.168.1.0 192.168.1.35 U 1 1 icpt0
127.0.0.1 127.0.0.1 UH 1 4 lo0


sam@belenix:~$ ping 83.219.4.10
83.219.4.10 is alive
sam@belenix:~$ ping 89.20.125.236
89.20.125.236 is alive
sam@belenix:~$ ping 63.216.49.202
63.216.49.202 is alive


C:\>ping 192.168.1.35

Pinging 192.168.1.35 with 32 bytes of data:

Reply from 192.168.1.35: bytes=32 time<1мс TTL=255
Reply from 192.168.1.35: bytes=32 time<1мс TTL=255
Reply from 192.168.1.35: bytes=32 time<1мс TTL=255
Reply from 192.168.1.35: bytes=32 time<1мс TTL=255

Статистика Ping для 192.168.1.35:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\>ping 89.20.125.236

Pinging 89.20.125.236 with 32 bytes of data:

Reply from 89.20.125.236: bytes=32 time<1мс TTL=255
Reply from 89.20.125.236: bytes=32 time<1мс TTL=255
Reply from 89.20.125.236: bytes=32 time<1мс TTL=255
Reply from 89.20.125.236: bytes=32 time<1мс TTL=255

Ping statistics for 89.20.125.236:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\>ping 83.219.4.10

Pinging 83.219.4.10 with 32 bytes of data:

Request Timed Out.
Request Timed Out.
Request Timed Out.
Request Timed Out.

Ping statistics for 83.219.4.10:
Packets: sent = 4, received = 0, lost = 4 (loss 100%),


C:\>ping 94.50.177.225

Pinging 94.50.177.225 with 32 bytes of data:

Request Timed Out.
Request Timed Out.
Request Timed Out.
Request Timed Out.

Ping statistics for 94.50.177.225:
Packets: sent = 4, received = 0, lost = 4 (loss 100%),
Reply With Quote