i cant remember exactly but i dont think you need them for jails either
unless they are vnet ones (depending on your topology). I could be wrong on
that though.
On 10 June 2016 at 11:31, Niklaas Baudet von Gersdorff
wrote:
> krad [2016-06-10 11:23 +0100] :
>
> > No, you should only
also dont forget to check in rc.conf.local as well as rc.conf
On 10 June 2016 at 11:23, krad wrote:
> No, you should only need the if you want to act as a router for some other
> machines.
>
> gateway_enable="YES"
> ipv6_gateway_enable="YES"
>
> The fol
No, you should only need the if you want to act as a router for some other
machines.
gateway_enable="YES"
ipv6_gateway_enable="YES"
The following should only be required for normal ipv6
ifconfig_vtnet0_ipv6="inet6 accept_rtadv"
rtsold_enable="YES"
Have a look at these variables, and make sure t
I think you maybe ok. Ive just looked at my esx config and the esx
management interfaces use their own generated macs, not the physical
interfaces ones. All the vms obviously use generated macs as well.
However I only looked over it at a superficial level.
Have you considered using a tap or spare
hi,
I currently have a /29 assigned by my isp for my dsl. I have got my bsd box connecting
fine and natd is working off one off the ips. I would like to bind the remaining 5 ips
to the tun0 interface on the bsd box and enable static nating to certain boxes behind
the firewall. I am however hav