CentOS gateway ip routering
การใช้ Linux ในตระกูลของ Redhat คือ Fedora core , Linux Tle , SIS Linux การทำเป็น Gateway นั้นเซ็ตไม่ค่อยยาก เซ็ตเพียงไม่กี่บรรทัดก็ใช้ได้แล้ว
- echo 1 > proc/sys/net/ipv4/ip_forward
- iptables -t nat -A POSTROUTING -s (ip,network ex. 192.168.1.0/24) -o eth0 -j MASQUERADE
- service iptables save บันทึกค่า iptables ไว้หน่อย
- แก้ไขค่า /etc/sysctl.conf จาก net.ipv4.ip_forward=0 เปลี่ยนค่าให้ =1 แทน
- service iptables restart รีสตาร์ท iptables ใหม่อีกครั้ง
ไม่มีความคิดเห็น:
แสดงความคิดเห็น