Linux/OpenVPN: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
Zeile 27: Zeile 27:
  echo 1 > /proc/sys/net/ipv4/ip_forward
  echo 1 > /proc/sys/net/ipv4/ip_forward


Activate IP forwarding (necessary after each reboot, so put it for example in '''/etc/local.d/baselayout1.start'''):
Activate IP forwarding/routing (necessary after each reboot, so put it for example in '''/etc/local.d/baselayout1.start'''):
  modprobe iptable_nat # if compiled as module
  modprobe iptable_nat # if compiled as module
  iptables -t nat -A POSTROUTING -s 10.100.0.0/24 -o eth0 -j MASQUERADE
  iptables -t nat -A POSTROUTING -s 10.100.0.0/24 -o eth0 -j MASQUERADE