Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why can't get trhough from DMZ and out?

Status
Not open for further replies.

reili

Technical User
Jun 27, 2002
25
0
0
NO
I have one server in the DMZ witch I can't reach the out with.
This is what I have:

global (dmz) 1 interface

nat (dmz) 1 0.0.0.0 0.0.0.0 0 0

static (dmz,outside) tcp 80.100.1.25 255.255.255.255 0 0

What is I missing? why can't I surf on the internett with the server in the DMZ?


waiting hopfully

Reili :)


Jeg har lagt inn en server i DMZ med ip 192.168.1.12
Har lagd en Accessliste som tillater trafikk på port 80 fra IP 80.239.25.38
Så er spørsmålet mitt hvordan kan man rute trafikk fra den serveren og ut på internett?
 
The server i used to access a server on the inside interface.
The problem is that I can't access the internet through the DMZ
 
Here is some of the config:



interface ethernet0 auto
interface ethernet1 auto
interface ethernet2 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security20
enable password xxxxxxxx encrypted
passwd xxxxxxxx encrypted
hostname xxxxx
domain-name xxxxxxx
fixup protocol dns maximum-length 512
no fixup protocol ftp 21
no fixup protocol h323 h225 1720
no fixup protocol h323 ras 1718-1719
no fixup protocol http 80
no fixup protocol rsh 514
no fixup protocol rtsp 554
no fixup protocol sip 5060
fixup protocol sip udp 5060
no fixup protocol skinny 2000
no fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
name x.x.x.x net-dmz
name x.x.x.x Server_in_DMZ
access-list outside_access_in permit icmp any any
access-list outside_access_in permit tcp any host x.x.x.x eq smtp
access-list outside_access_in permit tcp any host x.x.x.x eq www
access-list nonat permit ip inside-zone 255.255.248.0 net-dmz 255.255.255.0
access-list 101 permit ip inside-zone 255.255.248.0 net-loren 255.255.255.0
access-list 102 permit ip inside-zone 255.255.248.0 net-klemet 255.255.255.0
access-list 103 permit ip inside-zone 255.255.248.0 net-vardasen 255.255.255.0
access-list outside_cryptomap_20 permit ip inside-zone 255.255.0.0 net-torshov 255.255.255.0
access-list 104 permit ip inside-zone 255.255.248.0 net-kongsv 255.255.255.0
access-list 105 permit ip inside-zone 255.255.248.0 net-torshov 255.255.255.0
access-list 152 permit ip inside-zone 255.255.248.0 net-naerl 255.255.255.0
access-list 106 permit ip inside-zone 255.255.248.0 net-farsund 255.255.255.0
access-list 107 permit ip inside-zone 255.255.248.0 net-birkelid 255.255.255.0
access-list inside-zone deny tcp any any eq 4444
access-list 111 permit ip inside-zone 255.255.248.0 net-fredrikst 255.255.255.0
access-list 160 permit ip inside-zone 255.255.248.0 net-life 255.255.255.0
pager lines 24
logging on
logging timestamp
logging trap warnings
logging host inside x.x.x.x
icmp permit any echo outside
icmp permit any echo-reply outside
icmp permit any unreachable outside
icmp permit any echo inside
icmp permit any echo-reply inside
icmp permit any unreachable inside
icmp permit any echo dmz
icmp permit any echo-reply dmz
icmp permit any unreachable dmz
mtu outside 1500
mtu inside 1500
mtu dmz 1500
ip address outside x.x.x.x 255.255.255.240
ip address inside x.x.x.x 255.255.248.0
ip address dmz x.x.x.x 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPN_Klienter x.x.x.x-x.x.x.x
arp timeout 14400
global (outside) 1 interface
global (dmz) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (dmz) 1 0.0.0.0 0.0.0.0 0 0
static (dmz,outside) tcp x.x.x.x 255.255.255.255 0 0
access-group outside_access_in in interface outside
access-group dmz2internal in interface dmz
route outside 0.0.0.0 0.0.0.0 x.x.x.x 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 uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http x.x.x.x 255.255.255.255 outside
http inside-zone 255.255.248.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
sysopt connection permit-pptp
 
You have DHCP with DNS? or static DNS server configured on the server?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top