Home » Questions » Computers [ Ask a new question ]

Network configuration

Network configuration

This is my situation:

Asked by: Guest | Views: 232
Total answers/comments: 2
Guest [Entry]

"I found a solution using iptables (just 2 lines):

iptables --table nat --append POSTROUTING --out-interface ra0 -j MASQUERADE
iptables --append FORWARD --in-interface eth0 -j ACCEPT

Thank you all!"
Guest [Entry]

"I found a solution using iptables (just 2 lines):

iptables --table nat --append POSTROUTING --out-interface ra0 -j MASQUERADE
iptables --append FORWARD --in-interface eth0 -j ACCEPT

Thank you all!"