here is the info you requested
/ ip firewall src-nat
add out-interface=Public action=masquerade comment="" disabled=no
add src-address=192.168.0.30/32 out-interface=Public action=nat comment="this rule allows ONLY THIS PUTER \
ACCESS TO THE NET." disabled=yes
[admin@MikroTik] > /ip firewall dst-nat export
# dec/10/2004 11:51:41 by RouterOS 2.8.19
# software id = IMXI-FLT
#
/ ip firewall dst-nat
add dst-address=68.150.192.222/32:53 protocol=udp action=nat to-dst-address=192.168.0.11 comment="" \
disabled=no
add dst-address=68.150.192.249/32:53 protocol=udp action=nat to-dst-address=192.168.0.2 comment="" \
disabled=no
add dst-address=:25 protocol=tcp action=nat to-dst-address=192.168.0.30 comment="it's gotta be this one or \
the other one CHANGED THIS TO PUBLIC SEE WHAT HAPPENS ...disabled this one to allow new last rule a \
chance to work ????????" disabled=yes
add dst-address=68.150.192.222/32:23 protocol=tcp action=nat to-dst-address=192.168.0.30 comment="for ssh \
access" disabled=no
add dst-address=68.150.192.222/32:22 protocol=tcp action=nat to-dst-address=192.168.0.30 to-dst-port=22 \
comment="" disabled=no
add src-address=192.168.0.30/32 action=accept comment="i don't know he says .30 should be able to get out wit \
htis and a simialr one in forward rules ??????????" disabled=no
add dst-address=68.150.192.222/32:25 protocol=tcp action=nat to-dst-address=192.168.0.30 comment="" \
disabled=no
/ ip address
add address=68.150.192.217/24 network=68.150.192.0 broadcast=68.150.192.255 interface=Public comment="" \
disabled=no
add address=68.150.192.249/24 network=68.150.192.0 broadcast=68.150.192.255 interface=Public comment="" \
disabled=no
add address=68.150.192.222/24 network=68.150.192.0 broadcast=68.150.192.255 interface=Public comment="" \
disabled=no
add address=192.168.0.1/24 network=192.168.0.0 broadcast=192.168.0.255 interface=Local comment="" disabled=no