-
- Posts: 2
- Joined: Sun Jan 20, 2013 12:41 pm
Routing help with 2 interfaces - wireless and wired
[deleted]
Last edited by snowboardinsteve on Sat Mar 07, 2020 4:40 pm, edited 1 time in total.
Re: Routing help with 2 interfaces - wireless and wired
I'd try
HTH
Code: Select all
sudo route add default gw 192.168.0.1 wlan0
-
- Posts: 2
- Joined: Sun Jan 20, 2013 12:41 pm
Re: Routing help with 2 interfaces - wireless and wired
[deleted]
Last edited by snowboardinsteve on Sat Mar 07, 2020 4:39 pm, edited 1 time in total.
Re: Routing help with 2 interfaces - wireless and wired
Do you think this configurations applies if i connect my Pi on internet with a dongle WiFi and i connect it with ethernet wire on an ethernet relay board ?
Re: Routing help with 2 interfaces - wireless and wired
I don't know if I should make a new thread or continue this one but I'm trying to do the same thing as the OP. I've tried the wakeonlan package but that won't force the WOL over ethernet, and I'm afraid I don't know the steps to replicate what's being done in the messages above me. Any help would be much appreciated
Re: Routing help with 2 interfaces - wireless and wired
The steps above are just about routing between 2 networks, one on wired ethernet, the other on WiFi. I don't think 2 networks are necessary to implement WoL so this thread may be a red herring for you. I'd start a new thread and ask the question from scratch I'm sure someone can help.jgillard wrote:I don't know if I should make a new thread or continue this one but I'm trying to do the same thing as the OP. I've tried the wakeonlan package but that won't force the WOL over ethernet, and I'm afraid I don't know the steps to replicate what's being done in the messages above me. Any help would be much appreciated