SYNOPSIS ifconfig [interface] ifconfig interface [aftype] options | address ... [-]broadcast [addr] If the address argument is given, set the protocol broadcast address for this interface. Otherwise, set (or clear) the IFF_BROADCAST flag for the interface. |
ifconfig에서 보면은
# ifconfig eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 inet addr:123.45.67.8 Bcast:123.45.127.255 Mask:255.255.192.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:8829 errors:0 dropped:0 overruns:0 frame:0 TX packets:7 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:607276 (593.0 KiB) TX bytes:1480 (1.4 KiB) Interrupt:133 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) |
물론 ifconfig에서 설정을 해줄 수도 있지만, 굳이 설정하지 않으면
자동으로 계산해서 값을 넣어준다.
결론 : 그냥 ip와 netmask만 설정하면 된다.
'Linux' 카테고리의 다른 글
grep -v 로 원하지 않는 문자열 제외하기 (0) | 2009.09.02 |
---|---|
리눅스 시리얼 터미널 프로그래밍 - linux serail(terminal) programming (0) | 2009.08.21 |
ifconfig Bcast 계산방법 (0) | 2009.08.07 |
execl()를 이용한 쉘 스크립트 실행하기 - execute shell script using execl() (2) | 2009.08.07 |
busybox route 명령어 (0) | 2009.08.06 |