Port Forward Help

Hello All,

I just recently purchased a RB-951-2n and have been trying to figure out how to port forward to my server and have been banging my head on this.
My setup is as follows:

/ip firewall filter
add chain=input comment=“default configuration” protocol=icmp
add chain=input comment=“default configuration” connection-state=established
add chain=input comment=“default configuration” connection-state=related
add action=drop chain=input comment=“default configuration” in-interface=
ether1-gateway
add chain=forward comment=“default configuration” connection-state=established
add chain=forward comment=“default configuration” connection-state=related
add action=drop chain=forward comment=“default configuration” connection-state=
invalid
/ip firewall nat
add action=dst-nat chain=dstnat dst-address=66.175.129.147 dst-port=1-65000
protocol=udp to-addresses=192.168.2.30 to-ports=1-65000
add action=dst-nat chain=dstnat dst-port=1-65000 in-interface=ether1-gateway
protocol=tcp to-addresses=192.168.2.30 to-ports=1-65000
add action=masquerade chain=srcnat comment=“default configuration”
out-interface=ether1-gateway to-addresses=0.0.0.0
add action=masquerade chain=srcnat dst-address=192.168.2.30 dst-port=1-65000
out-interface=ether2-master-local protocol=tcp src-address=192.168.2.0/24
src-port=“”

Any help would be appreciated.

Thanks