Ok Here goes
I haveworked on this router for 2 days and cannot get it to do the simplest of things.
This is what I need to try to get configured.
-
I need it to let me setup 1:1 static nat mapping for 10 public to priv. address.
-
I need it to do PPPoE getting ip address from pool, ex the static ones that an external radius server will give out on some customers.
I will start with the static nat mapping, this is what I have set up.
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK BROADCAST INTERFACE
0 172.16.10.120/24 172.16.10.0 172.16.10.255 Internet
1 192.168.0.1/24 192.168.0.0 192.168.0.255 Customers
2 172.16.10.114/24 172.16.10.0 172.16.10.255 Internet
3 172.16.10.118/24 172.16.10.0 172.16.10.255 Internet
[admin@MikroTik] ip route> pr
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf
DST-ADDRESS PREFSRC G GATEWAY DISTANCE INTERFACE
0 ADC 172.16.10.0/24 172.16.10.120 Internet
1 ADC 192.168.0.0/24 192.168.0.1 Customers
2 A S 0.0.0.0/0 r 172.16.10.2 Internet
[admin@MikroTik] ip firewall nat> pr
Flags: X - disabled, I - invalid, D - dynamic
0 chain=dstnat dst-address=172.16.10.118 src-address-type=local
action=dst-nat to-addresses=192.168.0.2 to-ports=0-65535
1 chain=srcnat dst-address=192.168.0.2 action=src-nat
to-addresses=172.16.10.118 to-ports=0-65535
2 chain=srcnat out-interface=Internet action=masquerade
3 chain=srcnat dst-address=192.168.0.3 action=src-nat
to-addresses=172.16.10.114 to-ports=0-65535
4 chain=dstnat dst-address=172.16.10.114 action=dst-nat
to-addresses=192.168.0.3 to-ports=0-65535
masq works fine, if I use 192.168.0.2 my ip comes back to 172.16.10.114 and as you can see above it should be 172.16.10.118.
Can someone tell me what iam doing wrong, I will work on PPPoE after I get this to work.
Thanks Tom ![]()