Hello,
I installed FreeBSD 10.3 and got strange result with configuration of em0 interface:
So the configured IP is 227.56.97.24/28 and default router is 227.56.97.17. Trying to ping default router got "Host is down" message, but 227.56.97.22 works fine. Also if I try to configure interface like 10.10.10.1/24 GW 10.10.10.254 - gateway ping's fine as well.
I also tried Linux machine with 227.56.97.22/28 GW 227.56.97.17 configuration. And it works. So the problem definitely with FreeBSD. Before at 10.1 release it works OK
I installed FreeBSD 10.3 and got strange result with configuration of em0 interface:
Code:
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=9b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM>
ether 00:0c:29:a5:26:f8
inet 227.56.97.24 netmask 0xfffffff0 broadcast 227.56.97.31
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
So the configured IP is 227.56.97.24/28 and default router is 227.56.97.17. Trying to ping default router got "Host is down" message, but 227.56.97.22 works fine. Also if I try to configure interface like 10.10.10.1/24 GW 10.10.10.254 - gateway ping's fine as well.
Code:
# ping 227.56.97.17
PING 227.56.97.17 (227.56.97.17): 56 data bytes
ping: sendto: Host is down
ping: sendto: Host is down
ping: sendto: Host is down
^C
I also tried Linux machine with 227.56.97.22/28 GW 227.56.97.17 configuration. And it works. So the problem definitely with FreeBSD. Before at 10.1 release it works OK