Community discussions

MikroTik App
 
alphakim
just joined
Topic Author
Posts: 1
Joined: Mon May 22, 2017 5:58 pm

port forwarding on pppoE connection

Mon May 22, 2017 6:42 pm

hi everyone im new hear.i would like to get some help on how to port forward on mikrotik router v6.30.4. The router has been fed with a pppoE connection by the isp and i cant access it remotely using internet from another isp.
 
User avatar
pietroscherer
Trainer
Trainer
Posts: 170
Joined: Thu Mar 05, 2015 3:05 pm
Location: RS, Brazil
Contact:

Re: port forwarding on pppoE connection

Mon May 22, 2017 8:01 pm

Hello,

Port forwarding docs and examples can be found here:

https://wiki.mikrotik.com/wiki/Manual:I ... FTP_server

About access your MikroTik Router from Internet, it's possible if you have a public IP address. If not, you can ask your ISP for a port forwarding to your private IP. Otherwise, you can read this

viewtopic.php?f=13&t=121435
 
User avatar
shailparmar
Frequent Visitor
Frequent Visitor
Posts: 97
Joined: Wed Aug 20, 2014 6:07 pm
Location: GB
Contact:

Re: port forwarding on pppoE connection

Wed May 24, 2017 8:21 am

hi everyone im new hear.i would like to get some help on how to port forward on mikrotik router v6.30.4. The router has been fed with a pppoE connection by the isp and i cant access it remotely using internet from another isp.
are you on public ip. export your firewall filter configuration.
/ip firwall filter export
paste here
 
katongo360
just joined
Posts: 1
Joined: Fri Sep 01, 2023 12:22 pm

Re: port forwarding on pppoE connection

Fri Apr 19, 2024 4:53 pm

I am facing a similar challenge. The router has been fed with a pppoE connection by the isp and i cant access it remotely using internet from another isp

RouterOS 7.8
model = CCR2116-12G-4S+


/ip firewall filter
add action=accept chain=input comment="\"Allow Estab & Related\"" \
connection-state=established,related
add action=accept chain=input comment="\"Allow VLAN\"" in-interface=ADMIN
add action=accept chain=forward comment="Allow Estab & Related" \
connection-state=established,related
add action=drop chain=input comment=Drop
add action=accept chain=forward comment="\"VLAN Internet Access only\"" \
connection-state=new in-interface=all-vlan out-interface=pppoe-wan
add action=drop chain=forward comment=Drop
/ip firewall nat
add action=masquerade chain=srcnat comment="Link To ISP" out-interface=\
pppoe-wan
add action=dst-nat chain=dstnat comment="Remote Desktop" dst-port=3389 \
protocol=tcp to-addresses=10.10.10.2 to-ports=3389

Who is online

Users browsing this forum: anav, Bing [Bot], RiFF and 38 guests