![]() |
|
|
#1 | |
|
Jul 2014
3·149 Posts |
Hi,
I've used this page : https://help.ubuntu.com/community/WakeOnLan and I've got as far as the part where I'm told to edit the interfaces file Quote:
What I need to know is whether or not I'm meant to enter the numbers written in for address, netmask and gateway as they are above or use ones specific to my computer. Please help. |
|
|
|
|
|
|
#2 |
|
"/X\(β-β)/X\"
Jan 2013
22·733 Posts |
They will be specific to your network. If you type in this command we can help you create the entry in /etc/network/interfaces:
ip route show ip address show Last fiddled with by Mark Rose on 2016-05-28 at 16:02 |
|
|
|
|
|
#3 |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
2A0116 Posts |
have
have you have you heard have you heard the have you heard the one have you heard the one about have you heard the one about traceroute |
|
|
|
|
|
#4 |
|
Jul 2014
44710 Posts |
illiam@william-desktop:~$ ip route show
william@william-desktop:~$ ip address show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000 link/ether 00:e0:4c:e9:96:a7 brd ff:ff:ff:ff:ff:ff william@william-desktop:~$ ^C william@william-desktop:~$ ^C william@william-desktop:~$ When I booted up this time, the ubuntu screen said "Booting without full network configuration." Not sure what the consequences of that are in terms of how far I'm going to get with using wakeonlan. |
|
|
|
|
|
#5 |
|
"/X\(β-β)/X\"
Jan 2013
22·733 Posts |
|
|
|
|
|
|
#6 | |
|
"/X\(β-β)/X\"
Jan 2013
22·733 Posts |
Quote:
|
|
|
|
|
|
|
#7 |
|
Jul 2014
1BF16 Posts |
Thanks.
Might it not be working because I DID add that snippet to the interfaces file? |
|
|
|
|
|
#8 | |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
260316 Posts |
Quote:
Code:
Supports Wake-on: g Wake-on: g I use WoL all the time, but under CentOS. Works great! Edit: From the machine you are trying to wake up the remote machine from, you can issue the "arp -n" command (root or unprivileged) to get the MAC address of the remote machine. If you don't see it, ping it and the run the arp command again. Note, of course, that both machines must be on the same LAN (or, at least, can communicate via ICMP). Last fiddled with by chalsall on 2016-05-28 at 20:08 |
|
|
|
|
|
|
#9 |
|
Jul 2014
6778 Posts |
Okay. I took those lines out of interfaces and rebooted and there were no messages about network configuration issues.
I reran those commands and got this : illiam@william-desktop:~$ william@william-desktop:~$ ip route show default via 192.168.1.254 dev eth0 proto static 169.254.0.0/16 dev eth0 scope link metric 1000 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.70 metric 1 william@william-desktop:~$ ip address show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000 link/ether 00:e0:4c:e9:96:a7 brd ff:ff:ff:ff:ff:ff inet 192.168.1.70/24 brd 192.168.1.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::2e0:4cff:fee9:96a7/64 scope link valid_lft forever preferred_lft forever william@william-desktop:~$ So can you help me create the entry now? |
|
|
|
|
|
#10 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
230038 Posts |
What does "ethtool eth0 | grep Wake" as root say?
There's a good chance you don't need to create an interfaces file. The above will tell you this. Separately, from the machine you wish to wake up this machine, do you see this remote machine's MAC? |
|
|
|
|
|
#11 |
|
Jul 2014
1BF16 Posts |
This is what I get when I run arp -n :
william@william-GA-78LMT-USB3:~$ arp -n Address HWtype HWaddress Flags Mask Iface 192.168.1.254 ether c4:ea:1d:b0:a9:58 C enp3s0 192.168.1.67 ether 74:d4:35:5e:a6:18 C enp3s0 william@william-GA-78LMT-USB3:~$ |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| If you choose an answer at random | Uncwilly | Lounge | 12 | 2018-02-14 15:00 |
| Answer in 5 . 4 . 3 . 2 . 1 ..... | Uncwilly | Puzzles | 37 | 2016-10-19 02:03 |
| mfakto is not running.. please give me a answer | diablo5147 | GPU Computing | 1 | 2013-12-09 01:47 |
| Manual reservation system obsolete? (Answer: no) | thommy | Prime Sierpinski Project | 5 | 2006-02-21 16:36 |
| please answer | flasholinos | Lone Mersenne Hunters | 2 | 2003-06-17 19:08 |