(2024-04-04, 01:47 AM)TheDreadPirate Wrote: Everything looks right. Do you have SELinux or AppArmor turned on or something?
I don't know what either of these are.
I am Using a default install of Ubuntu Server and all of my other containers work fine
(2024-04-04, 02:04 AM)gnattu Wrote: This option is a list and your setting is wrong.
We have a GUI for this is dashboard->advanced>networking, then you will see "Lan Networks" option, where you can set this key by GUI.
If you want to set it in xml, then you need to do it like this:
Code:<LocalNetworkSubnets>
<string>192.168.1.0/24</string>
<string>192.168.2.0/24</string>
<string>192.168.3.0/24</string>
<string>192.168.99.0/24</string>
<string>192.168.20.0/24</string>
</LocalNetworkSubnets>
I'm going to try and set the correct subnet using this format provided.