View Single Post
  #3   (View Single Post)  
Old 31st July 2008
JustDoIt JustDoIt is offline
New User
 
Join Date: Jul 2008
Posts: 8
Default

Hi,

Internal nic from openbsd is connected to internal lan on an HP Procurve switch via ethernet RJ45 straight cable. The subnet is the same. Ping info attached.

Here is the ifconfig. I have overwritten the public ips with w.x.y.z

I have also included the ping from openbsd to internal address as well as external address. However, when someone from 192.168.101.50 tries to ping 192.168.101.7, request times out. The default gateway on .50 points to .7

I have had the PC rebooted few times.

It is as if connection of openbsd is hidden, no mac or arp.

lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33208
groups: lo
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:09:6b:c3:40:6b
groups: egress
media: Ethernet autoselect (100baseTX full-duplex)
status: active
inet w.x.y.z netmask 0xffffffe0 broadcast w.x.y.z
inet6 fe80::209:6bff:fec3:406b%fxp0 prefixlen 64 scopeid 0x1
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:30:bd:bb:24:e3
media: Ethernet autoselect (100baseTX full-duplex)
status: active
inet 192.168.101.7 netmask 0xffffff00 broadcast 192.168.101.255
inet6 fe80::230:bdff:febb:24e3%rl0 prefixlen 64 scopeid 0x2
xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:50:da:b1:29:4a
media: Ethernet autoselect (none)
status: no carrier
inet 172.16.33.7 netmask 0xffffff00 broadcast 172.16.33.255
inet6 fe80::250:daff:feb1:294a%xl0 prefixlen 64 scopeid 0x3
enc0: flags=0<> mtu 1536
pflog0: flags=141<UP,RUNNING,PROMISC> mtu 33208
groups: pflog


PING 192.168.101.50 (192.168.101.50): 56 data bytes
64 bytes from 192.168.101.50: icmp_seq=0 ttl=128 time=0.296 ms
64 bytes from 192.168.101.50: icmp_seq=1 ttl=128 time=0.133 ms
64 bytes from 192.168.101.50: icmp_seq=2 ttl=128 time=0.131 ms

# ping www.cuil.com
PING www.cuil.com.akadns.net (67.218.99.201): 56 data bytes
64 bytes from 67.218.99.201: icmp_seq=0 ttl=228 time=107.052 ms
64 bytes from 67.218.99.201: icmp_seq=1 ttl=228 time=112.580 ms
64 bytes from 67.218.99.201: icmp_seq=2 ttl=228 time=122.374 ms
Reply With Quote