- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- WOL Access list
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2014 12:40 PM
03-05-2014 12:40 PM
WOL Access list
Ok so I have my WOL server successfully waking up clients across many VLANS and even across a Firewalled MPLS connection.
My config to pull this off was
#Global
ip udp-bcast-forward
ip directed-broadcast
#VLAN 1 - this is where the server lives no configuration on this VLAN. (The application uses UDP port 7)
#VLAN2
ip address 172.20.1.1 255.255.255.0
ip forward-protocol udp 172.20.1.255 7
#VLAN3
ip address 172.18.6.1 255.255.254
ip forward-protocol upd 172.18.7.255 7
Like I said now everything is working great. But I want to protect myself so that only this server can send broadcasts to these vlans. My question is should I create an access list so that only UDP port 7 from my server? The way I have the config now I am thinking that only UDP 7 will broadcast to the configured VLANS.
I just want to make sure that for some reason I'm not allowing all broadcasts to these vlans and create unneeded traffic. Do anyone have any suggestions on whether or not to create an access list to restrict this traffic? (Without breaking anything) LOL
Thanks for any help!
-Dominic