Re: vlandev interface up on start up

2011-02-21 Thread alexs
* Sergey Kandaurov [2011-02-21 11:16:47 +0300]: > On 21 February 2011 09:40, wrote: > > > > Hi all. > > > > if in rc.conf > > cloned_interfaces="vlan66" > > ifconfig_vlan66="inet 192.168.66.1 netmask 255.255.255.0 vlan 66 vlandev > > em0" > > > > When statun em0 is active, status vlan66 is act

Re: vlandev interface up on start up

2011-02-21 Thread Sergey Kandaurov
On 21 February 2011 09:40, wrote: > > Hi all. > > if in rc.conf > cloned_interfaces="vlan66" > ifconfig_vlan66="inet 192.168.66.1 netmask 255.255.255.0 vlan 66 vlandev em0" > > When statun em0 is active, status vlan66 is active, >  but packets are silently drop. > > > it is need to add in rc.conf

Re: vlandev interface up on start up

2011-02-20 Thread Jeremy Chadwick
On Mon, Feb 21, 2011 at 09:40:13AM +0300, al...@ulgsm.ru wrote: > if in rc.conf > cloned_interfaces="vlan66" > ifconfig_vlan66="inet 192.168.66.1 netmask 255.255.255.0 vlan 66 vlandev em0" > > When statun em0 is active, status vlan66 is active, > but packets are silently drop. > > > it is need

vlandev interface up on start up

2011-02-20 Thread alexs
Hi all. if in rc.conf cloned_interfaces="vlan66" ifconfig_vlan66="inet 192.168.66.1 netmask 255.255.255.0 vlan 66 vlandev em0" When statun em0 is active, status vlan66 is active, but packets are silently drop. it is need to add in rc.conf ifconfig_em0="up" Or make ifconfig em0 up by hand.