苏文龙 于 2012-07-31 14:46:36发表:
不外乎修改几个配置文件, /etc/resolv.conf 文件添加 nameserver 8.8.8.8 再修改/etc/下面的network/interfaces 配置文件,加入: iface eth0 inet static address 192.168.0.38 netmask 255.255.255.0 gateway 192.168.0.1 根据你的路由IP 来,这里假设你的路由Ip 为192.168.0.1
苏文龙 于 2012-07-31 14:46:36发表:
不外乎修改几个配置文件, /etc/resolv.conf 文件添加 nameserver 8.8.8.8 再修改/etc/下面的network/interfaces 配置文件,加入:
iface eth0 inet static
address 192.168.0.38
netmask 255.255.255.0
gateway 192.168.0.1
根据你的路由IP 来,这里假设你的路由Ip 为192.168.0.1