![]() |
|
|||||||
| FreeBSD Security Securing FreeBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
||||
|
192.168.0/24 is private IP space. It seems most likely to me that this is a misconfiguration.
Did you assign 192.168.0.1 to your lo0? Please post the output of % ifconfigNote that .1 on a /24 subnet is often the default router.
__________________
Kill your t.v. |
|
||||
|
Code:
bfe0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 00:e0:18:bf:57:68
inet 84.249.135.xxx netmask 0xfffff000 broadcast 84.249.143.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
dc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=8<VLAN_MTU>
ether 00:0e:2e:2d:aa:a1
inet 94.237.82.xxx netmask 0xfffffc00 broadcast 94.237.83.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=9<RXCSUM,VLAN_MTU>
ether 00:50:04:af:97:b0
inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
media: Ethernet 100baseTX <full-duplex>
status: active
plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> metric 0 mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
pflog0: flags=141<UP,RUNNING,PROMISC> metric 0 mtu 33204
|
|
||||
|
This MAC address, 00:21:91:72:14:64, is external to your system, and was in the ARP messages you were receiving. Your routing table might tell you the offending IP address. ($ netstat -rnf inet)
__________________
OpenBSD LiveCDs/LiveDVDs |
|
||||
|
Woops. Forgot about the arp(8) command.
__________________
OpenBSD LiveCDs/LiveDVDs |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DHCP Cable Connection Fail | fmgil | OpenBSD General | 4 | 1st September 2009 05:18 PM |
| W2K DHCP Issue | DrJ | Other OS | 4 | 25th May 2009 07:19 PM |
| obtain 2 ips via dhcp | dextro | FreeBSD General | 2 | 6th February 2009 03:56 AM |
| Obtaining multiple IPs from ISP via DHCP | dextro | General software and network | 15 | 9th January 2009 01:36 AM |
| DHCP Server | WeakSauceIII | OpenBSD General | 1 | 25th September 2008 03:34 AM |