This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DSL PPPoE Settings?

I have a DSL modem with Public IP (Internet).
My UTM is connected to the modem LAN interface. 

Which is best practice and how to create UTM External Interface?

1. Modem  
WAN: PPPoE
LAN: 192.168.10.1

UTM External Interface (This configuration works well)
Type: Ethernet
IP: 192.168.10.254
GW: 192.168.10.1 

Or

2. Modem
WAN: Bridge
LAN: 192.168.10.1

UTM External Interface
Type: DSL PPPoE
VDSL: ??? How to check if my ISP is offering VDSL service?
Static PPPoE IP: ???  Should this be the Public IP or 192.168.10.254? What should be the Netmask?
IPv4 Default GW: ??? Should I check this?


This thread was automatically locked due to age.
  • Hi,
    best practice is to have the modem in bridged mode and let the UTM setup the PPPoE connections. In theory the PPPoE software on the UTM will determine the connection type from parameters supplied at connection time.

    Ian

    XG115W - v20.0.2 MR-2 - Home

    XG on VM 8 - v21 GA

    If a post solves your question please use the 'Verify Answer' button.

  • Thank you RFCat_vk.

    UTM External Interface
    Type: DSL PPPoE
    VDSL: ??? How to check if my ISP is offering VDSL service?
    Static PPPoE IP: ??? Should this be the Public IP or 192.168.10.254? What should be the Netmask?
    IPv4 Default GW: ??? Should I check this? 

    After setting the DSL Modem to Bridge mode, how can I manage NAT?
    Should I create SNAT or Masquerading rules?
  • If you use static PPPoE your ISP should provide those details, more than likely the mask will be a /32.
    If using dynamic PPPoE then the UTM will request that information.
    Ask your ISP is offering VDSL, but I expect you will see those details in your log after successfully creating a connection. Does your existing modem show VDSL?



    Initially.
    Packet filter rule
    Internal network -> any (protocol) -> internet (select from drop down list)-> allow 
    MASQ
    internal network to external interface.

    Forgot to add enable DHCP on your internal interface so your PC etc can obtain an address automatically that matches your network.

    That will get you working, though there are many other features to improve security of your network you will learn about as you go.

    Ian

    XG115W - v20.0.2 MR-2 - Home

    XG on VM 8 - v21 GA

    If a post solves your question please use the 'Verify Answer' button.