반응형
출처 : http://forums.linuxmint.com/viewtopic.php?f=150&t=102603&start=0
Hello all.
First post. I have been an Ubuntu user for a long time and am now using Linux Mint. On my LAN I use static IP addresses and I usually edit the:
/etc/network/interfaces
file. When editing I enter the following:
- CODE: SELECT ALL
auto lo
iface lo inet loopback
iface eth0 inet static
address <desired static IP address>
netmask 255.255.255.0
gateway <router gateway>
auto eth0
vi /etc/network/interfaces
위 코드를 참고 하면 됩니다.