|
各位linux爱好者们:
今天我装了debian,用了第一张光盘,现在只装了apt-get install x-windows-system-core,
apt-get install kde-core(光盘安装), 其他的什么都没有.我装完后准备升级,不过网络不通,解析不了域名.
我是学校的以太网,局域网内.
请问如何设置以太网的dns,我上google搜了,说的都是服务器设置的,不是客户端
这是/etc/network/interface的一段:
auto eth0
iface eth0 inet static
address 10.1.**.**
netmask 255.255.255.0
network 10.1.54.0
broadcast 10.1.54.255
gateway 10.1.54.1
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 202.106.196.115
请问network,broadcast(广播地址?)指什么?
我从dns-nameservers这儿设没有用,是不是这里?
如果不是,那它是什么用的? |
|