I need to modify the NAT on the vpn server which is a FreeBSD 11.1-STABLE #0 r324546 raspberry Pi 2. It seems not to have iptables command.
when I try to install it it says
How is taht when there is a manual page for it here!
After all Is any other means (other commands) to get the same result?
I appreciate any help I could get.
root@rpi2:~ # iptables -I FORWARD -i tun0 -o ue0 -s 10.8.0.0/24 -m conntrack --ctstate NEW -j ACCEPT
iptables: Command not found.
when I try to install it it says
pkg install iptables
Updating FreeBSD repository catalogue...
FreeBSD repository is up-to-date.
All repositories are up-to-date.
pkg: No packages available to install matching 'iptables' have been found in the repositories
How is taht when there is a manual page for it here!
After all Is any other means (other commands) to get the same result?
I appreciate any help I could get.