Embedded 환경에 linux 2.6.20입니다.
아래와 같이 설정을 하고 VLAN(eth1.3)에서 Ping을 안되네요... 에효~
(직접 eth1에 IP를 설정하면 외부로 Ping이 됩니다.)
# ifconfig eth1 0.0.0.0 up
# vconfig add eth1 3
# ifconfig eth1.3 172.30.1.11 netmask 255.255.255.0 broadcast 172.30.1.255 up
<7>eth1.3: add 01:00:5e:00:00:01 mcast address to master interface
#
#
ifconfig 및 설정된 값들은 아래와 같습니다.