DISQUS

Tech-Recipes: RedHat Linux IP Forwarding | Linux networking | Tech-Recipes

  • Anonymous · 5 years ago
    You might want to just edit /etc/sysctl.conf and set:
    net.ipv4.ip_forward = 1


    This will enable it permanently on your host.
  • Anand M · 1 year ago
    If i want communicate with two different Ip address example 172.16.10.63 machine has to ping 192.168.1.140 what has to be done?