Difference between revisions of "Wake on LAN in routed environment"

From Teknologisk videncenter
Jump to: navigation, search
m (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...)
(No difference)

Revision as of 14:00, 5 December 2009


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