cloned_interfaces="lo1"
ifconfig_lo1="inet 10.0.0.254 netmask 255.255.255.0"
the-jail {
...
ip4.addr = "10.0.0.2";
interface = "lo1";
...
}
I'll try tomorrow, unsubscribe to the topic.Something like that. But I am not sure about the exact syntax. I use lo1 and have proxies listening on the host.
In jail.conf.Something like that. But I am not sure about the exact syntax. I use lo1 and have proxies listening on the host.
jail.conf.
...
ip4.addr = "127.0.1.1,92.68.2.41";
...
ifconfig lo1
lo1: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet 127.0.1.1 netmask 0xfffffff8
groups: lo
Then why are you binding an external IP address (92.68.2.41) to the jail? Why are you using that IP address in the first place? It belongs to a hardware store in Schiedam (Netherlands).I want them to be processed locally so that there is no access to them from outside.
I indicated the white ip address as an example, so I have it different.What exactly are you trying to do?
Then why are you binding an external IP address (92.68.2.41) to the jail? Why are you using that IP address in the first place? It belongs to a hardware store in Schiedam (Netherlands).
Give it a private IP - e.g. 192.168.1.1 - and a different loopback - e.g. lo1->127.0.1.1 - and only use the private IP or either depending on what you want.I indicated the white ip address as an example, so I have it different.
I raised the caching dns for one project to speed up the web.
There are services that do not need to be given access from outside.