Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > PIX 501 access to specific IP question

Reply
Thread Tools

PIX 501 access to specific IP question

 
 
Robert
Guest
Posts: n/a
 
      02-03-2006
Hello all
I have a question

I have a pix firewall in 1 remote location
Interfaces outside and inside are Pblic IP addressess
Everyone can have access to each IP (from world)
Can i have 1 ip and let people from few networks access to 1 ip and rest
will be accessible to everyone ?
example
Outside = 90.90.66.221
Inside = 90.90.70.112 /255.255.255.40

and to IP address 90.90.90.119 will have access only 80.80.80.11 &
212.225.12.0/255.255.255.0


Robert


 
Reply With Quote
 
 
 
 
Walter Roberson
Guest
Posts: n/a
 
      02-03-2006
In article <drvnik$8s8$>,
Robert <> wrote:
>I have a pix firewall in 1 remote location
>Interfaces outside and inside are Pblic IP addressess
>Everyone can have access to each IP (from world)
>Can i have 1 ip and let people from few networks access to 1 ip and rest
>will be accessible to everyone ?
>example
>Outside = 90.90.66.221
>Inside = 90.90.70.112 /255.255.255.40


>and to IP address 90.90.90.119 will have access only 80.80.80.11 &
>212.225.12.0/255.255.255.0


Yes. Create an access-list indicating what you want to permit, with
the "source" side (first address) being the internal IP address to
permit, and the "destination" side (second address) being the address
you want to permit access to. When you have completed the ACL,

access-group TheACLname in interface inside

For example,

access-list in2out permit ip host 90.90.90.119 host 80.80.80.11
access-list in2out permit ip host 90.90.90.119 212.225.12.0 255.255.255.0
access-list in2out deny ip host 90.90.90.119 any
access-list in2out permit ip 90.90.70.112 255.255.255.240 any

access-group in2out in interface inside


Warning: be sure to check first what the settings are on 90.90.90.119
for DNS resolution, mail server, WINS, patch server (Windows Update),
and time synchronization (defaults to some microsoft addresses for
Windows 2000 and XP.)
 
Reply With Quote
 
 
 
 
Robert
Guest
Posts: n/a
 
      02-03-2006

"Walter Roberson" <> wrote in message
news:G%LEf.542219$ki.175143@pd7tw2no...
> In article <drvnik$8s8$>,
> Robert <> wrote:
>>I have a pix firewall in 1 remote location
>>Interfaces outside and inside are Pblic IP addressess
>>Everyone can have access to each IP (from world)
>>Can i have 1 ip and let people from few networks access to 1 ip and rest
>>will be accessible to everyone ?
>>example
>>Outside = 90.90.66.221
>>Inside = 90.90.70.112 /255.255.255.40

>
>>and to IP address 90.90.90.119 will have access only 80.80.80.11 &
>>212.225.12.0/255.255.255.0

>
> Yes. Create an access-list indicating what you want to permit, with
> the "source" side (first address) being the internal IP address to
> permit, and the "destination" side (second address) being the address
> you want to permit access to. When you have completed the ACL,
>
> access-group TheACLname in interface inside
>
> For example,
>
> access-list in2out permit ip host 90.90.90.119 host 80.80.80.11
> access-list in2out permit ip host 90.90.90.119 212.225.12.0 255.255.255.0
> access-list in2out deny ip host 90.90.90.119 any
> access-list in2out permit ip 90.90.70.112 255.255.255.240 any
>
> access-group in2out in interface inside
>
>
> Warning: be sure to check first what the settings are on 90.90.90.119
> for DNS resolution, mail server, WINS, patch server (Windows Update),
> and time synchronization (defaults to some microsoft addresses for
> Windows 2000 and XP.)


Perfect like alays
Thank you walter

Robert






 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
pix 501 - routing from pix subnet to another (dir-655) question ra170 Cisco 1 11-22-2010 04:46 AM
Cisco pix 501 vs 501-50 cdoc Cisco 6 05-20-2006 03:53 AM
PIX 501 <-> PIX 501 - Problem contating private networks on the inside Andre Cisco 7 02-20-2005 07:02 PM
PIX 501 question - Internet access via central location Jules Cisco 2 01-16-2005 10:27 PM
Your thoughts on dual PIX 501 access - redundant SOHO access mh Cisco 6 05-10-2004 04:32 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57