Skip to main content

problems in nating

More
16 years 9 months ago #24095 by amrins
problems in nating was created by amrins
Hi All,
I configured nating several times and I still have a problem that it is killing me and it is crying me. I used both ASDM and CLI. I did use packet tracer in asdm to show my nating works using icmp it is actually working between two interfaces, but the problem here when i pinged from host A to host B it is not working. Can anyone help me to solve my a big problem according to my configuration below?How can I see my nating table? "nating is very simple, but the configuration is so hard"
"I hope every one helps me"

Host A (10.3.3.3) ip default (10.3.3.1)
Host B (10.4.4.3) ip default (10.4.4.1)

ASA Version 7.2(2)
!
hostname ciscoasa
domain-name default.domain.invalid
enable password K2T/yDv1cYSJKgZq encrypted
names
!
interface Vlan1
nameif inside
security-level 100
ip address 10.3.3.1 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address 10.4.4.1 255.255.255.0
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
passwd 2KFQnbNIdI.2KYOU encrypted
ftp mode passive
dns server-group DefaultDNS
domain-name default.domain.invalid
access-list inside_access_in extended permit ip any any
access-list outside_access_in extended permit icmp any any echo
access-list outside_access_in extended permit icmp 0.0.0.0 255.255.255.0 host 10
.4.4.3 echo-reply
access-list outside_access_in extended permit ip host 10.3.3.1 host 10.4.4.1
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-522.bin
no asdm history enable
arp timeout 14400
nat-control
global (outside) 1 interface
global (outside) 1 10.4.4.10 netmask 255.255.255.255
nat (inside) 1 10.3.3.1 255.255.255.255
static (inside,outside) 10.4.4.10 10.3.3.3 netmask 255.255.255.255
access-group inside_access_in in interface inside
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 10.4.4.10 1
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 uauth 0:05:00 absolute
http server enable
http 10.3.3.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 10.3.3.2-10.3.3.129 inside
dhcpd enable inside
!
dhcpd address 10.4.4.2-10.4.4.20 outside
dhcpd enable outside
!

!
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
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:8057065d5963b0301e3512bc39a4e4b5
: end
More
16 years 9 months ago #24101 by Elohim
Replied by Elohim on topic Re: problems in nating
wrong default gateway....

You're pointing your default gateway to a static translation, furthermore, you are also using that IP address in a global and a static.
Time to create page: 0.117 seconds