Go Back   Velocity Reviews > Newsgroups > Cisco
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Cisco - Help for PIX 515E

 
Thread Tools Search this Thread
Old 05-10-2006, 12:18 PM   #1
Default Help for PIX 515E


I have to configure a Cisco PIX 515E with three interfaces.
I will connect Interface 0 as inside interface,interface 1 as dmz
interface and interface 2 as outside interface.Interface 0 will be
connected to LAN, Interface 1 to Linux proxy server and Interface 2 to
ADSL Broadband Internet connection. Also Lan and dmz segment will have
the same IP Segment.
It will be a much needed help if a sample configuration is available to
me.



findrajat1@gmail.com
  Reply With Quote
Old 05-10-2006, 11:32 PM   #2
Walter Roberson
 
Posts: n/a
Default Re: Help for PIX 515E

In article < .com>,
<> wrote:
>I have to configure a Cisco PIX 515E with three interfaces.
>I will connect Interface 0 as inside interface,interface 1 as dmz
>interface and interface 2 as outside interface.


Older software versions didn't allow those choices; even now in
the 6.3 documentation, officially it isn't allowed. The wording
is somewhat obtuse, unfortunately.

In short, it is easier to use 0 for outside, 1 for inside, and 2 for dmz.

>Interface 0 will be
>connected to LAN, Interface 1 to Linux proxy server and Interface 2 to
>ADSL Broadband Internet connection. Also Lan and dmz segment will have
>the same IP Segment.


If you mean that the LAN and DMZ will use the same IP address range,
then you cannot do that, unless perhaps through one of the new
configuration possibilities in the 7.x software.

>It will be a much needed help if a sample configuration is available to
>me.


Start with the default configuration, use nameif to rename the
third interface to whatever you want to call the DMZ, add
"ip address" statements for each interface (making sure the ranges
do not overlap). Add

nat (inside) 1 0.0.0.0 0.0.0.0
global (dmz) 1 interface
nat (dmz) 1 0.0.0.0 0.0.0.0
global (outside) 1 interface

After that you are ready to go unless your ADSL connection needs
a slightly more advanced configuration for pppoe.

Anything beyond what I have just outlined would depend upon
configuration requirements that you haven't mentioned in your posting.
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump