Hi people,
I'm trying to set up a server with FreeBSD 11.0-RELEASE on a VMware VM @ OVH (hosting company) but, when I try to ping, I get a "host name lookup failure".
It's very strange because I copied /etc/rc.conf and /etc/resolv.conf from the previous working installation with FreeBSD 10.3-RELEASE (I've installed FreeBSD 11.0 over it), so I'm using the same OVH's failover IP and I've matched MAC addresses.
When I installed FreeBSD 10.3-RELEASE, I followed the OVH's guide for FreeBSD (http://guide.ovh.com/BridgeClient) to set up the network, so I have the same in FreeBSD 11.0:
Content of /etc/rc.conf
Content of /etc/resolv.conf
How is possible the same configuration worked on FreeBSD 10.3 and not in FreeBSD 11.0? Has been there any change affecting network routing between FreeBSD 10.3 and 11.0 versions?
Many thanks.
I'm trying to set up a server with FreeBSD 11.0-RELEASE on a VMware VM @ OVH (hosting company) but, when I try to ping, I get a "host name lookup failure".
It's very strange because I copied /etc/rc.conf and /etc/resolv.conf from the previous working installation with FreeBSD 10.3-RELEASE (I've installed FreeBSD 11.0 over it), so I'm using the same OVH's failover IP and I've matched MAC addresses.
When I installed FreeBSD 10.3-RELEASE, I followed the OVH's guide for FreeBSD (http://guide.ovh.com/BridgeClient) to set up the network, so I have the same in FreeBSD 11.0:
Content of /etc/rc.conf
Code:
ifconfig_em0="inet IP.FAIL.OVER netmask 255.255.255.255 broadcast IP.FAIL.OVER"
static_routes="net1 net2"
route_net1="-net GATEWAY_VM/32 IP.FAIL.OVER"
route_net2="default GATEWAY_VM"
Content of /etc/resolv.conf
Code:
nameserver 213.186.33.99
How is possible the same configuration worked on FreeBSD 10.3 and not in FreeBSD 11.0? Has been there any change affecting network routing between FreeBSD 10.3 and 11.0 versions?
Many thanks.