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 Steffenby adviqo - How to...
Hi, currently trying to configure nginx behind a keepalived loadbalancer with lb_kind TUN. The idea behind this setup is, to realize a location based load balancing on layer 4. Higher layer should processed within final location with ngninx. Part of this setup is, that nginx must listen on a tun0 IPIP-interface. config snippet: server { listen 10.40.100.150:80;by adviqo - How to...
![]() |
![]() |
![]() |
![]() |
|