ubuntu網絡配置

ubuntu網絡配置文件/etc/network/interfaces
此文件被ifup和ifdown使用

1、手動設置ip示例

auto eth0
iface eth0 inet static
address 192.168.18.22
network 255.255.255.0
gateway 192.168.18.1

2、DHCP分配IP

auto eth0
iface eth0 inet dhcp
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章