Community discussions

MikroTik App

Search found 10 matches

by Natted
Tue Nov 25, 2014 4:15 pm
Forum: General
Topic: DSTNAT between two WAN
Replies: 2
Views: 1028

DSTNAT between two WAN

Hi all, I have three WAN and a lan. 192.168.2.3 WAN 1 (conn mark wan1) 172.16.10.1 WAN 2 (conn mark wan2) 10.1.0.1 WAN 3 (conn mark wan3) 10.0.0.1 LAN in PCC balancing mode. I'd like to DSTNAT the port 8070 entering in WAN 1 and redirect it to an ip address on WAN3 example: outside====> 192.168.2.3:...
by Natted
Wed Oct 08, 2014 7:15 pm
Forum: General
Topic: Local connections are passing through router
Replies: 1
Views: 679

Re: Local connections are passing through router

nobody can help me?
by Natted
Tue Oct 07, 2014 8:11 pm
Forum: General
Topic: Local connections are passing through router
Replies: 1
Views: 679

Local connections are passing through router

Hi all. There are a lot of local connections in IP/Firewall/Connection
For example:
my network is 192.168.0.0/16
router on 192.168.2.1
In IP/Firewall/Connection i see:
Image
I guess that's not normal..What can i do? What's wrong?
by Natted
Mon Feb 10, 2014 9:04 pm
Forum: General
Topic: TPLINK WN722n
Replies: 1
Views: 1087

TPLINK WN722n

How can i use "TPLINK WN722n" chipset atheros with RB951-2nhd? I connect to the router but the interface isn't created
by Natted
Mon Feb 10, 2014 5:25 pm
Forum: General
Topic: pppoe on interface bridge
Replies: 1
Views: 1544

pppoe on interface bridge

Hi all,
I have rb951-2nhd with ether1 working as WAN with pppoe-client, but i'd like to use that same interface as LAN also. If i bridge ether1 with ether2-master, the masquerade NAT on pppoe-out1 doesn't work. how can i do that?
by Natted
Tue Feb 04, 2014 11:29 pm
Forum: Wireless Networking
Topic: wireless bridge error
Replies: 3
Views: 1699

Re: wireless bridge error

WDS implementation could be different for each vendor – not all different vendor devices could be connected together with WDS.
If i'd like to connect wireless to adsl modem and a trasmit an ssid? Can i do that with one wireless interface?
by Natted
Mon Feb 03, 2014 9:34 pm
Forum: Wireless Networking
Topic: wireless bridge error
Replies: 3
Views: 1699

wireless bridge error

Hi all. I want to do this configuration: ADSL Line-> ADSL Modem->wireless to->mikrotik rb951g-2nhd as pppoe client and a second virtual AP to repeat lan in wireless. Into the mikrotik i have tried a lot of configuration such as wds slave dynamic(making the adsl modem and mikrotik with same ssid, pro...
by Natted
Fri Jan 17, 2014 12:28 pm
Forum: RouterBOARD hardware
Topic: Multiple WAN addresses Nat 1:1
Replies: 2
Views: 1477

Re: Multiple WAN addresses Nat 1:1

everything you listed is dst-nat to 192.168.1.1. should be dst-nat source "public address" to "private address" & src-nat source "private address" to "public address" example: dst-nat source WAN 10.1.1.1 to address LAN 192.168.1.1 src-nat source LAN 192.1...
by Natted
Thu Jan 16, 2014 3:34 pm
Forum: General
Topic: Masquerade instead of srcnat
Replies: 0
Views: 668

Masquerade instead of srcnat

hi all, i have a question. Configuration: ether1(WAN) IPS: 10.0.0.1 10.0.0.2 10.0.0.3 and in bridge-local there are 3 clients 192.168.1.1 192.168.1.2 192.168.1.3 If instead of src-nat i do: in mangle every connection from 192.168.1.1 to dst-address 10.2.2.2 marked with: ip1 every connection from 192...
by Natted
Wed Jan 15, 2014 10:38 pm
Forum: RouterBOARD hardware
Topic: Multiple WAN addresses Nat 1:1
Replies: 2
Views: 1477

Multiple WAN addresses Nat 1:1

Hi all, i got this configuration: IP addresses ether1(WAN): 10.1.1.1 dst-natted to 192.168.1.1 10.1.1.2 dst-natted to 192.168.1.1 10.1.1.3 dst-natted to 192.168.1.1 10.1.1.4 dst-natted to 192.168.1.1 and in private network i got for example 192.168.1.1 src-natted to 10.1.1.1 192.168.1.10 src-natted ...