View Single Post
  #3   (View Single Post)  
Old 19th March 2010
widhi widhi is offline
New User
 
Join Date: Mar 2010
Posts: 3
Default

this is output from gateway machine :
Code:
# sysctl net.inet.ip.forwarding
net.inet.ip.forwarding=1

# ifconfig rl0
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        lladdr 00:22:b0:d0:af:b5
        priority: 0
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet6 fe80::222:b0ff:fed0:afb5%rl0 prefixlen 64 scopeid 0x2
        inet 222.12.34.1 netmask 0xfffffff0 broadcast 222.12.34.15
this is output from client machine :
Code:
C:\>ipconfig /all
........
Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Realtek RTL8139/810x Family Fast Ethernet
 NIC
   Physical Address. . . . . . . . . : 00-1E-90-83-1A-7C
   DHCP Enabled. . . . . . . . . . . : No
   IP Address. . . . . . . . . . . . : 222.12.34.3
   Subnet Mask . . . . . . . . . . . : 255.255.255.240
   Default Gateway . . . . . . . . . : 222.12.34.1
   DNS Servers . . . . . . . . . . . : 222.12.34.1
ping from gateway to client :
Code:
# ping 222.12.34.3
PING 222.12.34.3 (222.12.34.3): 56 data bytes
64 bytes from 222.12.34.3: icmp_seq=0 ttl=128 time=0.625 ms
64 bytes from 222.12.34.3: icmp_seq=1 ttl=128 time=0.326 ms
64 bytes from 222.12.34.3: icmp_seq=2 ttl=128 time=0.316 ms
64 bytes from 222.12.34.3: icmp_seq=3 ttl=128 time=0.305 ms
--- 222.12.34.3 ping statistics ---
4 packets transmitted, 4 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 0.305/0.393/0.625/0.134 ms
ping from client to gateway :
Code:
C:\>ping 222.12.34.1

Pinging 222.12.34.1 with 32 bytes of data:

Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 222.12.34.1:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
note :
I'm using 2 NIC and the problem is same for all NIC. I'm not yet upgrade my openbsd.
Reply With Quote