Hmmm, well I have given that a go, thanks NOktar for your tip, however it's still hanging on "Verifying Username and Password".
Can't think what I could be missing.
Here's my (very basic I know!) config file ...
PIX Version 6.2(1)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password DH8y86c6Qv/f63q7 encrypted
passwd DH8y86c6Qv/f63q7 encrypted
hostname pix515
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
names
object-group protocol vpnuseonly
protocol-object gre
access-list inbound permit tcp any host 62.49.XXX.XXX eq smtp
access-list inbound permit tcp any host 62.49.XXX.XXX eq 4899
access-list inbound permit tcp any host 62.49.XXX.XXX eq 3389
access-list inbound permit tcp any host 62.49.XXX.XXX eq www
access-list inbound permit tcp any host 62.49.XXX.XXX eq 1723
access-list inbound permit gre any host 62.49.XXX.XXX
access-list inside permit icmp any any echo-reply
access-list inside permit tcp host 192.168.1.2 any eq 1723
access-list inside permit gre host 192.168.1.2 any
pager lines 24
interface ethernet0 auto
interface ethernet1 auto
mtu outside 1500
mtu inside 1500
ip address outside 62.49.XXX.XXX 255.255.255.248
ip address inside 192.168.1.254 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 interface
global (outside) 1 62.49.32.156
nat (inside) 1 192.168.1.0 255.255.255.0 0 0
nat (inside) 1 192.168.2.0 255.255.255.0 0 0
static (inside,outside) tcp 62.49.XXX.XXX smtp 192.168.1.1 smtp netmask 255.255.255.255 0 0
static (inside,outside) tcp 62.49.XXX.XXX 4899 192.168.1.1 4899 netmask 255.255.255.255 0 0
static (inside,outside) tcp 62.49.XXX.XXX 3389 192.168.1.1 3389 netmask 255.255.255.255 0 0
static (inside,outside) tcp 62.49.XXX.XXX
255.255.255.255 0 0
static (inside,outside) tcp 62.49.XXX.XXX 1723 192.168.1.2 1723 netmask 255.255.255.255 0 0
static (inside,outside) tcp 62.49.XXX.XXX 47 192.168.1.2 47 netmask 255.255.255.255 0 0
access-group inbound in interface outside
conduit permit tcp host 62.49.XXX.XXX eq smtp any
route outside 0.0.0.0 0.0.0.0 62.49.XXX.XXX 1
route inside 192.168.2.0 255.255.255.0 192.168.1.253 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
no sysopt route dnat
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
terminal width 80
Cryptochecksum:8462006e15eb4addead2c21941f1023c
: end
[OK]
-----------------------
So what could it possibly be?? I've configured Firewall for this facility before but not a Cisco Pix. I thought I had everyithing in place?
Thanks again in advance!