Community discussions

MikroTik App

Search found 3 matches

by nook1y
Tue Jul 04, 2017 9:34 pm
Forum: Beginner Basics
Topic: How to just open ports
Replies: 23
Views: 148457

Re: How to just open ports

On Ip this means that it means http://192.168.0.141:80 Is functional but Ip Wan ip exterior does not work /ip address print Flags: X - disabled, I - invalid, D - dynamic # ADDRESS NETWORK INTERFACE 0 192.168.0.1/24 192.168.0.0 Ether2-Master 1 D 31.5.xxx.xxx/24 31.5.xxxx.x Ether - WAN
by nook1y
Mon Jul 03, 2017 12:33 pm
Forum: Beginner Basics
Topic: How to just open ports
Replies: 23
Views: 148457

Re: How to just open ports

Hellop Guys, I have a problem and I hope we can solve I apologize in advance for my english . So I want to open a port on Mikrotik and have introduced this command to the terminal, /ip firewall nat add chain=dstnat dst-port=80 action=dst-nat protocol=tcp to-address=192.168.0.141 to-port=80 The comma...
by nook1y
Wed May 31, 2017 12:23 pm
Forum: General
Topic: How to forward DMZ
Replies: 3
Views: 54072

Re: How to forward DMZ

Sort of. There is no "forward to DMZ" button, but all such a button does in home routers is to NAT the WAN interface to a machine on the LAN, possibly exempting a few ports. If you already have generic NAT (masquerade) set up the src-nat portion is done and all you have to is dst-nat. All...