Ubuntu配置IP、DNS

1 配置IP

sudo vi /etc/network/interfaces

 1 # This file describes the network interfaces available on your system
 2 # and how to activate them. For more information, see interfaces(5).
 3 
 4 # The loopback network interface
 5 auto lo
 6 iface lo inet loopback
 7 
 8 auto eth0
 9 # static ip
10 iface eth0 inet static
11 # uncomment this line to config mac
12 # hwaddress ether 00:09:06:00:00:01
13 address 192.168.1.250
14 netmask 255.255.255.0
15 gateway 192.168.1.1
16 #network 192.168.1.0
17 #broadcast 192.168.1.255
18 
19 #dhcp
20 #iface eth0 inet dhcp
21 
22 # second ip address
23 auto eth0:1
24 iface eth0:1 inet static
25 address 10.1.0.1
26 netmask 255.255.255.0
27 #gateway 10.1.0.1

 

2 配置DNS

sudo vi /etc/resolv.conf

1 nameserver 192.168.1.1 
2 nameserver 8.8.8.8 

 

3 配置hostname


sudo vi /etc/hostname

1 hutu-work

 

 

  

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值