Announcement

Collapse
No announcement yet.

Mikrotik Club

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ขอบคุณมากครับพี่ ขอถามต่อนิดนึงนะครับ
    - Reboot กับ เปิดปิดใหม่ แตกต่างกันอย่างไรครับ
    - เปิดไว้ประมาณ กี่วัน กี่ชม. ครับ ถึงทำการ Reboot
    รบกวนด้วยนะครับพี่
    Originally posted by pkminami View Post
    1. น่าจะถูกวิธีนะ แต่ ผมไม่เคยทำครับ ส่วนมากดึงปลั๊กเอา
    2. ถอดปลั๊กเสียบใหม่
    3. ไม่เคยใช้ timer ครับ ส่วนมาก ตั้งให้ reboot เองมากกว่า
    [emoji16]

    Comment


    • Originally posted by biglovea2 View Post
      ขอบคุณมากครับพี่ ขอถามต่อนิดนึงนะครับ
      - Reboot กับ เปิดปิดใหม่ แตกต่างกันอย่างไรครับ
      - เปิดไว้ประมาณ กี่วัน กี่ชม. ครับ ถึงทำการ Reboot
      รบกวนด้วยนะครับพี่
      - Reboot กับ เปิดปิดใหม่ แตกต่างกันอย่างไรครับ
      = สำหรับผม ไม่ค่อยต่างนะ จะต่างก็แค่ ปิดเปิดใหม่ ต้องถอดเสียบปลั๊กเอง(Reboot ตั้งเวลาเอา)
      - เปิดไว้ประมาณ กี่วัน กี่ชม. ครับ ถึงทำการ Reboot
      = ตอนใช้ RB750 ผมตั้ง Reboot ทุกวัน

      Comment


      • ซ้ำครับ
        Last edited by pkminami; 1 Feb 2015, 18:44:00. Reason: ซ้ำ

        Comment


        • ช่วยดูสคิปผมให้น่อยครับ พอดีว่าผมลอง Test แล้วโดยการโหลดบิต แต่ไม่วิ่งทั้ง 2 Line โดย eth1 คือ PPPOE ของ True eth2 คือ True Cable โดยตั้งบริตโหมด แล้ว ไป add DHCP Client ใน MT

          /ip address add address=1.1.1.1/26 network=1.1.1.0 broadcast=1.1.1.255 interface=ether5 comment="DHCP"

          /ip firewall mangle add chain=input in-interface=pppoe-out1 action=mark-connection new-connection-mark=ether1_conn
          /ip firewall mangle add chain=input in-interface=ether2 action=mark-connection new-connection-mark=ether2_conn


          /ip firewall mangle add chain=output connection-mark=ether1_conn action=mark-routing new-routing-mark=to_ether1
          /ip firewall mangle add chain=output connection-mark=ether2_conn action=mark-routing new-routing-mark=to_ether2


          /ip firewall mangle add chain=prerouting action=accept in-interface=ether5


          /ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=ether5 per-connection-classifier=both-addresses-and-ports:2/0 action=mark-connection new-connection-mark=ether1_conn passthrough=yes
          /ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=ether5 per-connection-classifier=both-addresses-and-ports:2/1 action=mark-connection new-connection-mark=ether2_conn passthrough=yes
          /ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=ether5 per-connection-classifier=both-addresses-and-ports:2/2 action=mark-connection new-connection-mark=ether2_conn passthrough=yes

          /ip firewall mangle add chain=prerouting connection-mark=ether1_conn in-interface=ether5 action=mark-routing new-routing-mark=to_ether1
          /ip firewall mangle add chain=prerouting connection-mark=ether2_conn in-interface=ether5 action=mark-routing new-routing-mark=to_ether2

          /ip route add dst-address=0.0.0.0/0 gateway=pppoe-out1 routing-mark=to_wan1 check-gateway=ping
          /ip route add dst-address=0.0.0.0/0 gateway=ether2 routing-mark=to_ether2 check-gateway=ping
          /ip route add dst-address=0.0.0.0/0 gateway=pppoe-out1 distance=1 check-gateway=ping
          /ip route add dst-address=0.0.0.0/0 gateway=ether2 distance=2 check-gateway=ping
          /ip firewall nat add chain=srcnat out-interface=pppoe-out1 action=masquerade
          /ip firewall nat add chain=srcnat out-interface=ether2 action=masquerade

          Comment


          • ช่วยดูสคิปผมให้น่อยครับ พอดีว่าผมลอง Test แล้วโดยการโหลดบิต แต่ไม่วิ่งทั้ง 2 Line โดย eth1 คือ PPPOE ของ True eth2 คือ True Cable โดยตั้งบริตโหมด แล้ว ไป add DHCP Client ใน MT

            /ip address add address=1.1.1.1/26 network=1.1.1.0 broadcast=1.1.1.255 interface=ether5 comment="DHCP"

            /ip firewall mangle add chain=input in-interface=pppoe-out1 action=mark-connection new-connection-mark=ether1_conn
            /ip firewall mangle add chain=input in-interface=ether2 action=mark-connection new-connection-mark=ether2_conn


            /ip firewall mangle add chain=output connection-mark=ether1_conn action=mark-routing new-routing-mark=to_ether1
            /ip firewall mangle add chain=output connection-mark=ether2_conn action=mark-routing new-routing-mark=to_ether2


            /ip firewall mangle add chain=prerouting action=accept in-interface=ether5


            /ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=ether5 per-connection-classifier=both-addresses-and-ports:2/0 action=mark-connection new-connection-mark=ether1_conn passthrough=yes
            /ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=ether5 per-connection-classifier=both-addresses-and-ports:2/1 action=mark-connection new-connection-mark=ether2_conn passthrough=yes
            /ip firewall mangle add chain=prerouting dst-address-type=!local in-interface=ether5 per-connection-classifier=both-addresses-and-ports:2/2 action=mark-connection new-connection-mark=ether2_conn passthrough=yes

            /ip firewall mangle add chain=prerouting connection-mark=ether1_conn in-interface=ether5 action=mark-routing new-routing-mark=to_ether1
            /ip firewall mangle add chain=prerouting connection-mark=ether2_conn in-interface=ether5 action=mark-routing new-routing-mark=to_ether2

            /ip route add dst-address=0.0.0.0/0 gateway=pppoe-out1 routing-mark=to_wan1 check-gateway=ping
            /ip route add dst-address=0.0.0.0/0 gateway=ether2 routing-mark=to_ether2 check-gateway=ping
            /ip route add dst-address=0.0.0.0/0 gateway=pppoe-out1 distance=1 check-gateway=ping
            /ip route add dst-address=0.0.0.0/0 gateway=ether2 distance=2 check-gateway=ping
            /ip firewall nat add chain=srcnat out-interface=pppoe-out1 action=masquerade
            /ip firewall nat add chain=srcnat out-interface=ether2 action=masquerade

            Comment


            • /ip route add dst-address=0.0.0.0/0 gateway=pppoe-out1 routing-mark=to_wan1 check-gateway=ping
              เปลี่ยน to_wan1 เป็น to_ether1

              Comment


              • Originally posted by pkminami View Post
                เปลี่ยน to_wan1 เป็น to_ether1
                ลองแล้วครับ ก็ยังไม่ได้

                Comment


                • Originally posted by kopzavsp View Post
                  ลองแล้วครับ ก็ยังไม่ได้
                  งั้นเช็คก่อนว่าเน็ตมาครบทั้ง 2 สายไหม
                  ไล่เช็คทีละสาย

                  ในสคิปไม่เห็นมี ip ของ ether2
                  ether 2 ได้ ip,gateway หรือเปล่า

                  Comment


                  • Originally posted by biglovea2 View Post
                    พี่ๆครับ ขอรบกวนถามนะครับ
                    ผมใช้ RB750 นะครับ
                    1.การปิด mikrotik อย่างถูกวิธี ต้องทำการ Shutdown ใช่ไหมครับ
                    2.ถ้า Shutdown แล้ว ตัว mikrotik จะ disconnect แล้วผมจะเปิด(connect)ขึ้นมาใหม่ได้ยังไงครับ หรือ ต้องถอดปลั๊กแล้วเสียบใหม่อย่างเดียวครับ
                    3.ถ้าใช่ตัว timer มาช่วยเปิดปิดจะเหมาะสมไหมครับ มีผลเสียหรือไม่ครับ
                    รบกวนด้วยนะครับ ขอบคุณมากครับ
                    ผม uptime เป็น 5-6 เดือนยังไม่เคยเจอปัญหา บางท่านเป็นปีๆ อย่าไปซีเรียสครับ เค้าค่อนข้างแข็งแรงอยู่

                    Comment


                    • ซ้ำครับ ขออภัย
                      Last edited by no_coke; 2 Feb 2015, 17:36:01.

                      Comment


                      • Routerboard ไปซื้อที่ไหนกันบ้างครับ

                        Comment


                        • Originally posted by Parona View Post
                          Routerboard ไปซื้อที่ไหนกันบ้างครับ
                          มีของบริการอยู่หลายเจ้าครับ แต่ส่วนตัวผมใช้บริการของ freedomlin เป็นหลัก

                          Comment


                          • Groove_A-2Hn.jpg
                            ถ้าใช้อุปกรณ์ของ Mikrotik ประเภท Outdoor ในลักษณะนี้ มาประยุกต์ใช้เป็น indoor สามารถทำได้ไหมครับ

                            คือปกติถ้าผมติดตั้ง router dlink ในอพาร์ทเม้นต์ใช้ประมาณชั้นละ 1 ตัวก็ครอบคลุม คำถามคือ

                            ถ้าผมใช้ Mikrotik Outdoor ประเภทนี้แทน router dlink สามารถใช้ 1 ต่อประมาณ 2-3 ชั้นได้หรือเปล่าครับ เช่น หากมีสามชั้นเดิมวาง router dlink ชั้นละตัวครอบคลุม

                            ถ้าใช้ Mikrotik Outdoor มาวางแทนตรงชั้นสอง จะครอบคลุมทั้งสามชั้นหรือเปล่าครับ (พอดีไม่สะดวกเดิน router หลายตัว)

                            Comment


                            • Groove_A-2Hn.jpg
                              ถ้าใช้อุปกรณ์ของ Mikrotik ประเภท Outdoor ในลักษณะนี้ มาประยุกต์ใช้เป็น indoor สามารถทำได้ไหมครับ

                              คือปกติถ้าผมติดตั้ง router dlink ในอพาร์ทเม้นต์ใช้ประมาณชั้นละ 1 ตัวก็ครอบคลุม คำถามคือ

                              ถ้าผมใช้ Mikrotik Outdoor ประเภทนี้แทน router dlink สามารถใช้ 1 ต่อประมาณ 2-3 ชั้นได้หรือเปล่าครับ เช่น หากมีสามชั้นเดิมวาง router dlink ชั้นละตัวครอบคลุม

                              ถ้าใช้ Mikrotik Outdoor มาวางแทนตรงชั้นสอง จะครอบคลุมทั้งสามชั้นหรือเปล่าครับ (พอดีไม่สะดวกเดิน router หลายตัว)

                              Comment


                              • พี่น้องใช้ firmware ตัวไหนกันอยู่ครัชชช

                                Comment

                                Working...
                                X