본문 바로가기

Tips/Ubuntu

리눅스 Network setup

# ifconfig eth0 down (IP 삭제)
# ifconfig eth0 (input your ip address) up (IP 입력)
# route add default gw (input your gateway address) (게이트웨이 주소 입력)
# echo "nameserver 168.126.63.1" > /etc/resolv.conf  (도메인 주소 입력)

'Tips > Ubuntu' 카테고리의 다른 글

우분투 해상도 선택  (0) 2007.06.03
ubuntu에 NS2 설치  (0) 2007.04.05
Ubuntu 오늘 설정  (0) 2007.03.27
vsftpd 설정 방법  (0) 2007.03.27