Hi,
I have a home server running FreeBSD with multiple services running in jails (using bastille).
Right now I have the simplest networking setup using private IP addresses alias to my main re0 interface (as describe here https://bastille.readthedocs.io/en/...red-interface-on-home-or-small-office-network)
So I end up with
I would like to use Tailscale to access those services.
I have tried to install Tailscale in every jails but it adds a lot of complexity.
So I was wondering, would it be possible to access my jails with this jail setup and using Tailscale installed only on my host and Tailscale Subnet router (https://tailscale.com/kb/1019/subnets)
I haven't found anybody doing that so I am not sure it is possible as I am new to Tailscale and kind of suck at networking anyway
If this is not possible I would guess I would have to upgrade my jails to VNET jails right?
Many thanks for your help
I have a home server running FreeBSD with multiple services running in jails (using bastille).
Right now I have the simplest networking setup using private IP addresses alias to my main re0 interface (as describe here https://bastille.readthedocs.io/en/...red-interface-on-home-or-small-office-network)
So I end up with
Code:
ifconfig
re0: flags=1008943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500
options=82099<RXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>
ether 84:47:09:24:28:fd
inet 10.0.0.6 netmask 0xffff0000 broadcast 10.0.255.255
inet 10.0.1.1 netmask 0xffff0000 broadcast 10.0.255.255
inet 10.0.1.2 netmask 0xffff0000 broadcast 10.0.255.255
inet 10.0.1.3 netmask 0xffff0000 broadcast 10.0.255.255
... all the other jails 10.0.1.x
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
bastille0: flags=8008<LOOPBACK,MULTICAST> metric 0 mtu 16384
options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6>
groups: lo
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
I would like to use Tailscale to access those services.
I have tried to install Tailscale in every jails but it adds a lot of complexity.
So I was wondering, would it be possible to access my jails with this jail setup and using Tailscale installed only on my host and Tailscale Subnet router (https://tailscale.com/kb/1019/subnets)
I haven't found anybody doing that so I am not sure it is possible as I am new to Tailscale and kind of suck at networking anyway

If this is not possible I would guess I would have to upgrade my jails to VNET jails right?
Many thanks for your help