16
19.1 Legacy Series / nginx reverse proxy IPv6 --> IPv4
« on: May 04, 2019, 05:33:55 pm »
Hello,
can I use nginx plugin as reverse proxy from IPv6 address to internal server with IPv4 address only?
With all I tried so I do not get it running.
My starting point is that my IPv4 setup is running: WAN IPv4 --> nginx --> DMZ IPv4
I set-up IPv6 GIF tunnel (HE) and in firewall I allow on tunnel interface ICMP and port 80 and 443 to "this firewall'.
No further set-up of IPv6 address to any other interface.
When I look on sockets bindings of nginx to ports looks OK for IPv6:
www nginx tcp6 *:443 *:*
root nginx tcp6 *:80 *:*
root nginx tcp6 *:443 *:*
Ping from outside to local GIF address is working fine.
But http and https access from outside to local GIF address timed out. Nothing I can see in the firewall logs.
Any idea what to do?
Or is it simple not possible what I want to do?
can I use nginx plugin as reverse proxy from IPv6 address to internal server with IPv4 address only?
With all I tried so I do not get it running.
My starting point is that my IPv4 setup is running: WAN IPv4 --> nginx --> DMZ IPv4
I set-up IPv6 GIF tunnel (HE) and in firewall I allow on tunnel interface ICMP and port 80 and 443 to "this firewall'.
No further set-up of IPv6 address to any other interface.
When I look on sockets bindings of nginx to ports looks OK for IPv6:
www nginx tcp6 *:443 *:*
root nginx tcp6 *:80 *:*
root nginx tcp6 *:443 *:*
Ping from outside to local GIF address is working fine.
But http and https access from outside to local GIF address timed out. Nothing I can see in the firewall logs.
Any idea what to do?
Or is it simple not possible what I want to do?