- Posts: 92
- Thank you received: 0
How to configure a PIX to receive IP from Linksys router?
19 years 11 months ago #6352
by saidfrh
How to configure a PIX to receive IP from Linksys router? was created by saidfrh
What is the config for a PIX to allow hosts access the internet? The PIX sits behind a Linksys router with DHCP. The folowing config does not work.
PIX(config )# interface ethernet0 10baset
interface ethernet1 10full
ip address outside dhcp setroute
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
ip address inside 10.10.1.1 255.255.255.0
Config on PC
Ip address 10.10.1.2/24
default gateway 10.10.1.1
PIX(config )# interface ethernet0 10baset
interface ethernet1 10full
ip address outside dhcp setroute
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
ip address inside 10.10.1.1 255.255.255.0
Config on PC
Ip address 10.10.1.2/24
default gateway 10.10.1.1
19 years 11 months ago #6383
by sidd
Replied by sidd on topic Re: How to configure a PIX to receive IP from Linksys router?
HI
Try settin the outisde interface on auto and then reload the router and the pix firewall. first switch on the router and then turn on the pix firewall. give the command ip address outside dhcp setroute again and it should work if it does not then make the outside interface on auto and then repeat the process...
sidd
Try settin the outisde interface on auto and then reload the router and the pix firewall. first switch on the router and then turn on the pix firewall. give the command ip address outside dhcp setroute again and it should work if it does not then make the outside interface on auto and then repeat the process...
sidd
Time to create page: 0.111 seconds