da ich noch relativ neu im debian-himmel bin, wĂĽrde mich interessieren, wie ich /etc/network/interfaces korrekt konfigurieren muss, um als defaultroute nicht eth0 zu erhalten, sonder gleich ppp0.
ist es auĂźerdem notwendig eth0 via dhcp eine ip zuweisen zu lassen und warum ist eth0 dann als defaultroute eingestellt?
mein netzwerkkonfiguration sieht folgendermaĂźen aus:
- Code: Alles auswählen
iNODE.at-VPN <---> Zyxel 660 <---> eht0: debian :eth1 <---> ich
bis jetz habe ich (schon einige beiträge zu dem thema gesucht hier im forum) immer händisch folgendes getan, ist aber ziemlich sinnlos auf dauer:
- Code: Alles auswählen
> route del default
> route add default gw <ip via route -n ausgelesen> dev ppp0
so schaut's nach'm reboot aus:
- Code: Alles auswählen
root@overlord # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
172.25.46.23 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
172.17.94.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
0.0.0.0 172.17.94.0 255.255.255.0 U 0 0 0 eth0
so soll es (glaub ich) aussehen, zumindest funktionierts so:
- Code: Alles auswählen
root@overlord # route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
172.25.46.23 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
172.17.94.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
0.0.0.0 172.25.46.23 0.0.0.0 UG 0 0 0 ppp0