04-29-2011 06:28 PM - edited 03-11-2019 01:27 PM
Hi everyone,
I am having trouble to enable NAT it seems like on my FW. My son is trying to connect to Age of Empire Online and hes not able to. When I run the Microsoft Internet Connectivity Evaluation Tool and shows that NAT is not supported. I have been reading every single document out there and it seems that the majority of it is simply to add the following 2 lines:
NAT (inside) 1 0 0
Global (outside) 1 interface
This is my current configuration on my PIX:
: Saved
: Written by enable_15 at 21:10:07.466 EDT Fri Apr 29 2011
!
PIX Version 8.0(4)
!
hostname remoteFW
domain-name l33tb0x.org
enable password 6Es8gvxl42vIHsBE encrypted
passwd 6Es8gvxl42vIHsBE encrypted
names
name 192.168.55.222 Slingbox
name 192.168.55.211 Workstation
!
interface Ethernet0
nameif outside
security-level 0
ip address dhcp setroute
ospf cost 10
!
interface Ethernet1
nameif inside
security-level 100
ip address 192.168.55.1 255.255.255.0
ospf cost 10
!
interface Ethernet2
shutdown
nameif testoutside
security-level 0
no ip address
ospf cost 10
!
ftp mode passive
clock timezone EST -5
clock summer-time EDT recurring
dns domain-lookup inside
dns server-group DefaultDNS
name-server 192.168.55.100
domain-name l33tb0x.org
object-group service SlingboxProtocol tcp
port-object eq 5525
object-group service Slingbox tcp-udp
port-object eq 5525
object-group protocol TCPUDP
protocol-object udp
protocol-object tcp
object-group service Torrent tcp
port-object eq 19493
access-list outside_access_in extended permit icmp any any
access-list outside_access_in remark SLINGBOX SERVICE
access-list outside_access_in extended permit object-group TCPUDP any any eq 5525
access-list outside_access_in remark Torrent port
access-list outside_access_in extended permit tcp any any eq 19493
access-list inside_nat0_outbound extended permit ip any any
pager lines 24
logging enable
logging monitor debugging
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu testoutside 1500
icmp unreachable rate-limit 1 burst-size 1
asdm image flash:/asdm61551.bin
asdm location Slingbox 255.255.255.255 inside
asdm location Workstation 255.255.255.255 inside
no asdm history enable
arp timeout 14400
nat-control
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) tcp interface 19493 Workstation 19493 netmask 255.255.255.255
static (inside,outside) udp interface 5525 Slingbox 5525 netmask 255.255.255.255
static (inside,outside) tcp interface 5525 Slingbox 5525 netmask 255.255.255.255
access-group outside_access_in in interface outside
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
aaa authentication ssh console LOCAL
http server enable
http 192.168.55.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption 3des
hash md5
group 2
lifetime 86400
telnet 192.168.55.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
!
threat-detection basic-threat
threat-detection statistics port
threat-detection statistics protocol
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
ntp server 192.168.55.100 source inside
username cisco password 3USUcOPFUiMCO4Jk encrypted privilege 15
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect icmp
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:c6d1f21c2fbf7fe2371eab0de252d588
: end
From the Microsoft site I get the following:
The following ports are required to be open to successfully play Age of Empires Online through the Games for Windows LIVE platform:
TCP 80
UDP 88
UDP 3074
TCP 3074
UDP 53
TCP 53
TCP 443
These ports need to be accessible through both your firewall and your router. For more information about opening ports on your router you should consult the instruction manual. To open ports in Windows 7 you should follow these instructions:
Please if you could help me this would be great and would make a 10 year old very happy.
04-30-2011 07:28 AM
it seems there's no problems in the nat configuration, ACL, etc.
04-30-2011 09:17 AM
Looks good to me too. If you recently changed your NAT configuration, try clearing your xlates (clear xlate). Otherwise, I think we need to know exactly where in the process the failure occurs.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide