แสดงกระทู้

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - phongsathon

หน้า: [1]
1
ประวัติการ สำรองข้อมูลใน hosxp ไม่ขึ้น แก้ไข ยัง ไง ครับ แต่ ไฟล์ที่สำรองข้อมูล มี ข้อมูล อยู่ ครับ แต่ประวัติไม่ขึ้น แก้ไข ยังไง ครับ

2
ใช่ linux แจก เน็ต ทำ ง่าย ๆๆๆ ครับ   ใช้ ตะกูล  ubuntu หรือ centos ก็ ได้ ครับ ใช้ ติดตั้ง  dhcp แล้ว ทำ net ครับ
คำสั่ง


echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -F
iptables -t mangle -F
iptables -t filter -F
iptables -X
#IPTABLES -A INPUT -p tcp -m tcp --dport 3128 --syn -j ACCEPT
iptables -A FORWARD -j ACCEPT
iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE


iptables -A FORWARD -s 192.168.1.0/24 -o eth0 -j ACCEPT
iptables -t nat -A PREROUTING -i eth1 -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 3128
iptables -A FORWARD -d 192.168.1.0/24 -m state --state ESTABLISHED,RELATED -i eth0 -j ACCEPT

คำสั่ง ข้าง  บน เป็น สั่ง gateway นะครับ

จากนั้น ทำงานการแจก  ip  ก็ได้ แล้ว ครับ เรื่อง การทำ linux แจก เน็ต


หน้า: [1]