- 论坛徽章:
- 0
|
经过了之前对多种方法的屡次实验(包括成功修补fedora10中的bug),仍然不能通过Client for Ruijie认证上网,这只能说明烟台大学赛尔网络不支持(不允许)我们通过linux上网。现在可以这么说,fedora10的网络配置我已经大功告成,这就是证据:
1.[root@localhost ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0
# Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
DEVICE=eth0
BOOTPROTO=none
BROADCAST=121.251.159.251
HWADDR=00:E0:2F:0F:13:C0
IPADDR=121.251.159.251
IPV6INIT=yes
IPV6_AUTOCONF=no
NETMASK=255.255.255.128
NETWORK=121.251.159.251
ONBOOT=yes
GATEWAY=121.251.159.129
TYPE=Ethernet
NM_CONTROLLED=yes
USERCTL=no
PEERDNS=yes
2.[root@localhost ~]# vi /etc/resolv.conf
nameserver 219.146.0.130
nameserver 202.194.116.66
3.[root@localhost ~]# service network restart //重启网络
正在关闭接口 eth0: [确定]
关闭环回接口: [确定]
弹出环回接口: [确定]
弹出界面 eth0: [确定]
4.[root@localhost ~]# ping 121.251.159.251
PING 121.251.159.251 (121.251.159.251) 56(84) bytes of data.
64 bytes from 121.251.159.251: icmp_seq=1 ttl=64 time=0.060 ms
64 bytes from 121.251.159.251: icmp_seq=2 ttl=64 time=0.055 ms
64 bytes from 121.251.159.251: icmp_seq=3 ttl=64 time=0.046 ms
64 bytes from 121.251.159.251: icmp_seq=4 ttl=64 time=0.055 ms
64 bytes from 121.251.159.251: icmp_seq=5 ttl=64 time=0.055 ms
64 bytes from 121.251.159.251: icmp_seq=6 ttl=64 time=0.045 ms
64 bytes from 121.251.159.251: icmp_seq=7 ttl=64 time=0.055 ms
64 bytes from 121.251.159.251: icmp_seq=8 ttl=64 time=0.054 ms
64 bytes from 121.251.159.251: icmp_seq=9 ttl=64 time=0.055 ms
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/14806/showart_1899444.html |
|