Search results

  1. J

    [Solved] use iptables with IP in IP Tunnel

    Hi guys, I've got another issue. I made a test IP in IP tunnel like in this article https://sites.google.com/site/mrxpalmeiras/linux/create-ipip-tunnel-between-networks Then on machine A: iptables -t nat -A PREROUTING -d 101.131.77.67 -p tcp -m tcp --dport 80 -j DNAT --to-destination...
  2. J

    [SOLVED] iptables load balancer

    Hello guys, Nice to join this forum. I'm not new to Linux but I didn't do anything complicated with iptables and/or routing until now. What I want to accomplish is to use one server as a load balancer and forward packets to a "real server" without changing the source IP so the real server will...
Top