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

pc same address as a router

candv
Level 1
Level 1

Hello

We have just had someone type the ip address of the gateway as the ip address of a pc, this resulted in an entire subnet going down until we found the pc and shut down the port. Is there any way to prevent this apart from using dhcp etc. Thanks

4 Replies 4

MickPhelps
Level 1
Level 1

There is no practical way to do this, even if you use DHCP. Someone could still hardcode their interface with an IP address at any time.

The only thing that comes to mind (remember, this isn't *practical*) is to add static ARP entries to every single computer on your network with the MAC/IP address of the default gateway. This might be accomplished with a login script issuing the command:

arp -s 157.55.85.212 00-aa-00-62-c6-09

Mick.

rfroom
Cisco Employee
Cisco Employee

You can configure policies on the Operating System to prevent users from changing the IP address.

joaopedro
Level 1
Level 1

From the network point-of-view, you cannot do anything.

JPL.

muammera
Level 1
Level 1

You can add a permenant arp entry for the routers in all stations, you can do it automatcally bu using an automatic logon script.

> arp -s -p ip_address mac_address

Review Cisco Networking for a $25 gift card