!This is the running config of the router: 192.168.3.1 !---------------------------------------------------------------------------- !version 12.3 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname Router ! boot-start-marker boot-end-marker ! no logging buffered ! no aaa new-model ip subnet-zero ! ! ip audit notify log ip audit po max-events 100 ip ssh break-string no ftp-server write-enable no scripting tcl init no scripting tcl encdir ! ! ! no crypto isakmp enable ! ! ! ! interface Ethernet0 description $ETH-LAN$ ip address 192.168.3.1 255.255.255.0 ip nat inside ip tcp adjust-mss 1412 hold-queue 100 out ! interface ATM0 no ip address no atm ilmi-keepalive dsl operating-mode auto ! interface ATM0.1 point-to-point pvc 8/35 pppoe-client dial-pool-number 1 ! ! interface FastEthernet1 no ip address duplex auto speed auto ! interface FastEthernet2 no ip address duplex auto speed auto ! interface FastEthernet3 no ip address duplex auto speed auto ! interface FastEthernet4 no ip address duplex auto speed auto ! interface Dialer0 ip address negotiated ip mtu 1452 ip nat outside encapsulation ppp dialer pool 1 dialer-group 1 ppp authentication chap pap callin ppp chap hostname asv2@L2TP.tpg.com.au ppp chap password 0 asv2 ppp pap sent-username asv2@L2TP.tpg.com.au password 0 asv2 ! ip nat inside source list 1 interface Dialer0 overload ip nat inside source static tcp 192.168.3.100 3389 interface Dialer0 3389 ip nat inside source static tcp 192.168.3.101 3389 220.245.69.213 3389 extendable ip nat inside source static tcp 192.168.3.102 3389 220.245.69.214 3389 extendable ip classless ip route 0.0.0.0 0.0.0.0 Dialer0 ip http server no ip http secure-server ! ! access-list 1 remark INSIDE_IF=Ethernet0 access-list 1 remark SDM_ACL Category=2 access-list 1 permit 192.168.3.0 0.0.0.255 dialer-list 1 protocol ip permit ! control-plane ! ! line con 0 no modem enable transport preferred all transport output all line aux 0 transport preferred all transport output all line vty 0 4 ! scheduler max-task-time 5000 ! end