반응형 Linux2 [리눅스 명령어] arp 시스템의 mac 주소를 확인할때 사용한다. root@myserver-001:~# arp Address HWtype HWaddress Flags Mask Iface 10.32.0.2 ether e2:be:6b:98:75:27 C weave 10.32.0.3 ether c2:2b:4a:0f:0b:5b C weave 10.36.0.1 ether 02:84:38:18:ac:31 C weave 10.36.0.2 ether 8e:21:c9:42:d3:da C weave 10.36.0.3 ether a2:7f:5e:83:5b:c4 C weave 10.44.0.4 ether 2a:54:11:6b:1f:fe C weave 10.44.0.5 ether b6:bb:2c:98:2b:7b C weave _gateway ethe.. 2021. 11. 16. [리눅스 명령어] IP 관련 명령어 ip link - ip link set eth0 up - eth0 인터페이스활성화 ip addr - IP 정보 출력 ip addr add - ip addr add ip/24 dev eth0 - eth0 인턴페이스에 IP 추가 route - 라우팅 정보 출력 ip route add - ip route add default via XXX.XXX.X.X - 게이트웨이 설정 - ip route add XX.XX.XX.X/24 via XXX.XXX.X.X dev eth0 - 정적 라우팅 정보 설정 2021. 3. 8. 이전 1 다음 728x90 반응형