ubuntu系统,如何设置连接静态IP地址的网络呢?

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
hudie4000
帖子: 3
注册时间: 2012-04-06 9:33

ubuntu系统,如何设置连接静态IP地址的网络呢?

#1

帖子 hudie4000 »

想知道如何系统终端的shell命令里。。实现呢?
头像
cwll
帖子: 190
注册时间: 2011-07-05 11:10

Re: ubuntu系统,如何设置连接静态IP地址的网络呢?

#2

帖子 cwll »

代码: 全选

sudo ifconfig eth0 192.168.1.3 24 192.168.1.1
sudo ifconfig eth0 down
sudo ifconfig eth0 up
头像
monk
帖子: 19507
注册时间: 2010-01-28 10:45

Re: ubuntu系统,如何设置连接静态IP地址的网络呢?

#3

帖子 monk »

不玩tty就没意义了
进networkmanager设置一下就ok了

*********宁静致远*********
如果我说的有什么不对,请看签名第一行
回复