Constant error msgs

balanga

Patron
Joined
Jul 10, 2014
Messages
271
I get this msg every few minutes on my FreeNAS box:-

freenas kernel: arp: f0:de:f1:72:74:a5 attempts to modify permanent entry for 192.168.1.1 on epair7b

What can I do about it?

192.168.1.1 is my pfSense box.

I'm running FreeNAS-11.2-U5
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
To elaborate - you probably have a plugin or a manually configured jail on your FreeNAS? That seems to have the same IP address ...
 

balanga

Patron
Joined
Jul 10, 2014
Messages
271
To elaborate - you probably have a plugin or a manually configured jail on your FreeNAS? That seems to have the same IP address ...
Just noticed that I have a jail on this box (192.168.1.2) which this within the jail (192.168.1.11) :-

Code:
root@Web-Server:~ # ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
    options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
    inet6 ::1 prefixlen 128
    inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
    inet 127.0.0.1 netmask 0xff000000
    nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
    groups: lo
epair7b: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
    options=8<VLAN_MTU>
    ether 12:e6:f6:d6:18:22
    inet 192.168.1.11 netmask 0xffffff00 broadcast 192.168.1.255
    nd6 options=9<PERFORMNUD,IFDISABLED>
    media: Ethernet 10Gbase-T (10Gbase-T <full-duplex>)
    status: active
    groups: epair


After changing it from a static to dynamic IP this particular disappear but then I get a similar msg except on epair4b.
 
Top