Link to home
Start Free TrialLog in
Avatar of nhon
nhon

asked on

cannot access from outside

Dear all,
         This is my structure networking
                Router(210.245.43.193) --> Pix501 (210.245.43.194,10.0.0.1) -->Lan switch 10.0.0.0/8 (mail=10.0.0.9 and web=10.0.0.19 locate lan switch, IP range from ISP 210.245.43.192/29)
         And next, this is my command:
===========================================
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxxxxx encrypted
passwd xxxxxxxx encrypted
hostname pixfirewall
domain-name itd.com.vn
clock timezone ITC 7
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 rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
no fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
access-list 101 permit tcp any host 210.245.43.194 eq smtp
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 210.245.43.194 255.255.255.248
ip address inside 10.0.0.1 255.0.0.0
ip audit info action alarm
ip audit attack action alarm
pdm location 10.0.0.10 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp 210.245.43.194 smtp 10.0.0.9 smtp netmask 255.255.25
5.255 0 0
static (inside,outside) tcp 210.245.43.194 www 10.0.0.19 www netmask 255.255.255
.255 0 0
access-group 101 in interface outside
route outside 0.0.0.0 0.0.0.0 210.245.43.193 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout sip-disconnect 0:02:00 sip-invite 0:03:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server TACACS+ max-failed-attempts 3
aaa-server TACACS+ deadtime 10
aaa-server RADIUS protocol radius
aaa-server RADIUS max-failed-attempts 3
aaa-server RADIUS deadtime 10
aaa-server LOCAL protocol local
http server enable
http 10.0.0.0 255.0.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet 10.0.0.0 255.0.0.0 inside
telnet timeout 5
ssh 10.0.0.0 255.0.0.0 inside
ssh timeout 5
console timeout 0
terminal width 80
========================================
            But I cannot access web and mail from outside to inside. Can someone help me. Thanks@!
ASKER CERTIFIED SOLUTION
Avatar of nodisco
nodisco
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial