disturbedone
Vendor
I'm trying to configure Wake on LAN and have followed to how I think it needs to be configured in our environment but it doesn't appear to work.
* 2x Catalyst 4507 (one at each end of campus)
Main Catalyst 10.10.32.88
* multiple Nortel switches
* a few Cisco switches
* Using Dell KACE which is the WoL server. Is 172.20.95.15
* Various VLANs eg 10,20,21,30,31,100
* DHCP servesr 10.11.0.7 and 10.11.0.8
* My PC 10.100.0.14
* PC to wake up 10.100.0.3
Extract from config (of main Catalyst):
WoL is enabled in the BIOS of 10.100.0.3 but when I send the command (using Solarwinds WoL tool) it doesn't start the PC.
Any ideas why it won't work?
* 2x Catalyst 4507 (one at each end of campus)
Main Catalyst 10.10.32.88
* multiple Nortel switches
* a few Cisco switches
* Using Dell KACE which is the WoL server. Is 172.20.95.15
* Various VLANs eg 10,20,21,30,31,100
* DHCP servesr 10.11.0.7 and 10.11.0.8
* My PC 10.100.0.14
* PC to wake up 10.100.0.3
Extract from config (of main Catalyst):
Code:
access-list 101 permit udp host 172.20.95.15 any eq echo
access-list 101 permit udp host 10.100.0.14 any eq echo
interface Vlan100
ip address 10.100.32.88 255.255.0.0
ip helper-address 10.11.0.7
ip helper-address 10.11.0.8
ip helper-address 10.10.65.90
no ip redirects
ip directed-broadcast 101
no ip forward-protocol nd
no ip forward-protocol udp tftp
no ip forward-protocol udp nameserver
no ip forward-protocol udp domain
no ip forward-protocol udp time
no ip forward-protocol udp netbios-ns
no ip forward-protocol udp netbios-dgm
no ip forward-protocol udp tacacs
ip forward-protocol udp echo
WoL is enabled in the BIOS of 10.100.0.3 but when I send the command (using Solarwinds WoL tool) it doesn't start the PC.
Any ideas why it won't work?