Wake On Lan Remote Times Out 18.04wake on lan not working if i turn of with ubuntuWake on Lan remotelyspeed up eth0 from 10 Mb/s to 100 Mb/sInternet slow on Ubuntu but not windows using a RTL8111Wake On Lan (WOL) for Realtek RTL8101E/RTL8102EUbuntu won't connect to Network through EthernetWake On Lan not working“Wired Connection” option is not availabe in settings->network and “MODSIGN: couldn't get UEFI db list ” is showing on boot, what is solution18.04 LTS upgrade has stopped WOL (wake-on-LAN)fixed IP address on LAN under Ubuntu 18.04 (netplan)LAN speed slow on Ubuntu 18.04, but Internet speed is fineUbuntu 18.04 Server no remote access
At which point does a character regain all their Hit Dice?
Implement the Thanos sorting algorithm
Go Pregnant or Go Home
What will be the benefits of Brexit?
Is there a good way to store credentials outside of a password manager?
Why "be dealt cards" rather than "be dealing cards"?
Is it correct to write "is not focus on"?
How do I define a right arrow with bar in LaTeX?
If you attempt to grapple an opponent that you are hidden from, do they roll at disadvantage?
What is the intuitive meaning of having a linear relationship between the logs of two variables?
Everything Bob says is false. How does he get people to trust him?
Confused about a passage in Harry Potter y la piedra filosofal
Can I use my Chinese passport to enter China after I acquired another citizenship?
What is the term when two people sing in harmony, but they aren't singing the same notes?
Are there any comparative studies done between Ashtavakra Gita and Buddhim?
Efficiently merge handle parallel feature branches in SFDX
How can I use the arrow sign in my bash prompt?
I'm in charge of equipment buying but no one's ever happy with what I choose. How to fix this?
How can I replace every global instance of "x[2]" with "x_2"
Your magic is very sketchy
Curses work by shouting - How to avoid collateral damage?
How could Frankenstein get the parts for his _second_ creature?
Cynical novel that describes an America ruled by the media, arms manufacturers, and ethnic figureheads
What defines a dissertation?
Wake On Lan Remote Times Out 18.04
wake on lan not working if i turn of with ubuntuWake on Lan remotelyspeed up eth0 from 10 Mb/s to 100 Mb/sInternet slow on Ubuntu but not windows using a RTL8111Wake On Lan (WOL) for Realtek RTL8101E/RTL8102EUbuntu won't connect to Network through EthernetWake On Lan not working“Wired Connection” option is not availabe in settings->network and “MODSIGN: couldn't get UEFI db list ” is showing on boot, what is solution18.04 LTS upgrade has stopped WOL (wake-on-LAN)fixed IP address on LAN under Ubuntu 18.04 (netplan)LAN speed slow on Ubuntu 18.04, but Internet speed is fineUbuntu 18.04 Server no remote access
So I have wol working almost perfectly, after I shut down my pc I have approx a one-minute window where my desktop is detected as inactive by my routers 'connected devices' menu and I can send a magic packet and wake up my desktop from a remote computer using.
wakeonlan -i 174.X.XXX.XX -p 9 70:XX:XX:XX:XX:XX
After, the desktop is no longer detected by the router and the only way I can wake the desktop up is if I send the magic packet directly to the mac address from the local network.
For some reason my raspberry pi does not time out on the routers 'connected devices' and always remains visible with inactive status which leads me to believe this could be something related settings on my desktop and not my router. Or is this simply just not possible.
Here is the ethtool readout (which oddly does not show wake-on-settings unless I use sudo)
Settings for enp42s0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: on (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
I also tried adding this to /etc/default/halt and using sudo poweroff -h from terminal.
HALT=poweroff
NETDOWN=no
I also tried this
networking 18.04 shutdown ethernet netplan
New contributor
add a comment |
So I have wol working almost perfectly, after I shut down my pc I have approx a one-minute window where my desktop is detected as inactive by my routers 'connected devices' menu and I can send a magic packet and wake up my desktop from a remote computer using.
wakeonlan -i 174.X.XXX.XX -p 9 70:XX:XX:XX:XX:XX
After, the desktop is no longer detected by the router and the only way I can wake the desktop up is if I send the magic packet directly to the mac address from the local network.
For some reason my raspberry pi does not time out on the routers 'connected devices' and always remains visible with inactive status which leads me to believe this could be something related settings on my desktop and not my router. Or is this simply just not possible.
Here is the ethtool readout (which oddly does not show wake-on-settings unless I use sudo)
Settings for enp42s0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: on (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
I also tried adding this to /etc/default/halt and using sudo poweroff -h from terminal.
HALT=poweroff
NETDOWN=no
I also tried this
networking 18.04 shutdown ethernet netplan
New contributor
add a comment |
So I have wol working almost perfectly, after I shut down my pc I have approx a one-minute window where my desktop is detected as inactive by my routers 'connected devices' menu and I can send a magic packet and wake up my desktop from a remote computer using.
wakeonlan -i 174.X.XXX.XX -p 9 70:XX:XX:XX:XX:XX
After, the desktop is no longer detected by the router and the only way I can wake the desktop up is if I send the magic packet directly to the mac address from the local network.
For some reason my raspberry pi does not time out on the routers 'connected devices' and always remains visible with inactive status which leads me to believe this could be something related settings on my desktop and not my router. Or is this simply just not possible.
Here is the ethtool readout (which oddly does not show wake-on-settings unless I use sudo)
Settings for enp42s0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: on (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
I also tried adding this to /etc/default/halt and using sudo poweroff -h from terminal.
HALT=poweroff
NETDOWN=no
I also tried this
networking 18.04 shutdown ethernet netplan
New contributor
So I have wol working almost perfectly, after I shut down my pc I have approx a one-minute window where my desktop is detected as inactive by my routers 'connected devices' menu and I can send a magic packet and wake up my desktop from a remote computer using.
wakeonlan -i 174.X.XXX.XX -p 9 70:XX:XX:XX:XX:XX
After, the desktop is no longer detected by the router and the only way I can wake the desktop up is if I send the magic packet directly to the mac address from the local network.
For some reason my raspberry pi does not time out on the routers 'connected devices' and always remains visible with inactive status which leads me to believe this could be something related settings on my desktop and not my router. Or is this simply just not possible.
Here is the ethtool readout (which oddly does not show wake-on-settings unless I use sudo)
Settings for enp42s0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supported pause frame use: Symmetric
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Advertised pause frame use: Symmetric
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: on (auto)
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
I also tried adding this to /etc/default/halt and using sudo poweroff -h from terminal.
HALT=poweroff
NETDOWN=no
I also tried this
networking 18.04 shutdown ethernet netplan
networking 18.04 shutdown ethernet netplan
New contributor
New contributor
edited 1 hour ago
Justin Francis
New contributor
asked 1 hour ago
Justin FrancisJustin Francis
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Justin Francis is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1129011%2fwake-on-lan-remote-times-out-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Justin Francis is a new contributor. Be nice, and check out our Code of Conduct.
Justin Francis is a new contributor. Be nice, and check out our Code of Conduct.
Justin Francis is a new contributor. Be nice, and check out our Code of Conduct.
Justin Francis is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1129011%2fwake-on-lan-remote-times-out-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown