Wake on LAN in routed environment

From Teknologisk videncenter
Revision as of 14:00, 5 December 2009 by Heth (talk | contribs) (New page: <source lang=cli> ip forward-protocol udp 7 ip forward-protocol udp 9 ! interface Vlan40 description Network containing hosts ip address 192.168.22.1 255.255.255.0 ip directed-broadca...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


ip forward-protocol udp 7
ip forward-protocol udp 9
!
interface Vlan40
 description Network containing hosts
 ip address 192.168.22.1 255.255.255.0
 ip directed-broadcast
!
interface Vlan50
 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