wake on lan
wake on lan
i need a good wol pargram
what do you guys ues if any
me
what do you guys ues if any
me
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
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
- eGoCeNTRoNiX
- Posts: 7362
- Joined: Wed Oct 23, 2002 12:51 pm
- Location: HELL
Bios Settings?
Is there a setting in your bios to enable the feature? eGo
PM before Email People!!
Heat Under eGoCeNTRoNiX
Who Farted? BEANIE!!!
!Welcome to the United States of the Offended!
Heat Under eGoCeNTRoNiX
Who Farted? BEANIE!!!
!Welcome to the United States of the Offended!
- eGoCeNTRoNiX
- Posts: 7362
- Joined: Wed Oct 23, 2002 12:51 pm
- Location: HELL
It didn't come with any software?
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
PM before Email People!!
Heat Under eGoCeNTRoNiX
Who Farted? BEANIE!!!
!Welcome to the United States of the Offended!
Heat Under eGoCeNTRoNiX
Who Farted? BEANIE!!!
!Welcome to the United States of the Offended!
- FlyingPenguin
- Flightless Bird
- Posts: 33162
- Joined: Wed Nov 22, 2000 11:13 am
- Location: Central Florida
- Contact:
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?
I assumed you'd have to wake it up by specifying it's MAC address somehow?
---
“The Government of Spain will not applaud those who set the world on fire just because they show up with a bucket.” - Prime Minister of Spain, Pedro Sánchez

“The Government of Spain will not applaud those who set the world on fire just because they show up with a bucket.” - Prime Minister of Spain, Pedro Sánchez

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).
"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).
Just lookie here 
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
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
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
So I googled some more (you googled too, right ??) :
http://www.hardware-one.com/forum/read_ ... geekcorner
http://www.matcode.com/wol.htm