I'm new. Not much of a network dude, so please bare with me.
I've recently bridged my áll-in-one' modem to my router...so now the modem is running solely as a modem. Everything else is disabled and it's in bridge mode.
Have PPOE set-up in the Edgerouter X and all is working fine with the exception of my port forwards. For instance..I'm trying to forward port 2001 to an address on my LAN (192.168.1.107). When I got to the open port check tool online it keeps telling me it's not open.
I've combed through these forums trying to solve the issue but I just can't figure it out.
Here is my config...any help would be really appreciated.
firewall { all-ping enable broadcast-ping disable ipv6-receive-redirects disable ipv6-src-route disable ip-src-route disable log-martians enable name WAN_IN { default-action drop description "Packets from internet to LAN" enable-default-log rule 10 { action accept description "ALLOW established sessions" log disable protocol all state { established enable invalid disable new disable related enable } } rule 20 { action accept description "Allow secured traffic for NAS" destination { port 2001 } log disable protocol tcp } rule 30 { action drop description "DROP invalid state" log disable protocol all state { established disable invalid enable new disable related disable } } } name WAN_LOCAL { default-action drop description "Packets from internet to router" enable-default-log rule 1 { action accept description "ALLOW established sessions" log disable protocol all state { established enable invalid disable new disable related enable } } rule 2 { action drop description "DROP invalid state" log disable protocol all state { established disable invalid enable new disable related disable } } } options { mss-clamp { mss 1412 } } receive-redirects disable send-redirects enable source-validation disable syn-cookies enable } interfaces { ethernet eth0 { address dhcp description "Internet (PPPoE)" duplex auto firewall { in { name WAN_IN } local { name WAN_LOCAL } } pppoe 0 { default-route auto mtu 1492 name-server auto password **************** user-id myuser } speed auto } ethernet eth1 { description Local duplex auto speed auto } ethernet eth2 { description Local duplex auto speed auto } ethernet eth3 { description Local duplex auto speed auto } ethernet eth4 { description Local duplex auto poe { output pthru } speed auto } loopback lo { } switch switch0 { address 192.168.1.1/24 description Local mtu 1500 switch-port { interface eth1 { } interface eth2 { } interface eth3 { } interface eth4 { } vlan-aware disable } } } port-forward { auto-firewall enable hairpin-nat enable lan-interface switch0 wan-interface pppoe0 } service { dhcp-server { disabled false hostfile-update disable shared-network-name LAN { authoritative enable subnet 192.168.1.0/24 { default-router 192.168.1.1 dns-server 192.168.1.1 lease 86400 start 192.168.1.100 { stop 192.168.1.254 } static-mapping Rod_PC { ip-address 192.168.1.106 mac-address 00:04:00:60:00:00 } } } use-dnsmasq disable } gui { http-port 80 https-port 443 older-ciphers enable } nat { rule 1 { description Appliance destination { group { address-group ADDRv4_eth0 } port 2001 } inbound-interface eth0 inside-address { address 192.168.1.107 port 2001 } log disable protocol tcp type destination } rule 5010 { description "masquerade for WAN" outbound-interface pppoe0 type masquerade } } ssh { port 22 protocol-version v2 } } system { host-name ubnt login { user ubnt { authentication { encrypted-password **************** } level admin } } ntp { server 0.ubnt.pool.ntp.org { } server 1.ubnt.pool.ntp.org { } server 2.ubnt.pool.ntp.org { } server 3.ubnt.pool.ntp.org { } } syslog { global { facility all { level notice } facility protocols { level debug } } } time-zone America/Toronto }