被萌障礙: Ubuntu Server 12.04 LTS 設定固定 IP & DNS

被萌障礙: Ubuntu Server 12.04 LTS 設定固定 IP & DNS

瀏覽:694
日期:2025-10-28
Ubuntu Server 12.04 LTS 設定固定 IP & DNS root@ubuntu-server:~# vim /etc/network/interfaces 將原本的... auto eth0 iface eth0 inet dhcp 改為... auto eth0 iface eth0 inet static address 192.168.0.181 netmask 255.255.255.0 gateway 192.168.0.1 dns-search ......看更多