Community discussions

MikroTik App

Search found 4 matches

by TTaufik
Fri Sep 23, 2016 9:50 am
Forum: Beginner Basics
Topic: Mikrotik NAT-ing from one subnet to the other
Replies: 12
Views: 9077

Re: Mikrotik NAT-ing from one subnet to the other

i angrry with czolo. Routing should done the job, you can allow to ping.
Can you give me an example?
by TTaufik
Thu Sep 22, 2016 5:38 pm
Forum: Beginner Basics
Topic: Mikrotik NAT-ing from one subnet to the other
Replies: 12
Views: 9077

Re: Mikrotik NAT-ing from one subnet to the other

Would you like to show us your configuration? ip firewall nat print Flags: X - disabled, I - invalid, D - dynamic 0 XI ;;; place hotspot rules here chain=unused-hs-chain action=passthrough log=no log-prefix="" 1 ;;; WAN1 chain=srcnat action=masquerade src-address-list=client1 out-interfac...
by TTaufik
Thu Sep 22, 2016 7:12 am
Forum: Beginner Basics
Topic: How enable DDNS in firewall rules
Replies: 6
Views: 6969

Re: How enable DDNS in firewall rules

Maybe you can use this in firewall filter rules

;;; Cloud IP
chain=input action=accept protocol=udp in-interface=WAN src-port=15252 log=no log-prefix=""
by TTaufik
Thu Sep 22, 2016 7:02 am
Forum: Beginner Basics
Topic: Mikrotik NAT-ing from one subnet to the other
Replies: 12
Views: 9077

Re: Mikrotik NAT-ing from one subnet to the other

Hello, I have problem to connect my pc to my server in different subnet. 0 10.10.10.67/24 10.10.10.0 ether1_WAN 1 192.168.1.1/24 192.168.1.0 ether3_server 2 192.168.2.1/24 192.168.2.0 ether4_client1 3 192.168.3.1/24 192.168.3.0 ether5_client2 How can I ping from PC in client1 to PC in server and cli...