Re: NetworkManager, using two networks simultaneously

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 06/10/2016 10:38 AM, Chris Murphy wrote:
On Fri, Jun 10, 2016 at 11:01 AM, Rick Stevens <ricks@xxxxxxxxxxxxxx> wrote:
On 06/10/2016 09:42 AM, Chris Murphy wrote:

Hi,

How do I tell NetworkManager to default to wireless? The environment
I'm in provides internet only via wireless, so that needs to be the
default route, if that's the proper term. Right now it's defaulting to
wired and since there's no internet via that route, the web browser
hangs.

Hi Chris,

You could try a technique used by VPNs that avoids redefining the default route. The default route is used when nothing else matches so you create a "virtual" default route that takes precedence by splitting the ipv4 address space in two.

ip r a 0.0.0.0/1 via "wireless gateway ip" dev wireless_device
ip r a 128.0.0.0/1 via "wireless gateway ip" dev wireless_device

That should accomplish what you want.

Mike Wright
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux