Hello,
I have a problem with FreeBSD 9.2.
The server is in a ovh datacenter and I can't use this virtual machine.
When I try to test "ping ip address" is the message: "no route to host"
My /etc/rc.conf:
/etc/resolv.conf:
What I do wrong?
Thanks for your help
I have a problem with FreeBSD 9.2.
The server is in a ovh datacenter and I can't use this virtual machine.
When I try to test "ping ip address" is the message: "no route to host"
My /etc/rc.conf:
Code:
ifconfig_em0="net 46.105.150.91 netmask 255.255.255.255 broadcast 46.105.150.91"
static_routes="net1 net2"
route_net1="-net 37.187.174.254/32 46.105.150.91"
route_net2="default 37.187.174.254"
/etc/resolv.conf:
Code:
nameserver 213.186.33.99
nameserver 8.8.4.4
nameserver 8.8.8.8
What I do wrong?
Thanks for your help
Last edited by a moderator: