05-30-2007 04:45 AM - edited 03-11-2019 03:22 AM
I made a simple pix config for inside to access internet,,,For tht we have purchased 6 prublic ip's from isp provider, i m using one of the ip
interface Ethernet0
ip address 202.63.101.68 255.255.255.248
interface Ethernet1
ip address 10.50.0.200 255.255.0.0
route wan 0.0.0.0 0.0.0.0 202.63.101.68 1
global (wan) 1 interface
nat (inside) 1 10.50.0.0 255.255.0.0
but some time people unable access internet tro pix.for that we have to chage the gateway in route command.if we give any one of the six ip's(public) in this gateway.it starts working..whre is the problem.? i checked all the public ip's with using single Pc dirctly without connecting pix.
05-30-2007 05:54 AM
Looks like your default gateway for this PIX--202.63.101.68--- is itself. Not good. The IP address for Ethernet0 is the same as your default gateway.
I recommend adding a default route 0.0.0.0 to your edge router--with a different IP address which can get to the internet. Then add a route for the inside network.
05-30-2007 09:30 PM
Hi,
Thanks for ur comment.In this setup router is not placed.internet line is directly terminated to the eth0 interface.if it in the above case ..Plz tell me where was the problem
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