Page 1 of 1
wake on lan
Posted: Tue Jan 28, 2003 4:20 pm
by VooDoo
i need a good wol pargram
what do you guys ues if any
me
Posted: Tue Jan 28, 2003 4:55 pm
by DocSilly
I never used Wake-on-LAN , so this is theoretical but should work:
- ping the PC (you could have a small batchfile on your desktop)
- a static network share in explorer, just hit F5 to refresh drives, that should also poll the networked computer.
Posted: Tue Jan 28, 2003 5:48 pm
by VooDoo
C:\WINDOWS\Desktop>ping 192.168.0.102
Pinging 192.168.0.102 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.0.102:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\WINDOWS\Desktop>
that is what i get
Bios Settings?
Posted: Tue Jan 28, 2003 6:02 pm
by eGoCeNTRoNiX
Is there a setting in your bios to enable the feature? eGo
Posted: Tue Jan 28, 2003 6:15 pm
by VooDoo
i forgot about that
checked it it is enabled
im using netgear fa312 lan card
me
It didn't come with any software?
Posted: Tue Jan 28, 2003 6:21 pm
by eGoCeNTRoNiX
Mine Linksys stuff cam with software. I'll check it when I get home to see if it's "universal" as I've never used it. I just keep mine on they all fold. eGo
Posted: Tue Jan 28, 2003 10:17 pm
by FlyingPenguin
I was having a discussion with someone about this the other day. How could it possibly respond to an IP query? The computer's asleep and the NIC doesn't know what IP it's on.
I assumed you'd have to wake it up by specifying it's MAC address somehow?
Posted: Wed Jan 29, 2003 5:44 am
by DocSilly
FlyingPenguin
"How could it possibly respond to an IP query? The computer's asleep and the NIC doesn't know what IP it's on."
ARP cache .... though it forgets IP-to-MAC when you reboot that machine. Thx for the reminder FP, I totally forgot about this issue.
Open notepad, enter the following two lines and then save as "wake-up.bat" :
arp -s 192.168.0.102 00-aa-00-62-c6-09 (your own MAC-address

)
ping 192.168.0.102
See if that works (it should work for Win95-XP).
Posted: Wed Jan 29, 2003 10:07 am
by VooDoo
ware can i find the mac address dor that card
me
Posted: Wed Jan 29, 2003 11:01 am
by DocSilly
Posted: Wed Jan 29, 2003 2:55 pm
by VooDoo
C:\WINDOWS\Desktop>arp -s 192.168.1.102 00-a0-cc-a0-ef-81
C:\WINDOWS\Desktop>ping 192.168.1.102
Pinging 192.168.1.102 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 192.168.1.102:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\WINDOWS\Desktop>
that is what i get
sorry no dice
me
Posted: Wed Jan 29, 2003 3:47 pm
by DocSilly
Oh, looks like I forgot how the magic works
So I googled some more (you googled too, right ??) :
http://www.hardware-one.com/forum/read_ ... geekcorner
http://www.matcode.com/wol.htm
Posted: Wed Jan 29, 2003 4:34 pm
by VooDoo
i got some reaing this wekend
thanx
me