Re: VLANs for use with jails

2019-05-17 Thread Patrick M. Hausen
Hi! > Am 17.05.2019 um 10:58 schrieb Christian Baer : > > Hi, > i still can’t get it to work. Two problems that I see: > ifconfig_igb0="inet 10.0.3.11/24 -rxcsum -rxcsum6 -txcsum -txcsum6 -lro -tso > -vlanhwtso" > ifconfig_vlan30="inet 10.0.3.12/24 vlan 30 vlandev igb1 description LAN“ One do

Re: VLANs for use with jails

2019-05-17 Thread Christian Baer
Hi, i still can’t get it to work. My rc.conf looks like this: defaultrouter="10.0.3.1" ifconfig_igb0="inet 10.0.3.11/24 -rxcsum -rxcsum6 -txcsum -txcsum6 -lro -tso -vlanhwtso" ifconfig_igb1="up -rxcsum -rxcsum6 -txcsum -txcsum6 -lro -tso -vlanhwtso" cloned_interfaces="vlan30 vlan40 vlan50 vla

Re: VLANs for use with jails

2019-05-14 Thread Patrick M. Hausen
Hi! Not tested, minor typos possible ... > Am 10.05.2019 um 23:02 schrieb Christian Baer : > ifconfig_igb1="inet 10.0.3.12/24 -rxcsum -rxcsum6 -txcsum -txcsum6 -lro -tso > -vlanhwtso" > ifconfig_igb1_ipv6="inet6 accept_rtadv -lro -tso“ > [...] > What's the proper way to set up igb1 to be untagg