首页 > 代码库 > ubuntu网络设置
ubuntu网络设置
1.桥接
1. 以DHCP方式配置网卡
sudo vi /etc/network/interfaces 并用下面的行来替换有关eth0的行:
auto eth0
iface eth0 inet dhcp
2. 为网卡配置静态IP地址
sudo vi /etc/network/interfaces
auto eth0
iface eth0
inet static address 192.168.2.1
gateway 192.168.2.254
netmask 255.255.255.0
#network 192.168.2.0
#broadcast 192.168.2.255
3. 设置dns.
etc/resolv.conf文件的内容应为:
nameserver 8.8.8.8(谷歌的免费dns服务器地址)
4.手动重启网络服务: sudo /etc/init.d/networking restart
为了使用secureCRT,需要在ubuntu上安装ssh服务器
sudo apt-get install openssh-server
apt-cache search softwarename
wget http://...
ubuntu网络设置
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。