cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
368
Views
0
Helpful
2
Replies

Wake on LAN - IP directed-broadcast

gmayan
Level 1
Level 1

I'm wondering what's the best way to mitigate having the "ip directed-broadcast" enable on the LAN interface in a multi-site private network.

We need to enable this to implement Wake On LAN, but want to minimize security threats as much as possible.

Regards.

2 Replies 2

s.jankowski
Level 4
Level 4

The ip directed-broadcast interface command controls the explosion of directed broadcasts when they reach their target subnets. The command affects only the final transmission of the directed broadcast on its ultimate destination subnet. It does not affect the transit unicast routing of IP directed broadcasts.

If directed broadcast is enabled for an interface, incoming IP packets whose addresses identify them as directed broadcasts intended for the subnet to which that interface is attached will be exploded as broadcasts on that subnet. If an access list has been configured with the ip directed-broadcast command, only directed broadcasts that are permitted by the access list in question will be forwarded; all other directed broadcasts destined for the interface subnet will be dropped.

Thanks for your response. Configuring an ACL is one option to minimize this threat, is that sufficient?.

The ACL can restrict by IP, protocol and port utilized by the magic packet.

Any other idea?. Thanks.