TPG Community

Get online support

FTTC NBN with fortigate with vlan2 PPPoE no internet access from LAN

SOLVED Go to solution
virusi337
Level 2

Hi 

 

I just want to ask if there anyone had any problems connecting to TPG NBN via PPPoE vlan2 tagged working with any sort of fortigate firewall device? My problem is after entered all correct details to fortigate device and I can see the connectiong auth established getting WAN IP all that when trying browse nothing works can't even PING outside, tried look through firewall policys and policy route all seems to be correct what I'm missing?? anybody got any experience with this? 

 

NBN-----Fortigate 30E |-----LAN 

                                       | ----Ubquiti AC

                                       | ----Archer VR1600v

edit "lan"
set vdom "root"
set ip 192.168.1.99 255.255.255.0
set allowaccess ping https ssh http fgfm fabric
set type hard-switch
set explicit-web-proxy enable
set stp enable
set role lan
set snmp-index 4
next
edit "vlan2"
set vdom "root"
set mode pppoe
set explicit-web-proxy enable
set device-identification enable
set role wan
set snmp-index 60
set username "username@tpg.com.au"
set password ENC gZp3wh46
set mtu-override enable
set mtu 1472
set interface "wan"
set vlanid 2
next
end

 

1 ACCEPTED SOLUTION

Accepted Solutions
virusi337
Level 2

nvm sorted issue with FortiguardDDNS requires adding interface vlan2 into is settings and Explicit Web Proxy enabled.

View solution in original post

4 REPLIES 4
virusi337
Level 2

nvm sorted issue with FortiguardDDNS requires adding interface vlan2 into is settings and Explicit Web Proxy enabled.

nathana
Level 2

@virusi337 wrote:


set mtu-override enable
set mtu 1472

 


Thanks

Are those two entries required?

Shane
Moderator

Hi @virusi337,

 

I do not have information on how to set up fortigate but I noticed that the TPG domain is included with the Username, try to remove it and use your plain username only.

 

Regards,

 

 

 

Hi 

 

I just want to ask if there anyone had any problems connecting to TPG NBN via PPPoE vlan2 tagged working with any sort of fortigate firewall device? My problem is after entered all correct details to fortigate device and I can see the connectiong auth established getting WAN IP all that when trying browse nothing works can't even PING outside, tried look through firewall policys and policy route all seems to be correct what I'm missing?? anybody got any experience with this? 

 

NBN-----Fortigate 30E |-----LAN 

                                       | ----Ubquiti AC

                                       | ----Archer VR1600v

edit "lan"
set vdom "root"
set ip 192.168.1.99 255.255.255.0
set allowaccess ping https ssh http fgfm fabric
set type hard-switch
set explicit-web-proxy enable
set stp enable
set role lan
set snmp-index 4
next
edit "vlan2"
set vdom "root"
set mode pppoe
set explicit-web-proxy enable
set device-identification enable
set role wan
set snmp-index 60
set username "username@tpg.com.au"
set password ENC gZp3wh46
set mtu-override enable
set mtu 1472
set interface "wan"
set vlanid 2
next
end

 

mamoon_rahat
Level 2
Hi. Sorry can you please explain further as I am having the same issue.