F5F Stay Refreshed Power Users Networks Try another browser and see if your phone works as a mobile hotspot.

Try another browser and see if your phone works as a mobile hotspot.

Try another browser and see if your phone works as a mobile hotspot.

W
WelfareBaby
Member
148
05-14-2016, 08:21 PM
#1
Hello, your Windows 10 PC is connected to the internet through a modem, and you want to switch to a separate hotspot using your phone for browsing. Chrome works with the regular cable connection, while Firefox relies on your phone as a hotspot. Yes, it’s possible to use both connections simultaneously by setting up your phone as a mobile hotspot. This allows you to access the internet through either source depending on what you need.
W
WelfareBaby
05-14-2016, 08:21 PM #1

Hello, your Windows 10 PC is connected to the internet through a modem, and you want to switch to a separate hotspot using your phone for browsing. Chrome works with the regular cable connection, while Firefox relies on your phone as a hotspot. Yes, it’s possible to use both connections simultaneously by setting up your phone as a mobile hotspot. This allows you to access the internet through either source depending on what you need.

C
Carrie_Megs
Junior Member
3
05-15-2016, 12:05 PM
#2
I’d likely run a virtual machine and connect it to the network interface on your phone.
C
Carrie_Megs
05-15-2016, 12:05 PM #2

I’d likely run a virtual machine and connect it to the network interface on your phone.

T
theHesh
Member
159
05-15-2016, 01:51 PM
#3
I suggest starting with a simple virtual machine that matches your needs. Let me know if you'd like guidance on the best option for your situation.
T
theHesh
05-15-2016, 01:51 PM #3

I suggest starting with a simple virtual machine that matches your needs. Let me know if you'd like guidance on the best option for your situation.

F
fandras7
Member
139
06-03-2016, 10:57 PM
#4
Try Hyper-V first; if not, switch to VirtualBox.
F
fandras7
06-03-2016, 10:57 PM #4

Try Hyper-V first; if not, switch to VirtualBox.

J
JordyPwner
Junior Member
4
06-04-2016, 03:02 AM
#5
You don’t necessarily need an extra Windows license. It depends on the software and its requirements. Check the documentation for details on licensing and installation.
J
JordyPwner
06-04-2016, 03:02 AM #5

You don’t necessarily need an extra Windows license. It depends on the software and its requirements. Check the documentation for details on licensing and installation.

S
SoyDash
Posting Freak
859
06-11-2016, 12:49 PM
#6
I wouldn't rely on a Windows VM. A straightforward Ubuntu setup would be simpler and more efficient.
S
SoyDash
06-11-2016, 12:49 PM #6

I wouldn't rely on a Windows VM. A straightforward Ubuntu setup would be simpler and more efficient.

S
Sweeck69
Junior Member
3
06-17-2016, 08:15 AM
#7
That’s understandable. Since you’re new to Linux, creating a bootable media like a Windows USB install is a good first step. For enabling your phone as a hotspot, check the device settings or network options in your phone’s configuration—look for Wi-Fi or mobile data settings where you can set it up as a hotspot.
S
Sweeck69
06-17-2016, 08:15 AM #7

That’s understandable. Since you’re new to Linux, creating a bootable media like a Windows USB install is a good first step. For enabling your phone as a hotspot, check the device settings or network options in your phone’s configuration—look for Wi-Fi or mobile data settings where you can set it up as a hotspot.

2
2Fye4Yhu
Junior Member
24
06-24-2016, 02:57 PM
#8
Download the Windows 10 ISO from Microsoft and transfer it to your PC. Use a hypervisor such as Hyper-V, VirtualBox, or VMWare to mount the file when setting up your virtual machine for installation. Ubuntu is straightforward to start with and understand. For simple web browsing, you can skip installing additional software after setting up the OS. Network configurations differ depending on the hypervisor, but typically you connect the VM via a wireless adapter and link it to your hotspot—most setups provide a bridge from your host’s network adapter to the virtual machine.
2
2Fye4Yhu
06-24-2016, 02:57 PM #8

Download the Windows 10 ISO from Microsoft and transfer it to your PC. Use a hypervisor such as Hyper-V, VirtualBox, or VMWare to mount the file when setting up your virtual machine for installation. Ubuntu is straightforward to start with and understand. For simple web browsing, you can skip installing additional software after setting up the OS. Network configurations differ depending on the hypervisor, but typically you connect the VM via a wireless adapter and link it to your hotspot—most setups provide a bridge from your host’s network adapter to the virtual machine.

H
hotcone33
Member
204
06-28-2016, 05:42 AM
#9
Virtualbox prompts for extra virtual network adapter installation. Keep the bridged adapter enabled; without it, you must use VBoxManager.exe with command prompt to adjust network settings manually. With bridged, the virtual network card behaves like a standard Ethernet or Wi-Fi adapter in Windows network options. Ubuntu includes a graphical network manager, but it doesn’t require any configuration—just enable the cell connection. It’s helpful to disable all other network activity; you might need to create a firewall rule that blocks all traffic except within the defined scope. Set the scope to block every IP from 0.0.0.0 to 255.255.255.255 while allowing the VM’s IP address. This approach should work.
H
hotcone33
06-28-2016, 05:42 AM #9

Virtualbox prompts for extra virtual network adapter installation. Keep the bridged adapter enabled; without it, you must use VBoxManager.exe with command prompt to adjust network settings manually. With bridged, the virtual network card behaves like a standard Ethernet or Wi-Fi adapter in Windows network options. Ubuntu includes a graphical network manager, but it doesn’t require any configuration—just enable the cell connection. It’s helpful to disable all other network activity; you might need to create a firewall rule that blocks all traffic except within the defined scope. Set the scope to block every IP from 0.0.0.0 to 255.255.255.255 while allowing the VM’s IP address. This approach should work.