我建立了一个pptp连接
ppp0 Link encap oint-to-Point Protocol inet addr:192.168.100.253 P-t-P:100.64.1.254 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1446 Metric:1 RX packets:9 errors:0 dropped:0 overruns:0 frame:0 TX packets:7 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:3 RX bytes:88 (88.0 b) TX bytes:70 (70.0 b)
[root@ebs-46480 ~]# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 115.210.57.147 125.65.83.1 255.255.255.255 UGH 0 0 0 eth0 100.64.1.254 * 255.255.255.255 UH 0 0 0 ppp0 125.65.83.0 * 255.255.255.0 U 0 0 0 eth0 link-local * 255.255.0.0 U 1002 0 0 eth0 link-local * 255.255.0.0 U 1003 0 0 eth1 192.168.0.0 * 255.255.0.0 U 0 0 0 eth1 default 125.65.83.1 0.0.0.0 UG 0 0 0 eth0
curl --interface eth0 checkip.dyndns.com <html><head><title>Current IP Check</title></head><body>Current IP Address: 125.65.83.164</body></html>
curl --interface ppp0 checkip.dyndns.com 无响应,怎么设置才能让eth0和ppp0都可以工作啊
|