is there a way to make mysql use a specific ip between jails for a jail which has multiple ips?
Let's say you have 3 or 4 jails. You have a cloned loopback device, lo1 set up with the 10.0.0.1/24 subnet and you give the mysql jail 10.0.0.1
another jail, say running a webserver, it has a public ip and also an ip on the lo1 device, 10.0.0.2
is there a way to force the webjail to use the lo1 device instead of the public ip?
Let's say you have 3 or 4 jails. You have a cloned loopback device, lo1 set up with the 10.0.0.1/24 subnet and you give the mysql jail 10.0.0.1
another jail, say running a webserver, it has a public ip and also an ip on the lo1 device, 10.0.0.2
is there a way to force the webjail to use the lo1 device instead of the public ip?