cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
309
Views
0
Helpful
4
Replies

Public IP issue

sureshkum
Level 1
Level 1

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.

4 Replies 4

jmia
Level 7
Level 7

Well, from looking at what you have posted -

Your using IP 202.63.101.68 on the outside interface of the PIX plus using the same IP for forwarding to the next hop WAN router i.e.

route wan 0.0.0.0 0.0.0.0 202.63.101.68

You need to change the forwarding next hop IP to something else i.e.

route wan 0.0.0.0 0.0.0.0 202.63.101.69 <--- THIS WOULD BE THE IP ADDRESS OF THE WAN ROUTER!!

Hope this helps and please rate posts if it does!

Thanks for ur comment..In this setup, Router is not palced..Internet link is directly terminated in PIX eth0..plz tell me where is the problm?

There must be some ISP default gateway - this gateway connects your network to Internet...Default route on firewall MUST point to this ISP gateway .. You should ask provider for your connection details..

M.

Thanks for ur comment

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card