RavenFriend
IS-IT--Management
Hello, 1st post here.
I have read through alot of the posts, but have not found what I need.
I have a Pix 515 with 3 ports.
Cisco PIX Firewall Version 6.3(1)
Cisco PIX Device Manager Version 3.0(0)148
I am looking for the bare-bones starting config to allow:
Inside Interface: (10.0.0.1)
IP Addresses: 10.0.0.x 255.255.255.0
Access: Outside(full access for now)
DMZ (Webserver port 80)
Admin workstation: 10.0.0.3
Ping, Traceroute
FTP to Webserver on DMZ
Access to PDM
Access to PIX Via Telnet
DMZ Interface: (172.16.2.1)
IP Addresses: 172.16.1.x 255.255.255.0
Webserver: 172.16.1.2
Access: Nothing
Outside Interface: DHCP Client w/setroute
Access: Webserver on DMZ (Port 80 Only)
--------------------------------------------
Config So far
--------------------------------------------
interface ethernet0 auto
nameif ethernet0 outside security0
ip address outside dhcp setroute
interface ethernet1 auto
nameif ethernet1 inside security100
ip address inside 10.0.0.1 255.255.255.0
interface ethernet2 auto
nameif ethernet2 dmz security50
ip address dmz 172.16.1.1 255.255.255.0
name admin 10.0.0.3
name webserver 172.16.1.2
no failover
global (outside) 10 interface
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
http server enable
http admin 255.255.255.0 inside
telnet admin 255.255.255.0 inside
telnet timeout 5
--------------------------------------------
My preference is to use CLI not PDM for the starting config.
No Conduits. Security is obviously the most important consideration, so I would like to avoid statics between DMZ and Inside.
Any Assistance would be greatly appreciated.
Thank you.
I have read through alot of the posts, but have not found what I need.
I have a Pix 515 with 3 ports.
Cisco PIX Firewall Version 6.3(1)
Cisco PIX Device Manager Version 3.0(0)148
I am looking for the bare-bones starting config to allow:
Inside Interface: (10.0.0.1)
IP Addresses: 10.0.0.x 255.255.255.0
Access: Outside(full access for now)
DMZ (Webserver port 80)
Admin workstation: 10.0.0.3
Ping, Traceroute
FTP to Webserver on DMZ
Access to PDM
Access to PIX Via Telnet
DMZ Interface: (172.16.2.1)
IP Addresses: 172.16.1.x 255.255.255.0
Webserver: 172.16.1.2
Access: Nothing
Outside Interface: DHCP Client w/setroute
Access: Webserver on DMZ (Port 80 Only)
--------------------------------------------
Config So far
--------------------------------------------
interface ethernet0 auto
nameif ethernet0 outside security0
ip address outside dhcp setroute
interface ethernet1 auto
nameif ethernet1 inside security100
ip address inside 10.0.0.1 255.255.255.0
interface ethernet2 auto
nameif ethernet2 dmz security50
ip address dmz 172.16.1.1 255.255.255.0
name admin 10.0.0.3
name webserver 172.16.1.2
no failover
global (outside) 10 interface
nat (inside) 10 0.0.0.0 0.0.0.0 0 0
http server enable
http admin 255.255.255.0 inside
telnet admin 255.255.255.0 inside
telnet timeout 5
--------------------------------------------
My preference is to use CLI not PDM for the starting config.
No Conduits. Security is obviously the most important consideration, so I would like to avoid statics between DMZ and Inside.
Any Assistance would be greatly appreciated.
Thank you.