Access-list ?? [7:71665]

2003-06-30 Thread Hyman, Craig
ALL-

I know you have answered this question before, but I hope somewhere in your
4th of July heart you can help me.

I have a 1600 router running a 12021 IP PLUS --- I have tried to add
access-lists to block all sites incoming except 192.100.34.100-150.

Can someone help with the correct lists.

Thanks in advance

SRS Level 2
SRS Implementation Team 
Cell phone# 720-840-4887
SUN PH# 303-272-2661
Virtual Office# 303-604-0037
[EMAIL PROTECTED]
[EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=71665&t=71665
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: Access-list ?? [7:71665]

2003-07-02 Thread Bikespace
Here's a weary stab at it. I'll probably regret rushing through this, but at
least you'll get your answer when someone corrects me :-)
I would think there has got to be a better way. Need someone who does it in
binary. My head doesn't cut the mustard with the wildcard masks.

permit 192.100.34.96 0.0.0.3 any
deny 192.100.34.96 0.0.0.31 any
deny 192.100.34.128 0.0.0.15 any
deny 192.100.34.144 0.0.0.3 any
deny 192.100.34.148 0.0.0.1 any
permit any any

Bikespace

""Hyman, Craig""  wrote in message
news:[EMAIL PROTECTED]
> ALL-
>
> I know you have answered this question before, but I hope somewhere in
your
> 4th of July heart you can help me.
>
> I have a 1600 router running a 12021 IP PLUS --- I have tried to add
> access-lists to block all sites incoming except 192.100.34.100-150.
>
> Can someone help with the correct lists.
>
> Thanks in advance
>
> SRS Level 2
> SRS Implementation Team
> Cell phone# 720-840-4887
> SUN PH# 303-272-2661
> Virtual Office# 303-604-0037
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=71780&t=71665
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]


Re: Access-list ?? [7:71665]

2003-07-02 Thread Bikespace
Yep - I need to RTFQ :-)

How about this (reversed):

deny 192.100.34.96 0.0.0.3
permit 192.100.34.96 0.0.0.31
permit 192.100.34.128 0.0.0.15
permit 192.100.34.144 0.0.0.3
permit 192.100.34.148 0.0.0.1

Bikespace

""Bikespace""  wrote in message
news:[EMAIL PROTECTED]
> Here's a weary stab at it. I'll probably regret rushing through this, but
at
> least you'll get your answer when someone corrects me :-)
> I would think there has got to be a better way. Need someone who does it
in
> binary. My head doesn't cut the mustard with the wildcard masks.
>
> permit 192.100.34.96 0.0.0.3 any
> deny 192.100.34.96 0.0.0.31 any
> deny 192.100.34.128 0.0.0.15 any
> deny 192.100.34.144 0.0.0.3 any
> deny 192.100.34.148 0.0.0.1 any
> permit any any
>
> Bikespace
>
> ""Hyman, Craig""  wrote in message
> news:[EMAIL PROTECTED]
> > ALL-
> >
> > I know you have answered this question before, but I hope somewhere in
> your
> > 4th of July heart you can help me.
> >
> > I have a 1600 router running a 12021 IP PLUS --- I have tried to add
> > access-lists to block all sites incoming except 192.100.34.100-150.
> >
> > Can someone help with the correct lists.
> >
> > Thanks in advance
> >
> > SRS Level 2
> > SRS Implementation Team
> > Cell phone# 720-840-4887
> > SUN PH# 303-272-2661
> > Virtual Office# 303-604-0037
> > [EMAIL PROTECTED]
> > [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=71788&t=71665
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]