ok i just tried that...and i cleared xlate....that just killed my internet connection completely....is that normal?...should i have waited longer?...i ended up consoling in and removing the alias line and static line...and now im back to normal...damn this is getting even more confusing to me...lol....ok so heres an excerpt of my configs..i changed a couple of items and took some out that arent necessary (ie: enable password):
PIX Version 6.3(5)
interface ethernet0 100full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list inbound permit udp any any
access-list inbound permit icmp any any
access-list inbound permit tcp any host 10.10.10.10 eq ssh
access-list inbound permit tcp any host 10.10.10.10 eq www
pager lines 24
logging on
logging monitor debugging
logging buffered debugging
logging trap debugging
icmp deny any outside
mtu outside 1500
mtu inside 1500
ip address outside 10.10.10.10 255.255.255.0
ip address inside 7.7.7.7 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 7.7.7.0 255.255.255.0 0 0
static (inside,outside) tcp interface ssh 7.7.7.50 ssh netmask 255.255.255.255 0 0
static (inside,outside) tcp interface
255.255.255.255 0 0
access-group inbound in interface outside
so looking at this config...here are the commands i issued:
alias (inside) 7.7.7.50 10.10.10.10 255.255.255.255
static (inside,outside) 10.10.10.10 7.7.7.50 netmask 255.255.255.255
clear xlate
This is when i had the internet connectivity issues, when i cleared xlate....like i asked before though, is that normal?...is that something i should expect for like 5 or so minutes?...thanks again for your help!!