1. 기 능 2. 문 법
다음과 같은 네트워크 정보를 ifconfig로 할당할 경우. IP Address : 210.94.172.60 Netmask : 255.255.255.0 Network Address : 210.94.172.0 Broadcast Address : 210.94.172.255
- interface <eth0> : 이더넷 카드를 나타내며, 이더넷 카드를 2개 이상 사용할 경우 eth0, eth1 순서로 할당한다. IP Address : 사용할 IP Address를 할당한다. |
etc/Ubuntu config
ifconfig로 ip주소 간단하게 변경하기
Sanguine
2014. 10. 24. 14:46
리눅스 ifconfig 명령어 사용법
proxy server exploit을 작성하다가, ip주소를 가젯으로 써야 해서, 간단하게 테스트를 위한 ip주소 변경법을 찾아보았다.
출처:http://target2u.blogspot.kr/2007/01/ifconfig.html