Код: Выделить всё
ping addons.mozilla.org
ping: unknown host addons.mozilla.org
DNS-ы внутренней сети:
Код: Выделить всё
212.192.120.60
217.79.57.133
Роутинг:
Код: Выделить всё
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
213.183.96.24 192.168.250.1 255.255.255.255 UGH 0 0 0 ath0
213.183.97.0 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.250.0 0.0.0.0 255.255.255.0 U 0 0 0 ath0
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
UPD: прошу прощения у модеров, не дочитал wiki:
Now that we have that set, if pptp found DNS servers for the remote network, you'll want to use/add those to /etc/resolv.conf. Conveniently it stores them in /etc/ppp/resolv.conf, so just take whats there and add it to the beginning of your existing resolv.conf
Код: Выделить всё
mv /etc/resolv.conf /etc/resolv.conf.bak mv /etc/ppp/resolv.conf /etc/resolv.conf cat /etc/resolv.conf.bak >> /etc/resolv.conf
Тема закрыта.