Difference between revisions of "Wake on LAN in routed environment"
From Teknologisk videncenter
m |
m |
||
Line 1: | Line 1: | ||
− | |||
<source lang=cli> | <source lang=cli> | ||
ip forward-protocol udp 7 | ip forward-protocol udp 7 | ||
Line 14: | Line 13: | ||
ip helper-address 192.168.22.255 | ip helper-address 192.168.22.255 | ||
</source> | </source> | ||
− | {{ | + | {{Source cli}} |
− | |||
− | |||
− | }} | ||
=Links= | =Links= | ||
*[http://www.cisco.com/en/US/products/hw/switches/ps5023/products_configuration_example09186a008084b55c.shtml Cisco WOL] | *[http://www.cisco.com/en/US/products/hw/switches/ps5023/products_configuration_example09186a008084b55c.shtml Cisco WOL] | ||
[[Category:Cisco]][[Category:CCNA]][[Category:IOS]][[Category:Network]] | [[Category:Cisco]][[Category:CCNA]][[Category:IOS]][[Category:Network]] |
Latest revision as of 17:34, 28 February 2010
ip forward-protocol udp 7
ip forward-protocol udp 9
!
interface Vlan10
description Network containing hosts
ip address 192.168.22.1 255.255.255.0
ip directed-broadcast
!
interface Vlan20
description Server Network with server that sends WOL
ip address 192.168.1.1 255.255.255.0
ip helper-address 192.168.22.255