iptables บนเดเบียน มี 2 วิธี (จริง ๆ มีหลายวิธีมาก)
# iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE # iptables -A FORWARD -s 192.168.0.0/16 -j ACCEPT # iptables -A FORWARD -d 192.168.0.0/16 -j ACCEPT # iptables -A FORWARD -s ! 192.168.0.0/16 -j DROP
เก็บกฎไว้ที่ไฟล์ /etc/iptables/rules # mkdir -p /etc/iptables # iptables-save > /etc/iptables
# mkdir -p /etc/iptables # iptables-save > /etc/iptables
นำกฎมาใช้ตอนเปิดเครื่องใหม่ ผ่าน /etc/network/interfaces # vi /etc/network/interfaces
# vi /etc/network/interfaces
... auto eth1
There are currently 0 users online.
Recent comments