서브넷 카드 eth0:1에 경로를 추가하려고 합니다. "ip Route list"를 실행하면 이 명령은 eth0:1에 대한 규칙 대신 eth0에 대해 저장된 규칙을 인쇄합니다. 왜? 어떻게 해결하나요?
ip route add 192.168.1.1 dev eth0:1
ip route list
192.168.1.1 dev eth0 scope link
서브넷 카드 eth0:1에 경로를 추가하려고 합니다. "ip Route list"를 실행하면 이 명령은 eth0:1에 대한 규칙 대신 eth0에 대해 저장된 규칙을 인쇄합니다. 왜? 어떻게 해결하나요?
ip route add 192.168.1.1 dev eth0:1
ip route list
192.168.1.1 dev eth0 scope link