Kalny Posted October 4, 2013 Posted October 4, 2013 Hello, We're having some issues getting machines to WOL. We recently Vlan'd our entire network and I suspect this is what is causing the problem. We don't want to think about reconfiguring switches etc yet so I'm looking to write a powershell script that would invoke a wake up. I've googled around but half of the scripts I've found don't work (I get script errors etc) I just think it would be easier to write my own, but I'm not sure what cmdlets I'd have to push to get the desired results.
FN-GM Posted October 4, 2013 Posted October 4, 2013 It will probably be the VLAN. WOL is a broadcast and VLANS block broadcast. If you use CISCO you need to setup an ACL something like this if i recall access-list 101 permit udp host any eq 7 This will help - Catalyst Layer 3 Switch for Wake-On-LAN Support Across VLANs Configuration Example - Cisco Systems
kennysarmy Posted October 8, 2013 Posted October 8, 2013 We had the same issue on our vLAN'd network.... It was getting too complicted for me so had to ditch the idea - was spending too long and not getting anywhere
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now