^^^ This "IT mgmt" is a lie - but couldnt decide what else to pick - eeek
Long story short, I "volunteered" to help with IT at my Church. Happened to have a pix laying around, so to "solidify" the internet connection and give me remote access I thought I'd throw it in.
Good news is I've got it up and running - mostly. I still have a small series of questions:
1) It has sat for about 4 years and while it came up right away, it was "flaky" - locking up randomly - console and all ports. After resetting everything to default settings with no change, I opened it up, reset the bios (jumper), reseated the memory and processor and all seems to be good now (the serial is NOT in the recall range) - any thoughts on whether yall think it "might" be stable or I should go buy another? (I'm asking a lot with little info, just curious about opinions)
2) I set it up at home in a simple configuration between my laptop (wired to Pix) and my home network for testing. Got a basic configuration, running PDM via browser, figured out how to set static IP and set static route from any inside to outside port - (Yeah I'm sure that is simple for everyone but it took me hours of reading posts to figure out I had to set a route if I set a hard IP address. - BUT, While I have VPN "working" - I can connect a remote client (another laptop wireless at home) to the PIX using Cisco VPN client, it cannot see anything inside - I want to be able to see all internal hosts AND be able to run PDM over VPN so I don't have to open the external interface to PDM. Also, I'd prefer to be able to access servers by name instead of just IP address.
I read that the proper vpn setup is to use a different subnet for the vpn pool and put in an access-list and nat permit - but I've got something wrong.
The preferred configuration is
199.45.162.6
Qwest DSL modem fixed IP
|
Pix 506e
192.168.0.240
192.168.0.130-230 dynamic 192.168.10.x vpnpool
192.168.0.1-10 some fixed
Note that in my home, I'm using 192.168.2.80 as the outside fixed for testing...
When connecting via Cisco VPN client - the client gets an IP of 192.168.10.1 and a gateway of 192.168.10.1 (strange)
My configuration is below - VPN'd folks can't see my laptop which got 192.168.0.130 or the internal 192.168.0.240 interface of the PIX to run PDM.
3) Last question - on the Qwest DSL modem/firewall, it is currently (pre-pix) set up NOT running DHCP, but it NATs - its internal IP is 192.168.0.2 - So I assume I just turn off NAT and the external static IP "comes through" to the PIX?
Much thanks in advance for the help - I've been configuring/playing via console, telnet, and PDM - just getting something wrong.
Building configuration...
: Saved
:
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password jKwiV1rq7Lq42I5R encrypted
passwd jKwiV1rq7Lq42I5R encrypted
hostname calvaryfirewall
domain-name CALVARY
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
access-list inside_outbound_nat0_acl permit ip any 192.168.10.0 255.255.255.128
access-list outside_cryptomap_dyn_20 permit ip any 192.168.10.0 255.255.255.128
access-list nonat permit ip 192.168.0.0 255.255.255.0 192.168.10.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 192.168.2.80 255.255.255.0
ip address inside 192.168.0.240 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool calvpnpool 192.168.10.1-192.168.10.100
pdm location 192.168.0.0 255.255.0.0 inside
pdm location 192.168.10.0 255.255.255.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 192.168.2.1 1
timeout xlate 0:05: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 192.168.0.0 255.255.0.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
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
isakmp enable outside
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup calvpn address-pool calvpnpool
vpngroup calvpn dns-server 8.8.8.8 8.8.4.4
vpngroup calvpn idle-time 1800
vpngroup calvpn password ********
telnet 192.168.0.0 255.255.0.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.0.130-192.168.0.220 inside
dhcpd dns 8.8.8.8 8.8.4.4
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
Cryptochecksum:ca885ac82ade443587e14e41088b320a
: end
[OK]
One only realizes how far one is over one's head when one "volunteers"...
David
Long story short, I "volunteered" to help with IT at my Church. Happened to have a pix laying around, so to "solidify" the internet connection and give me remote access I thought I'd throw it in.
Good news is I've got it up and running - mostly. I still have a small series of questions:
1) It has sat for about 4 years and while it came up right away, it was "flaky" - locking up randomly - console and all ports. After resetting everything to default settings with no change, I opened it up, reset the bios (jumper), reseated the memory and processor and all seems to be good now (the serial is NOT in the recall range) - any thoughts on whether yall think it "might" be stable or I should go buy another? (I'm asking a lot with little info, just curious about opinions)
2) I set it up at home in a simple configuration between my laptop (wired to Pix) and my home network for testing. Got a basic configuration, running PDM via browser, figured out how to set static IP and set static route from any inside to outside port - (Yeah I'm sure that is simple for everyone but it took me hours of reading posts to figure out I had to set a route if I set a hard IP address. - BUT, While I have VPN "working" - I can connect a remote client (another laptop wireless at home) to the PIX using Cisco VPN client, it cannot see anything inside - I want to be able to see all internal hosts AND be able to run PDM over VPN so I don't have to open the external interface to PDM. Also, I'd prefer to be able to access servers by name instead of just IP address.
I read that the proper vpn setup is to use a different subnet for the vpn pool and put in an access-list and nat permit - but I've got something wrong.
The preferred configuration is
199.45.162.6
Qwest DSL modem fixed IP
|
Pix 506e
192.168.0.240
192.168.0.130-230 dynamic 192.168.10.x vpnpool
192.168.0.1-10 some fixed
Note that in my home, I'm using 192.168.2.80 as the outside fixed for testing...
When connecting via Cisco VPN client - the client gets an IP of 192.168.10.1 and a gateway of 192.168.10.1 (strange)
My configuration is below - VPN'd folks can't see my laptop which got 192.168.0.130 or the internal 192.168.0.240 interface of the PIX to run PDM.
3) Last question - on the Qwest DSL modem/firewall, it is currently (pre-pix) set up NOT running DHCP, but it NATs - its internal IP is 192.168.0.2 - So I assume I just turn off NAT and the external static IP "comes through" to the PIX?
Much thanks in advance for the help - I've been configuring/playing via console, telnet, and PDM - just getting something wrong.
Building configuration...
: Saved
:
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password jKwiV1rq7Lq42I5R encrypted
passwd jKwiV1rq7Lq42I5R encrypted
hostname calvaryfirewall
domain-name CALVARY
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
access-list inside_outbound_nat0_acl permit ip any 192.168.10.0 255.255.255.128
access-list outside_cryptomap_dyn_20 permit ip any 192.168.10.0 255.255.255.128
access-list nonat permit ip 192.168.0.0 255.255.255.0 192.168.10.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 192.168.2.80 255.255.255.0
ip address inside 192.168.0.240 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool calvpnpool 192.168.10.1-192.168.10.100
pdm location 192.168.0.0 255.255.0.0 inside
pdm location 192.168.10.0 255.255.255.0 outside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
route outside 0.0.0.0 0.0.0.0 192.168.2.1 1
timeout xlate 0:05: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 192.168.0.0 255.255.0.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
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
isakmp enable outside
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup calvpn address-pool calvpnpool
vpngroup calvpn dns-server 8.8.8.8 8.8.4.4
vpngroup calvpn idle-time 1800
vpngroup calvpn password ********
telnet 192.168.0.0 255.255.0.0 inside
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address 192.168.0.130-192.168.0.220 inside
dhcpd dns 8.8.8.8 8.8.4.4
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcpd enable inside
terminal width 80
Cryptochecksum:ca885ac82ade443587e14e41088b320a
: end
[OK]
One only realizes how far one is over one's head when one "volunteers"...
David