Hi there,
I have a FreeBSD 12.1 server, which has 2 network interfaces:
re0: the only physical ethernet interface, connecting with the internal devices
tun0: the external interface, to be assigned IPv6 prefix by ISP via PPPoE
And here's the configuration snippet for them:
# /etc/rc.conf...
I decided to share my setup for SLAAC on jail vnet.
1. Create bridge and epair interface in /etc/rc.conf
#Configure bridge interface for jails vnet
#epair0 - jail interface
cloned_interfaces="bridge0 epair0" #create bridge and epair
ifconfig_bridge0="ether xx:xx:xx:xx:xx:xx addm re0 SYNCDHCP"...
Hey guys :)
I recently noticed that I couldn't access my website on my server.
Some information:
OS: FreeBSD 11.2-RELEASE-p4
pf: disabled
ipv6 only?: YES
ISP supports ipv6 and SLAAC?: YES
Router: AVM Fritz!Box 7490
ping6 is enabled in my router settings (for the server) but fails when I use...
Hello! My immediate goal is the installation of FreeBSD over a Remote SSH session. Prerequisite to that, I need to configure the network on the machine using a Live CD.
I’d like to configure IPv4 using DHCP and IPv6 through SLAAC in the same manner that bsdinstall does during a “normal” initial...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.