【ubuntu】配置固定ip

参考:https://jingyan.baidu.com/article/e5c39bf5bbe0e739d7603396.html

1,终端 ifconfig确定网卡名称,一般为eth0

2,root用户登录

3,vim /etc/network/interfaces

auto eth0

iface eth0 inet static

address 192.168.2.121

netmask 255.255.255.0

gateway 192.168.2.1


##其中address,netmask,gateway分别和ifconfig中eth0中的addr,mask,bcast相对应

4,vim /etc/resolv.conf

添加:

nameserver 192.168.2.1

nameserver 220.170.64.68(百度输入ip直接会显示外网ip)

5,vim /etc/resolvconf/resolv.conf.d/base

添加:

nameserver 192.168.2.1

nameserver 220.170.64.68


6,sudo service network-manager restart

或者:sudo /etc/init.d/networking restart



7,配置ssh及端口

http://blog.csdn.net/zht666/article/details/9340633


**********手动固定ip配置***********

http://service.tp-link.com.cn/detail_article_1418.html






注:此处设置的地址,子网掩码等和上面的相同。


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值