LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 888|回复: 4

询问interfaces设置

[复制链接]
发表于 2005-8-2 09:03:47 | 显示全部楼层 |阅读模式
笔记本要在实验室和宿舍使用,但是现在实验室不可以dhcp了。只可以固定,所以想搞让eth0启动时自动选择选址方式的interfaces. 但是,实验室不让ping,还有什么别的方式来map吗?
发表于 2005-8-2 09:57:56 | 显示全部楼层
字写的不少。可就是看不太懂你的意思。
dhcp不能用了。你就手动指定啊?
在/etc/network/interfaces文件里指定一个固定的IP就行了。(下面是我的interfaces内容)
iface eth0 inet static
        address 192.168.0.5
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway 192.168.0.1
        # dns-* options are implemented by the resolvconf package, if installed
        dns-nameservers 202.102.134.68
        dns-search mysunday.net

auto eth0
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-8-2 12:39:12 | 显示全部楼层
看来我说的不清楚,

我本来打算写成这个样子

auto eth0
#mapping eth0
#    script /etc/network/ping-places.sh
#    map 192.168.42.254/24 192.168.42.1 home
#    map 162.105.70.231/24 162.105.70.1 work

#iface home inet dhcp

#iface work inet static
#     address 162.105.70.231
#     netmask 255.255.255.0
#     gateway 162.105.70.1
#     nameserver 162.105.129.27

但是,实验室不支持ping,我想问有没有别的方法!在启动的时候,自己配置eth0
回复 支持 反对

使用道具 举报

发表于 2005-8-2 12:56:58 | 显示全部楼层
创意不错
不会用脚本
希望有会的
回复 支持 反对

使用道具 举报

发表于 2005-8-3 00:44:01 | 显示全部楼层
但是,实验室不支持ping,我想问有没有别的方法!在启动的时候,自己配置eth0



arping 是否支持?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表