[root@MagicLinux ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
24.24.24.24 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 24.24.24.24 0.0.0.0 UG 0 0 0 ppp0
如果在网关(Gateway)栏出现了 ADSL 调制解调器的默认 IP 地址 192.168.1.1,也就是多出一行来,那是绝对不允许的,它会和远程服务器上的真实网关 24.24.24.24 冲突!
(1)root 下开启终端,例如 konsole,然后运行 netconfig,只需要填写下面两项,不要填写网关! 例如:
IP 地址: 192.168.1.6
子网掩码: 255.255.255.0
(2)保存设置,然后重启网络服务 service network restart
代码:
[root@MagicLinux ~]# service network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]