본문 바로가기

개인 공부방/LINUX 기본

네트워크 설정

cd /etc/sysconfig/network-scripts/
ifconfig eth0
 
vi ifcfg-eth0
 
//static으로 수정,
IPADDR= (network editor에서 NAT의 subnet address를 참조한
             자율적 IP지정)
 
NETMASK=255.255.255.0
GATEWAY= 172. .  . 2      //2번이 NAT
DNS1=59.5.100.210
 
 
wq
 
service netwrok restart // 재시작해줌.
 
 
telnet
 
cd /etc/xinetd.d
 
vi telnet disable을 no로 바꿈 service xinetd restart 그러면 2번server에서 telnet을 통한 접속이 가능하다

'개인 공부방 > LINUX 기본' 카테고리의 다른 글

telnet editor TELNET 설정  (0) 2016.04.06
DAEMON (telnet)  (0) 2016.04.06
초기 설정  (0) 2016.04.06
리눅스 통신  (0) 2016.04.06
HomePage로 마운트  (0) 2016.04.06