Munko O. Bazarzhapov пишет: > покажи конфигурацию соединения: > /etc/network/interfaces > /etc/ppp/options > /etc/ppp/peers/dsl-provider > ? --- /etc/network/interfaces --- auto lo iface lo inet loopback
auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet dhcp auto eth2 iface eth2 inet dhcp auto ath0 iface ath0 inet dhcp auto wlan0 iface wlan0 inet dhcp auto dsl-provider iface dsl-provider inet ppp pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf provider dsl-provider ------------------ --- etc/ppp/options --- asyncmap 0 noauth crtscts lock hide-password modem proxyarp lcp-echo-interval 30 lcp-echo-failure 4 noipx #Все комментарии вырезал ------------------ --- /etc/ppp/peers/dsl-provider --- noipdefault defaultroute replacedefaultroute hide-password #lcp-echo-interval 30 #lcp-echo-failure 4 noauth persist #mtu 1492 #persist #maxfail 0 #holdoff 20 plugin rp-pppoe.so eth0 usepeerdns user "Strange_V" ------------------ -- ubuntu-ru mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-ru
