- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- LAN Routing
- >
- Re: WOL
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
01-14-2013 04:08 AM
01-14-2013 04:08 AM
WOL
Hello,
we have a 3Com S7906E with 20 Vlan and IP Subnet. Now we will make WOL from one IP Segment to a other .
We must make IP forwarding but nothing works.
What must we make ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2013 05:37 AM
01-30-2013 05:37 AM
Re: WOL
Hi,
I have not been able to verify this, but this should be config based on the configuration guide:
system-view
ip forward-broadcast
int vlan 15
ip forward-broadcast
# above can be filtered with optional ACL
Next, use a subnet directed broadcast for the destination IP.
For example, the management host is in subnet 10.1.10.0/24 with ip 10.1.10.15 and you want to trigger a WOL in for a host which is connected on the 10.1.20.0/24 subnet.
In the WOL tool, you should use destination ip 10.1.20.255 (the subnet broadcast). The routing switch will now accept the broadcast (due to config), and transmit the request as a broadcast in the vlan, so the packet will be received by all vlan 20 hosts, including the target system.
Let us know if it works,
Best regards,Peter