:: error
host name lookup failure freebsd
:: solution
[fbsd]# route add default 192.168.1.1 [fbsd]# ee /etc/rc.conf # add this line: defaultrouter="192.168.1.1"* 192.168.1.1 = gateway ip
:: testing
[fbsd]# ping google.com
PING google.com (216.239.61.104) 56(84) bytes of data.
64 bytes from sin01s01-in-f104.1e100.net (216.239.61.104): icmp_seq=1 ttl=245 time=44.1 ms
64 bytes from sin01s01-in-f104.1e100.net (216.239.61.104): icmp_seq=2 ttl=245 time=33.7 ms
64 bytes from sin01s01-in-f104.1e100.net (216.239.61.104): icmp_seq=3 ttl=245 time=42.3 ms
:: link
Comments
Post a Comment