Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - turjake

#1
Greetings!

I "ported" the if_stf patch from OPNSense to FBSD 11.2-p5 and both the world and kernel built without a hitch. I can get the stf0 up, assign it an ipv6 /64 address per my ISP's instructions. What I cannot get to work is connecting my IPv4 endpoint to the ISP's 6rd router.

I've tried:
ifconfig stf0 tunnel <my_ext_ip>/32 <isp_6rd_router>
ifconfig stf0 tunnel >my_ext_if> <isp_6rd_router>
but no go.

As the manpage is unmodified vanilla from freebsd, the 6rd setup is bit esoteric :)

//EDIT
Got the ported if_stf working with help from kindly soul at #OPNSense