Ich verwende ein 3G-Modem, um eine Internetverbindung zu meiner Linux-Box herzustellen.
Wenn ich also den ifconfig
Befehl gebe, sehe ich Folgendes:
ppp0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 1500
inet 10.223.229.136 netmask 255.255.255.255 destination 10.64.64.64
ppp txqueuelen 3 (Point-to-Point Protocol)
RX packets 120 bytes 33390 (32.6 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 197 bytes 23842 (23.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Was stimmt nicht destination
, zB mit dem Standard-Gateway?
Nach meinem Verständnis des PPP- Protokolls lautet die Netzmaske 255.255.255.255, daher sollte die IP-Adresse des Gateways 10.223.229.137 oder so ähnlich lauten.
Was vermisse ich? Oder sind wir beide im selben Netzwerk, weil die Adresse Klasse A ist?
route -n
gibt mir folgendes:
[root@server ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
10.64.64.64 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
route -n
ich das Standard-Gateway 10.64.64.64.