[Linux] Network Setting
·
Computer/Linux
이 문서의 내용은 구버전에 해당함.최신 버전이 아님. Ubuntu의 경우, network manager 패키지에 설정된 것이 우선권을 가진다고 한다. /etc/network/interfaces 나 /etc/resolv.conf를 직접 수정해도 적용이 안 된다면,이 때문일 확률이 높다.Configuring DHCP address for your network cardIf you want to configure DHCP address you need to edit the /etc/network/interfaces and you need to enter the following lines replace eth0 with your network interface cardsudo vi /etc/network/i..