Hi:
I was finally able to get back to work on the router: here is the info requested.
All of this was done with a “bare” rb-450g (i.e. /system reset-configuration and "r"emove default configuration).
reference: http://wiki.mikrotik.com/wiki/NAT_Tutorial
[admin@MikroTik] /ip firewall> /ip address print detail
Flags: X - disabled, I - invalid, D - dynamic
0 address=131.216.118.9/24 network=131.216.118.0 broadcast=131.216.118.255
interface=ether1 actual-interface=ether1
1 address=172.16.2.1/24 network=172.16.2.0 broadcast=172.16.2.255
interface=bridge1 actual-interface=bridge1
[admin@MikroTik] /ip firewall> /ip route print detail
Flags: X - disabled, A - active, D - dynamic,
C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
0 A S dst-address=0.0.0.0/0 gateway=131.216.118.1
gateway-status=131.216.118.1 reachable ether1 distance=1 scope=30
target-scope=10
1 ADC dst-address=131.216.118.0/24 pref-src=131.216.118.9 gateway=ether1
gateway-status=ether1 reachable distance=0 scope=10
2 ADC dst-address=172.16.2.0/24 pref-src=172.16.2.1 gateway=bridge1
gateway-status=bridge1 reachable distance=0 scope=10
[admin@MikroTik] /ip firewall> /interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
NAME TYPE MTU L2MTU
0 R ether1 ether 1500 1524
1 ether2 ether 1500 1524
2 ether3 ether 1500 1524
3 ether4 ether 1500 1524
4 ether5 ether 1500 1524
5 R bridge1 bridge 1500 65535
[admin@MikroTik] /ip firewall> export
jan/02/1970 01:03:57 by RouterOS 4.5
software id = C1ZS-WGPZ
/ip firewall connection tracking
set enabled=yes generic-timeout=10m icmp-timeout=10s tcp-close-timeout=10s
tcp-close-wait-timeout=10s tcp-established-timeout=1d
tcp-fin-wait-timeout=10s tcp-last-ack-timeout=10s
tcp-syn-received-timeout=5s tcp-syn-sent-timeout=5s tcp-syncookie=no
tcp-time-wait-timeout=10s udp-stream-timeout=3m udp-timeout=10s
/ip firewall filter
add action=accept chain=forward comment=“” disabled=no src-address=
172.16.2.0/24
add action=accept chain=forward comment=“” connection-state=established
disabled=no
add action=accept chain=forward comment=“” connection-state=related disabled=
no
add action=accept chain=forward comment=“” disabled=no dst-port=
22,80,443,8291 protocol=tcp
add action=drop chain=forward comment=“” disabled=no
/ip firewall nat
add action=dst-nat chain=dstnat comment=“” disabled=no dst-address=
131.216.118.9 dst-port=9852 in-interface=ether1 protocol=tcp
to-addresses=172.16.2.252 to-ports=22
add action=dst-nat chain=dstnat comment=“” disabled=no dst-address=
131.216.118.9 dst-port=9080 in-interface=ether1 protocol=tcp
to-addresses=172.16.2.252 to-ports=80
add action=dst-nat chain=dstnat comment=“” disabled=no dst-address=
131.216.118.9 dst-port=9443 in-interface=ether1 protocol=tcp
to-addresses=172.16.2.252 to-ports=443
add action=dst-nat chain=dstnat comment=“” disabled=no dst-address=
131.216.118.9 dst-port=9854 in-interface=ether1 protocol=tcp
to-addresses=172.16.2.2 to-ports=22
add action=dst-nat chain=dstnat comment=“” disabled=no dst-address=
131.216.118.9 dst-port=8080 in-interface=ether1 protocol=tcp
to-addresses=172.16.2.2 to-ports=80
add action=dst-nat chain=dstnat comment=“” disabled=no dst-address=
131.216.118.9 dst-port=8443 in-interface=ether1 protocol=tcp
to-addresses=172.16.2.2 to-ports=443
add action=dst-nat chain=dstnat comment=“” disabled=no dst-address=
131.216.118.9 dst-port=9853 in-interface=ether1 protocol=tcp
to-addresses=172.16.2.3 to-ports=22
add action=dst-nat chain=dstnat comment=“” disabled=no dst-address=
131.216.118.9 dst-port=80 in-interface=ether1 protocol=tcp to-addresses=
172.16.2.3 to-ports=80
add action=dst-nat chain=dstnat comment=“” disabled=no dst-address=
131.216.118.9 dst-port=443 in-interface=ether1 protocol=tcp to-addresses=
172.16.2.3 to-ports=443
add action=src-nat chain=srcnat comment=“” disabled=no protocol=tcp
src-address=172.16.2.0/24 to-addresses=131.216.118.9 to-ports=0-65535
/ip firewall service-port
set ftp disabled=no ports=21
set tftp disabled=no ports=69
set irc disabled=no ports=6667
set h323 disabled=no
set sip disabled=no ports=5060,5061
set pptp disabled=no
