Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: nginx listen on IPIP-interface (tun0)

$
0
0
Problem solved !
forgot to disable kernel RP filter.

echo "" >> /etc/sysctl.conf
echo "# rp_filter" >> /etc/sysctl.conf
echo "net.ipv4.conf.all.rp_filter = 0" >> /etc/sysctl.conf
echo "net.ipv4.conf.tunl0.rp_filter = 0" >> /etc/sysctl.conf
echo "net.ipv4.conf.tun0.rp_filter = 0" >> /etc/sysctl.conf


Steffen

Viewing all articles
Browse latest Browse all 4759

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>