I have an issue forwarding the packets to the cloud from the jail.
I have tested Netgraph and epair with the same result.
I have enabled nat in sysctl.conf>>
I have disabled PF totally and tried with nat enabled
In the Jail rc.conf, I have defined the defaultroute to the router ip.
Any tip or guidance would be appreciated.
Thanks
I have tested Netgraph and epair with the same result.
I have enabled nat in sysctl.conf>>
net.inet.ip.forwarding=1
I have disabled PF totally and tried with nat enabled
Code:
nat on $ext_if inet from $jail_if to any -> ($ext_if)
In the Jail rc.conf, I have defined the defaultroute to the router ip.
Any tip or guidance would be appreciated.
Thanks