: 주소설정할때
: ip address
: netmask
: default gateway(ip)
: primary nameserver
: 의 설정은 어떻게하나요
:
: --
: 나나나나너
Debian GNU/Linux를 기준으로 설명을 드리자면 다음과 같습니다.
/etc/network/interfaces 파일을 연다음
auto eth0
iface eth0 inet static
address
network
gateway
netmask
broadcast
이런 형식으로 적어주며 DNS Server 주소는
/etc/resolv.conf 파일을 만들어서
nameserver ip_address
이런 형식으로 적어주면 됩니다.