Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > Stuck on routing from inside network to vlan dmz

Reply
Thread Tools

Stuck on routing from inside network to vlan dmz

 
 
Ken
Guest
Posts: n/a
 
      03-17-2006
Hello,

Anyone have suggestions for this situation? I've got an inside network
192.168.10.1 255.255.255.0 on default vlan1 and a dmz network
192.168.1.0 255.255.255.0 on vlan 2.

My goal is to allow routing from the inside network to the dmz network.

I have a PIX 506e and Catalyst 2950. I believe I have the switch
configured correctly because I can ping addresses on the 192.168.1.0
network from the PIX. However, I cannot ping the PIX's dmz ip address
or beyond.

If I enable DEBUG ICMP TRACE on the PIX, the console does show it
receiving echo requests but no replies.

If I run SHOW ROUTE, I get this:
outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xx 1 OTHER static
outside xxx.0.0.0 255.0.0.0 xxx.xxx.xxx.xxx 1 CONNECT static
dmz 192.168.1.0 255.255.255.0 192.168.1.205 1 CONNECT static
inside 192.168.10.0 255.255.255.0 192.168.10.1 1 CONNECT static

Here is my PIX config. Any help is appreciated. Thanks.

interface ethernet0 auto
interface ethernet1 100full
interface ethernet1 vlan2 logical
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif vlan2 dmz security50
enable password xxx encrypted
passwd xxx encrypted
hostname xxx
domain-name prcinnovations.com
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
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
name 192.168.10.10 SERVER-Internal
name 80.15.200.19 SERVER-External
access-list outside_access_in permit tcp any host SERVER-External eq
www
access-list outside_access_in permit tcp any host SERVER-External eq
ftp
access-list outside_access_in permit tcp any host SERVER-External eq
ldap
access-list outside_access_in permit tcp any host SERVER-External eq
smtp
access-list outside_access_in permit tcp any host SERVER-External eq
3389
access-list outside_access_in permit tcp any host SERVER-External eq
pptp
access-list outside_access_in permit gre any host SERVER-External
access-list outside_access_in permit tcp any host SERVER-External eq
8585
access-list outside_access_in permit tcp any host SERVER-External eq
pop3
access-list inside_access_dmz permit ip any any
ip address outside 80.15.200.18 255.0.0.0
ip address inside 192.168.10.1 255.255.255.0
ip address dmz 192.168.1.205 255.255.255.0
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) SERVER-External SERVER-Internal netmask
255.255.255.255 0 0
access-group outside_access_in in interface outside
access-group inside_access_dmz in interface dmz
route outside 0.0.0.0 0.0.0.0 80.15.200.17 1

 
Reply With Quote
 
 
 
 
Merv
Guest
Posts: n/a
 
      03-17-2006
> My goal is to allow routing from the inside network to the dmz network

The Cisco CCO site is one of the place to look for configuration
examples

http://www.cisco.com/en/US/products/...ples_list.html

see "Configuring the PIX Firewall with Mail Server Access on DMZ
Network"
it looks to be the closest example for what you are trying to
accomplish

http://www.cisco.com/en/US/products/...8015efa9.shtml

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLAN Security vs. Inter-VLAN Routing JohnD Cisco 3 12-18-2007 11:07 PM
help with pix inside->outside + dmz->outside + inside->outside->dmz Jack Cisco 0 09-19-2007 01:57 AM
Allow smtp traffic from DMZ to Inside, without DMZ loosing Internet connection? morten Cisco 4 09-04-2007 01:48 PM
DMZ inside routing pekaluzny@gmail.com Cisco 1 04-25-2007 03:14 AM
how to config 515-e-dmz dmz routes & ACL? JohnC Cisco 9 12-07-2004 09:14 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57