Home
Help
Search
Login
Register
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
nginx ipv6 reverse proxy not working
« previous
next »
Print
Pages: [
1
]
Author
Topic: nginx ipv6 reverse proxy not working (Read 215 times)
cloudsense
Newbie
Posts: 10
Karma: 0
nginx ipv6 reverse proxy not working
«
on:
October 11, 2024, 12:59:30 pm »
Hi,
opnsense has ipv6 ip address.
ping to this IP works fine.
nginx is listening on ipv6 .. .so curl "https://[::1]:8443" returns the website just fine
from the firewall, i have v6:443 -> ::1:8443 forwarded. This is exactly the same as v4 forward which works fine.
When I do
https://v6:443/
, from tcpdump I see that the packets are reaching the firewall and the port ,but it does not get forwarded to ::1:8443 and there is nothing more in tcdump or nginx logs or in firewall logs. Same for port 80 forwarding.
Looks like the requests comes to (WAN) v6:443 and disappears from there.
The behaviour is the same with firewall disabled "pfctl -d "
Can someone provide me pointers on how to fix/troubleshoot this ?
Many thanks
«
Last Edit: October 11, 2024, 01:06:14 pm by cloudsense
»
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
English Forums
»
24.7 Production Series
»
nginx ipv6 reverse proxy not working