[问题]如何在安装好系统之后重新配置网络?
发表于 : 2006-05-23 13:30
由于在安装系统时,不能自动进行DHCP配置,于是我就手动配置.可是在最后一步出错了!我最后一个DSN服务器的IP搞成了网关的IP了.请问我在x下怎么可以重新配置一下啊?现在进去了上不了网,好郁闷!
代码: 全选
$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 10.23.1.10
netmask 255.255.255.0
network 10.23.1.0
broadcast 10.23.1.255
gateway 10.23.1.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 61.137.94.196
这个方法我试过,没有用,从新配置后,一输网址或IP时,然后回车,就弹个提示信息出来说我的请求被拒绝之类的!zlfaigo 写了:系统->>系统管理->>联网->>以太网连接->>属性