02-03-2003 02:30 PM - edited 02-20-2020 10:32 PM
I am trying to install a pix 515 between my Sprint 642R router which is my adsl line and my network (which has a public address) I use the adsl to give internet access to the staff. Is there something about the workings of the pix and that router?
The router is currently configured with one of my ip addresses as the gateway. I spoke with sprint and they said assign the router 192.168.1.1 and assign the outside of the pix 192.168.1.2
I tried but no connection to the internet.....Any help?
Here is my pix setup.
nameif e0 outside security0
nameif e1 inside security100
int e0 10baset
inte1 10baset
ip address outside 192.168.1.2 255.255.255.0
ip address inside 128.23.176.142 255.255.255.0
hostname internetfirewall
arp timeout 14400
no failover
names
pager lines 24
logging buffered debugging
nat (inside) 0 128.23.176.0 255.255.255.0
rip inside default
no rip inside passive
no rip outside default
rip outside passive
route outside 0.0.0.0 0.0.0.0 192.168.1.1
timeout xlate 3:00:00 conn 1:00:00 half-closed 0:10:00 udp 0:02:00
timeout rpc 0:10:00 h323 0:05:00
timeout uauth 0:05:00
no snmp-server location
no snmp-server contact
snmp-server community public
mtu outside 1500
mtu inside 1500
02-03-2003 09:01 PM
try doing a regular nat config with PAT.
take out the nat (inside) 0 statement (means no pat or nat)
do the following statements
nat (inside) 1 128.23.176.0 255.255.255.0
global 1 192.168.1.3 255.255.255.0 (this should be a free address on the subnet with your pix outside port and the router.
02-04-2003 04:12 AM
Hey thanks for the help but still no connection to the internet. Any advice as to what path to take next? Any help would be greatly appreciated.
Steve
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide