Hello!
[UPDATE]
Okay. ProTip: If you build a server in work and your bring it to home, change the default gw at home ![]()
I bought a brand new Mikrotik hex. This is my first time using a mikrotik.
I set up the router with the quick set. I have pppoe connection.
The interface’s default name is pppoe-out1
I cant make a working config to forward port 80 (for example) to my pc.
I tried 8080 (torrent gui on the server) and 2100 (ssh on the server) ports too but no success.
heres the config files
0 D ;;; special dummy rule to show fasttrack counters
chain=forward action=passthrough
1 ;;; defconf: accept established,related,untracked
chain=input action=accept connection-state=established,related,untracked
2 chain=forward action=accept connection-nat-state=dstnat log=yes
log-prefix="fw"
3 ;;; allow IPsec NAT
chain=input action=accept protocol=udp dst-port=4500
4 ;;; allow IKE
chain=input action=accept protocol=udp dst-port=500
5 ;;; allow l2tp
chain=input action=accept protocol=udp dst-port=1701
6 ;;; allow pptp
chain=input action=accept protocol=tcp dst-port=1723
7 ;;; allow sstp
Nat:
0 ;;; defconf: masquerade
chain=srcnat action=masquerade out-interface-list=WAN
ipsec-policy=out,none
1 chain=dstnat action=dst-nat to-addresses=192.168.0.104 to-ports=80
protocol=tcp dst-port=8122 log=yes log-prefix="p:2100 nat"
2 ;;; masq. vpn traffic
chain=srcnat action=masquerade src-address=192.168.89.0/24
i tried with the built in mynetname stuff but not working.
it logs the connection. Can you help me?
![]()