Skip to content


การ configure ให้ Forward packets

การ configure ให้ ubuntu ของเราสามารถ forwarding packet จากคอมพิวเตอร์เครื่องอื่นไปยัง ip ที่เราต้องการ

Before:
# Disables packet forwarding
net.ipv4.ip_forward=0

After:
# Enables packet forwarding
net.ipv4.ip_forward=1

http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch03_:_Linux_Networking#Configuring_IP_Forwarding

Posted in Linux, Networking. Tagged with .

0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

You must be logged in to post a comment.