keo
Cadet
- Joined
 - May 16, 2020
 
- Messages
 - 3
 
I'm running FreeNAS-11.3-U2.1 on a Dell R710 and using 2 ports (
I create a bridge called
All jails are configured interfaces="vnet0:bridge20". For some reason, some jails DHCP IP addresses from the 10.7.0.0/24 subnet despite being configured to use
If I
Is there some other settings I need besides simply creating the bridge, adding the interface as a member, then setting the jails to use the bridge?
How are they accessing the other interface? I can't understand what's going on besides the jails aren't following what the settings appear to say...
Any suggestion is welcome. I can't really use FreeNAS until I figure out why my jails are randomly inaccessible :(
	
		
			
		
		
	
			
			bce0 and bce3) from the 4port NIC. bce0 is what FreeNAS uses, subnet 10.7.0.0/24. bce3 is what I'm using for jails, subnet 10.20.0.0/24. I had this set up as a VLAN interface before, but for simplicity I changed simply to untagging the port.I create a bridge called
bridge20 and add bce3 as a member. All jails are configured interfaces="vnet0:bridge20". For some reason, some jails DHCP IP addresses from the 10.7.0.0/24 subnet despite being configured to use
bridge20, which is subnet 10.20.0.0/24.If I
ifconfig in FreeNAS cli, all jails are listed under bridge20. Is there some other settings I need besides simply creating the bridge, adding the interface as a member, then setting the jails to use the bridge?
How are they accessing the other interface? I can't understand what's going on besides the jails aren't following what the settings appear to say...
Any suggestion is welcome. I can't really use FreeNAS until I figure out why my jails are randomly inaccessible :(