Link to home
Start Free TrialLog in
Avatar of bross073097
bross073097

asked on

Step by Step instruction to block IP address Cisco 2600

We have a Cisco 2600 router. We need Step by step instruction to keep IP address 65.172.18.50 from going out to the internet.

We want it to only be allowed on our local network

Thanks
Bob Ross


Avatar of aromberg
aromberg

"ip route 65.172.18.50  255.255.255.255 null0 "
should kill it off.
and step-by-step instructions:
telnet into router
enter password
go into priviledged mode (command: enable)
enter enable password
go into configuration (conf t)
go into your internet interface information (you didnt specify what kind of internet you have and how it's connected)
then type that command i posted earlier w/o the "'s and then exit/exit
then you can do a 'wr mem' to save changes.
ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bross073097

ASKER

Thanks. It all entered in with out a return of any errors.

I will be able to test later.

Thank you so much.

donjohnston, please contact me off list if your interested.

bross@kingmanaz.net I have a full router configure in a couple weeks or less when we switch providers.

The router has not been touched much in the last 5 years.

Thanks
Bob Ross