❓ Help Dual ISP for Mikrotik with PLDT DHCP

capusijake

Fanatic
Hello,

I have a Dual WAN Setup for my Mikrotik hAplite with PLDT and another ISP. I can't disabled the DHCP Server in the PLDT Modem since it is restricted and need superadmin access. It has a new firmware so bypassing it for now didn't work.
Question is will there be a problem if the DHCP in the PLDT Modem is not disabled?

Thank you
 
Hello,

In a dual WAN setup with a Mikrotik router and PLDT modem where you are unable to disable the DHCP server on the PLDT modem, there can be potential issues if both devices are trying to assign IP addresses to the same network. Here are some scenarios and considerations to keep in mind:

1. IP Address Conflict: If both the PLDT modem and the Mikrotik router are running DHCP servers and assigning IP addresses in the same subnet range, there is a possibility of IP address conflicts. Devices on your network may receive conflicting IP addresses, leading to connectivity issues.

2. Double NAT: Having two DHCP servers on the same network can lead to a double NAT (Network Address Translation) situation, where both devices are performing NAT functions independently. This can complicate network configuration and may cause issues with certain applications or services that require port forwarding or specific network settings.

3. Subnet Isolation: If the PLDT modem and Mikrotik router are assigning IP addresses in different subnets, devices connected to each network may not be able to communicate with each other. This can lead to segmentation of your network and prevent devices from accessing resources across both networks.

4. Routing Issues: If the PLDT modem and Mikrotik router are each acting as DHCP servers and routing traffic independently, there may be routing conflicts or suboptimal routing paths within your network. This can impact network performance and cause connectivity issues.

To mitigate these potential problems, you may consider the following options:

1. Configure the Mikrotik router to act as the primary DHCP server for your network and disable DHCP on the PLDT modem if possible. This will help ensure that all devices on your network receive IP addresses from a single DHCP server.

2. If disabling DHCP on the PLDT modem is not an option, ensure that the DHCP ranges configured on both devices do not overlap. Assign a unique range of IP addresses to each device to avoid conflicts.

3. Consider placing the PLDT modem in bridge mode if supported. This will effectively disable the DHCP server on the modem and allow the Mikrotik router to handle all routing and DHCP functions.

4. If bridging the PLDT modem is not possible, you may need to carefully configure the IP settings on both devices to ensure they work together without causing conflicts or network segmentation.

It's important to test your network configuration thoroughly after making any changes to ensure that all devices can connect and communicate properly. If you continue to experience issues, you may need to reach out to your ISP for assistance or consider alternative network configurations.

I hope this information helps. If you have any further questions or need clarification, feel free to ask.
 
Conflict yan TS kung gagamitin mo DHCP Client ni mikrotik. Much better manual mo nlng sya under IP > Routing

Here's Example

======="WAN 1"======
192.168.1.1%ether1-PLDT_01
Check Gateway = Ping
Distance = 1
Scope = 30
Target Scope = 10
Routing Table = rtab-1

======="WAN 2"======
192.168.1.1%ether2-PLDT_02
Check Gateway = Ping
Distance = 1
Scope = 30
Target Scope = 10
Routing Table = rtab-2

Dapat nka rename interfaces mo: ether1-PLDT_01 at ether2-PLDT_02
 

About this Thread

  • 5
    Replies
  • 1K
    Views
  • 4
    Participants
Last reply from:
NGANIBAYA

Trending Topics

Online now

Members online
1,177
Guests online
1,438
Total visitors
2,615

Forum statistics

Threads
2,272,943
Posts
28,946,535
Members
1,236,477
Latest member
Blueocean184
Back
Top