จากนั้น เปิดโปรแกรม winbox เชื่อมต่อไปยัง mikrotik
ล้างค่า config ทั้งหมด โดยใช้คำสั่ง
> system reset
จากนั้น ยืนยันโดยการกด y รอสักพัก แล้ว เชื่อมต่อ mikrotik อีกครั้ง ด้วย winbox
เมื่อ connect ได้แล้ว ให้เปิด terminal ขึ่นมาเพื่อใช้ คำสั่ง cli
ในที่นี้ ผมต่อ ether1 ไปที่ modem และ ether2 ไปที่ pc
ทำการเปิดใช้งาน ether ทั้ง 2 โดยใช้คำสั่ง
/interface enable ether1,ether2
จากนั้นเพิ่ม pppoe-client และใส่ username/password ของ adsl เรานะครับ ตามคำสั่งด้านล่าง
/interface pppoe-client
add interface=ether1 user="ีuseradsl@3bb" password="passwor-adsl" \
add-default-route=yes use-peer-dns=yes disabled=no
จากนั้นลองตรวจสอบดูว่า เชื่อมต่อได้หรือยัง ใช้คำสั่ง
/interface pppoe-client monitor pppoe-out1
status: "connected"
uptime: 14m58s
idle-time: 0s
active-links: 1
service-name: ""
ac-name: "KKNBS02"
ac-mac: 00:25:9E:4D:56:03
mtu: 1480
mru: 1480
ถ้า status: "connected" แสดงว่าเชื่อมตอได้แล้ว ครับ
เสร็จแล้ว ก็ไปตั้ง ip ฝั่ง lan คือ ether2 ตามนี้
/ip address add address=192.168.88.1/24 interface=ether2
เสร็จแล้วต้อง set firewall
/ip firewall nat add chain=srcnat src-address=192.168.88.0/24 action=masquerade
/ ip firewall filter
add chain=input connection-state=established comment="Accept established connections"
add chain=input connection-state=related comment="Accept related connections"
add chain=input connection-state=invalid action=drop comment="Drop invalid connections"
add chain=input protocol=udp action=accept comment="UDP" disabled=no
add chain=input protocol=icmp limit=50/5s,2 comment="Allow limited pings"
add chain=input protocol=icmp action=drop comment="Drop excess pings"
add chain=input in-interface=ether2 src-address=192.168.88.0/24 comment="From our LAN" action=accept
add chain=input action=log log-prefix="DROP INPUT" comment="Log everything else"
add chain=input action=drop comment="Drop everything else"
กำหนด firewall masquerade เสร็จ ก็ต้อง set dhcp server
/ip dhcp-server setup
/ip dns set allow-remote-requests=yes
จากนั้น ก็ ไป renew ip ของ lan card เรา แล้วก็ลองเข้า net ดู
ข้อมูลจาก "http://wiki.mikrotik.com/wiki/How_to_Connect_your_Home_Network_to_xDSL_Line"
ไม่มีความคิดเห็น:
แสดงความคิดเห็น