OK so upon looking over that WIKI article properly it is irrelevant to what I am trying to do, so just to clarify:
I have a VPLS interface that has an Internet address on it within a VRF, I then have a VLAN interface using private addressing with a host on the VLAN also within the VRF. I have a dst-nat rule that port forwards to the host on the LAN the result being I should be able to access this host from the Internet via the routers address port "x". The issue is that the dst-nat works and then the host responds with a packet but the router is dropping the packet before it gets out over the src-nat
NAT
0 ;;; Port Forward to Trinity printer for Internet printing
chain=dstnat action=dst-nat to-addresses=192.168.90.254 to-ports=6310
protocol=tcp dst-address=x.x.x.x routing-mark=TrinityInternet
dst-port=6310
1 ;;; NAT Printer to Internet
chain=srcnat action=masquerade out-interface=VPE-10001-B
VRF
0 routing-mark=TrinityInternet
interfaces=VPE-10001-B,Eth2-Vlan50-Printer,Eth2-Vlan610-Wlan1,Eth2-
Vlan611-Wlan2
Interfaces
1 R ;;; Fa0/1 Comms-C2950
ether2 ether 1500 1524
2 ether3 ether 1500 1524
3 ether4 ether 1500 1524
4 ether5 ether 1500 1524
5 ether6 ether 1500 1524
6 ether7 ether 1500 1524
7 ether8 ether 1500 1524
8 ether9 ether 1500 1524
9 R ;;; Loopback for routing protocols
lo0 bridge 1500 65535
10 R ;;; Management VLAN
Eth2-Vlan600-Mgmt vlan 1500 1520
11 R ;;; Signup WLAN VLAN
Eth2-Vlan610-Wlan1 vlan 1500 1520
12 R ;;; Secure WLAN VLAN
Eth2-Vlan611-Wlan2 vlan 1500 1520
13 R ;;; TrinityCollege Printer
Eth2-Vlan50-Printer vlan 1500 1520
14 R ;;; Management/data
ether1.601 vlan 1500 1520
15 R ;;; Loopback - Temp for remote access to printer
lo1 bridge 1500 65535
16 R VPE-10001-B vpls 1500 1500
Addresses
# ADDRESS NETWORK BROADCAST INTERFACE
0 10.60.4.1/32 10.60.4.1 10.60.4.1 lo0
1 10.60.14.11/23 10.60.14.0 10.60.15.255 ether1.601
2 10.60.2.1/28 10.60.2.0 10.60.2.15 Eth2-Vlan600-Mgmt
3 192.168.90.1/24 192.168.90.0 192.168.90.255 Eth2-Vlan50-Printer
4 210.x.x.2/30 210.x.x.0 210.x.x.3 VPE-10001-B
5 172.16.1.1/24 172.16.1.0 172.16.1.255 Eth2-Vlan610-Wlan1