Commit Diff


commit - 1248f280ada432845e7b0074586f88ad581f7660
commit + 4209717b639e16a59704b83462ebfe8298bb4854
blob - /dev/null
blob + 9a77725e45038872e0c77a3f2fdba5da14242b37 (mode 644)
--- /dev/null
+++ wiki.d/Ifconfig.Urndis
@@ -0,0 +1,36 @@
+version=pmwiki-2.3.20 ordered=1 urlencoded=1
+agent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
+author=monsieur
+charset=UTF-8
+csum=
+ctime=1742258234
+host=2.100.7.197
+name=Ifconfig.Urndis
+rev=8
+targets=
+text=It is possible to get internet connection from android based smartphones thanks to [[https://https://man.openbsd.org/urndis.4 | Urndis]].%0a%0aI am not sure if it's possible to get usb tethering from iPhone, but it is possible to share internet connection from smartphones that come with Android (which is based on linux kernel) using USB tethering option.%0a%0aThat's a good option for someone, who would like to use openBSD on his laptop/computer with wireless network card that is not supported by openBSD. %0aThat's for example my case, I have got a Lenovo laptop that comes with "Realtek 8723BE" card, that has linux drivers, but doesn't have support on openBSD (Possibly because it requires proprietary drivers).%0a%0aFor example when I type%0a%0a%0a->$ apropos Realtek%0a%0a%0ait displays list of realtek wi-fi cards supported by the openBSD. My 8723BE is not there.%0a%0aI could either get USB a wi-fi dongle with supported chipset or share internet connection with openBSD laptop using Android Smartphone.%0aSo there are two options, it is possible to share connection using mobile data like 4G or connect to wifi on smartphone and then share the internet connection to the laptop using usb-tethering, but how?%0a%0aSo I am using Samsung S8 in that case. When I connect the smartphone to my laptop via USB I get asked what do I want to use the device for, normally default option is something like charging phone only. %0aThere's also for example transferring files, MIDI or USB Tethering. So we gotta choose the usb tethering option%0a%0aor I can open:%0a->Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a%0aswitching the usb tethering on will share the internet connection from the smartphone to the laptop!%0abut that's not everything.%0a%0aIf I type '''$ dmesg | less''' after I connect the smartphone I can see that android device has been detected as:%0a%0a->urndis0 at uhub0 port 2 configuration 1 interface 0 "SAMSUNG SAMSUNG_Android" rev 2.10/4.00 addr 2%0a->urndis0: using RNDIS, address 02:00:57:55:6c:3a%0a%0abut we still have to tell the computer to get ip address from the smartphone%0ato do that we have to type this line in terminal as root%0a%0a-># echo dhcp > /etc/hostname.urndis0%0a%0anow we gotta reboot%0amake sure that you enable usb tethering again on the phone as soon as openBSD starts to boot up! %0anow during the boot openBSD will automatically get configured to share the internet connection between the smartphone and computer!%0a%0anow we need to have either mobile data or wi-fi enabled on the smartphone, and we should be able to get the internet connection%0awe can test it by typing this in terminal:%0a%0a->$ ping duckduckgo.com%0a%0aif we get ping and internet connection then congratulations! You can now connect to the internet without having wireless card on the machine :)%0a
+time=1742293258
+author:1742293258=monsieur
+diff:1742293258:1742258802:=
+host:1742293258=2.100.7.197
+author:1742258802=monsieur
+diff:1742258802:1742258761:=28c28%0a%3c If I type '''$ dmesg | less''' after I connect the smartphone I can see that android device has been detected as:%0a---%0a> If I type [code]dmesg | less[/code] after I connect the smartphone I can see that android device has been detected as:%0a
+host:1742258802=2.100.7.197
+author:1742258761=monsieur
+diff:1742258761:1742258702:=23,24c23,24%0a%3c ->Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a%3c %0a---%0a> Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a> %0a28,29c28,30%0a%3c If I type [code]dmesg | less[/code] after I connect the smartphone I can see that android device has been detected as:%0a%3c %0a---%0a> If I type '''dmesg | less''' after I connect the smartphone I can see that android device has been detected as:%0a> %0a> %0a31,32c32,34%0a%3c ->urndis0: using RNDIS, address 02:00:57:55:6c:3a%0a%3c %0a---%0a> urndis0: using RNDIS, address 02:00:57:55:6c:3a%0a> %0a> %0a35a38%0a> %0a37a41%0a> %0a45c49%0a%3c ->$ ping duckduckgo.com%0a---%0a> $ ping duckduckgo.com%0a
+host:1742258761=2.100.7.197
+author:1742258702=monsieur
+diff:1742258702:1742258640:=23,24c23,26%0a%3c Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a%3c %0a---%0a> %0a> ->Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a> %0a> %0a28,30c30,32%0a%3c If I type '''dmesg | less''' after I connect the smartphone I can see that android device has been detected as:%0a%3c %0a%3c %0a---%0a> If I type [code]dmesg | less[/code] after I connect the smartphone I can see that android device has been detected as:%0a> %0a> %0a49c51,53%0a%3c $ ping duckduckgo.com%0a---%0a> %0a> ->$ ping duckduckgo.com%0a> %0a
+host:1742258702=2.100.7.197
+author:1742258640=monsieur
+diff:1742258640:1742258522:=10,13c10,11%0a%3c %0a%3c ->$ apropos Realtek%0a%3c %0a%3c %0a---%0a> $ apropos Realtek%0a> %0a17,18c15,16%0a%3c So there are two options, it is possible to share connection using mobile data like 4G or connect to wifi on smartphone and then share the internet connection to the laptop using usb-tethering, but how?%0a%3c %0a---%0a> So there are two options, it is possible to share connection using mobile data like 4G or connect to wifi on smartphone and then share the internet connection with openBSD using usb-tethering, but how?%0a> %0a23,26c21,22%0a%3c %0a%3c ->Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a%3c %0a%3c %0a---%0a> Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a> %0a28,29c24%0a%3c but that's not everything.%0a%3c %0a---%0a> %0a32,33c27%0a%3c %0a%3c ->urndis0 at uhub0 port 2 configuration 1 interface 0 "SAMSUNG SAMSUNG_Android" rev 2.10/4.00 addr 2%0a---%0a> urndis0 at uhub0 port 2 configuration 1 interface 0 "SAMSUNG SAMSUNG_Android" rev 2.10/4.00 addr 2%0a36,37c30%0a%3c %0a%3c but we still have to tell the computer to get ip address from the smartphone%0a---%0a> but we still have to tell the computer to get ip address from the smartphone.%0a40,43c33,34%0a%3c %0a%3c -># echo dhcp > /etc/hostname.urndis0%0a%3c %0a%3c %0a---%0a> # echo dhcp > /etc/hostname.urndis0%0a> %0a48,55c39,45%0a%3c now we need to have either mobile data or wi-fi enabled on the smartphone, and we should be able to get the internet connection%0a%3c we can test it by typing this in terminal:%0a%3c %0a%3c %0a%3c ->$ ping duckduckgo.com%0a%3c %0a%3c %0a%3c if we get ping and internet connection then congratulations! You can now connect to the internet without having wireless card on the machine :)%0a---%0a> now we need to have either mobile data or wi-fi enabled on the smartphone. We should now be able to get the internet connection%0a> %0a> We can test it by typing this in terminal:%0a> %0a> $ ping duckduckgo.com%0a> %0a> if I get ping and internet connection then congratulations! You can now connect to the internet without having wireless card on the machine :)%0a
+host:1742258640=2.100.7.197
+author:1742258522=monsieur
+diff:1742258522:1742258283:=1,2c1,2%0a%3c It is possible to get internet connection from android based smartphones thanks to [[https://https://man.openbsd.org/urndis.4 | Urndis]].%0a%3c %0a---%0a> It is possible to get internet connection from android based smartphones thanks to[[https://https://man.openbsd.org/urndis.4 | Urndis]].%0a> %0a15,16c15,16%0a%3c So there are two options, it is possible to share connection using mobile data like 4G or connect to wifi on smartphone and then share the internet connection with openBSD using usb-tethering, but how?%0a%3c %0a---%0a> So there are two options, it is possible to share connection using mobile data like 4G or connect to wifi on smartphone and then share the internet connection to the laptop using usb-tethering, but how?%0a> %0a24c24,25%0a%3c %0a---%0a> but that's not everything.%0a> %0a30c31%0a%3c but we still have to tell the computer to get ip address from the smartphone.%0a---%0a> but we still have to tell the computer to get ip address from the smartphone%0a39,42c40,42%0a%3c now we need to have either mobile data or wi-fi enabled on the smartphone. We should now be able to get the internet connection%0a%3c %0a%3c We can test it by typing this in terminal:%0a%3c %0a---%0a> now we need to have either mobile data or wi-fi enabled on the smartphone, and we should be able to get the internet connection%0a> we can test it by typing this in terminal:%0a> %0a45c45%0a%3c if I get ping and internet connection then congratulations! You can now connect to the internet without having wireless card on the machine :)%0a---%0a> if we get ping and internet connection then congratulations! You can now connect to the internet without having wireless card on the machine :)%0a
+host:1742258522=2.100.7.197
+author:1742258283=monsieur
+diff:1742258283:1742258234:=
+host:1742258283=2.100.7.197
+author:1742258234=monsieur
+diff:1742258234:1742258234:=1,45d0%0a%3c It is possible to get internet connection from android based smartphones thanks to[[https://https://man.openbsd.org/urndis.4 | Urndis]].%0a%3c %0a%3c I am not sure if it's possible to get usb tethering from iPhone, but it is possible to share internet connection from smartphones that come with Android (which is based on linux kernel) using USB tethering option.%0a%3c %0a%3c That's a good option for someone, who would like to use openBSD on his laptop/computer with wireless network card that is not supported by openBSD. %0a%3c That's for example my case, I have got a Lenovo laptop that comes with "Realtek 8723BE" card, that has linux drivers, but doesn't have support on openBSD (Possibly because it requires proprietary drivers).%0a%3c %0a%3c For example when I type%0a%3c %0a%3c $ apropos Realtek%0a%3c %0a%3c it displays list of realtek wi-fi cards supported by the openBSD. My 8723BE is not there.%0a%3c %0a%3c I could either get USB a wi-fi dongle with supported chipset or share internet connection with openBSD laptop using Android Smartphone.%0a%3c So there are two options, it is possible to share connection using mobile data like 4G or connect to wifi on smartphone and then share the internet connection to the laptop using usb-tethering, but how?%0a%3c %0a%3c So I am using Samsung S8 in that case. When I connect the smartphone to my laptop via USB I get asked what do I want to use the device for, normally default option is something like charging phone only. %0a%3c There's also for example transferring files, MIDI or USB Tethering. So we gotta choose the usb tethering option%0a%3c %0a%3c or I can open:%0a%3c Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a%3c %0a%3c switching the usb tethering on will share the internet connection from the smartphone to the laptop!%0a%3c but that's not everything.%0a%3c %0a%3c If I type [code]dmesg | less[/code] after I connect the smartphone I can see that android device has been detected as:%0a%3c %0a%3c urndis0 at uhub0 port 2 configuration 1 interface 0 "SAMSUNG SAMSUNG_Android" rev 2.10/4.00 addr 2%0a%3c urndis0: using RNDIS, address 02:00:57:55:6c:3a%0a%3c %0a%3c but we still have to tell the computer to get ip address from the smartphone%0a%3c to do that we have to type this line in terminal as root%0a%3c %0a%3c # echo dhcp > /etc/hostname.urndis0%0a%3c %0a%3c now we gotta reboot%0a%3c make sure that you enable usb tethering again on the phone as soon as openBSD starts to boot up! %0a%3c now during the boot openBSD will automatically get configured to share the internet connection between the smartphone and computer!%0a%3c %0a%3c now we need to have either mobile data or wi-fi enabled on the smartphone, and we should be able to get the internet connection%0a%3c we can test it by typing this in terminal:%0a%3c %0a%3c $ ping duckduckgo.com%0a%3c %0a%3c if we get ping and internet connection then congratulations! You can now connect to the internet without having wireless card on the machine :)%0a
+host:1742258234=2.100.7.197
blob - /dev/null
blob + 0a1703f53183387adf6795d4b3e7ef8a42b8a6fa (mode 644)
--- /dev/null
+++ wiki.d/Ifconfig.Urndis-Draft,del-1742293258
@@ -0,0 +1,33 @@
+version=pmwiki-2.3.20 ordered=1 urlencoded=1
+agent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36
+author=monsieur
+charset=UTF-8
+csum=
+ctime=1742258234
+host=2.100.7.197
+name=Ifconfig.Urndis-Draft
+rev=7
+targets=
+text=It is possible to get internet connection from android based smartphones thanks to [[https://https://man.openbsd.org/urndis.4 | Urndis]].%0a%0aI am not sure if it's possible to get usb tethering from iPhone, but it is possible to share internet connection from smartphones that come with Android (which is based on linux kernel) using USB tethering option.%0a%0aThat's a good option for someone, who would like to use openBSD on his laptop/computer with wireless network card that is not supported by openBSD. %0aThat's for example my case, I have got a Lenovo laptop that comes with "Realtek 8723BE" card, that has linux drivers, but doesn't have support on openBSD (Possibly because it requires proprietary drivers).%0a%0aFor example when I type%0a%0a%0a->$ apropos Realtek%0a%0a%0ait displays list of realtek wi-fi cards supported by the openBSD. My 8723BE is not there.%0a%0aI could either get USB a wi-fi dongle with supported chipset or share internet connection with openBSD laptop using Android Smartphone.%0aSo there are two options, it is possible to share connection using mobile data like 4G or connect to wifi on smartphone and then share the internet connection to the laptop using usb-tethering, but how?%0a%0aSo I am using Samsung S8 in that case. When I connect the smartphone to my laptop via USB I get asked what do I want to use the device for, normally default option is something like charging phone only. %0aThere's also for example transferring files, MIDI or USB Tethering. So we gotta choose the usb tethering option%0a%0aor I can open:%0a->Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a%0aswitching the usb tethering on will share the internet connection from the smartphone to the laptop!%0abut that's not everything.%0a%0aIf I type '''$ dmesg | less''' after I connect the smartphone I can see that android device has been detected as:%0a%0a->urndis0 at uhub0 port 2 configuration 1 interface 0 "SAMSUNG SAMSUNG_Android" rev 2.10/4.00 addr 2%0a->urndis0: using RNDIS, address 02:00:57:55:6c:3a%0a%0abut we still have to tell the computer to get ip address from the smartphone%0ato do that we have to type this line in terminal as root%0a%0a-># echo dhcp > /etc/hostname.urndis0%0a%0anow we gotta reboot%0amake sure that you enable usb tethering again on the phone as soon as openBSD starts to boot up! %0anow during the boot openBSD will automatically get configured to share the internet connection between the smartphone and computer!%0a%0anow we need to have either mobile data or wi-fi enabled on the smartphone, and we should be able to get the internet connection%0awe can test it by typing this in terminal:%0a%0a->$ ping duckduckgo.com%0a%0aif we get ping and internet connection then congratulations! You can now connect to the internet without having wireless card on the machine :)%0a
+time=1742258802
+author:1742258802=monsieur
+diff:1742258802:1742258761:=28c28%0a%3c If I type '''$ dmesg | less''' after I connect the smartphone I can see that android device has been detected as:%0a---%0a> If I type [code]dmesg | less[/code] after I connect the smartphone I can see that android device has been detected as:%0a
+host:1742258802=2.100.7.197
+author:1742258761=monsieur
+diff:1742258761:1742258702:=23,24c23,24%0a%3c ->Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a%3c %0a---%0a> Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a> %0a28,29c28,30%0a%3c If I type [code]dmesg | less[/code] after I connect the smartphone I can see that android device has been detected as:%0a%3c %0a---%0a> If I type '''dmesg | less''' after I connect the smartphone I can see that android device has been detected as:%0a> %0a> %0a31,32c32,34%0a%3c ->urndis0: using RNDIS, address 02:00:57:55:6c:3a%0a%3c %0a---%0a> urndis0: using RNDIS, address 02:00:57:55:6c:3a%0a> %0a> %0a35a38%0a> %0a37a41%0a> %0a45c49%0a%3c ->$ ping duckduckgo.com%0a---%0a> $ ping duckduckgo.com%0a
+host:1742258761=2.100.7.197
+author:1742258702=monsieur
+diff:1742258702:1742258640:=23,24c23,26%0a%3c Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a%3c %0a---%0a> %0a> ->Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a> %0a> %0a28,30c30,32%0a%3c If I type '''dmesg | less''' after I connect the smartphone I can see that android device has been detected as:%0a%3c %0a%3c %0a---%0a> If I type [code]dmesg | less[/code] after I connect the smartphone I can see that android device has been detected as:%0a> %0a> %0a49c51,53%0a%3c $ ping duckduckgo.com%0a---%0a> %0a> ->$ ping duckduckgo.com%0a> %0a
+host:1742258702=2.100.7.197
+author:1742258640=monsieur
+diff:1742258640:1742258522:=10,13c10,11%0a%3c %0a%3c ->$ apropos Realtek%0a%3c %0a%3c %0a---%0a> $ apropos Realtek%0a> %0a17,18c15,16%0a%3c So there are two options, it is possible to share connection using mobile data like 4G or connect to wifi on smartphone and then share the internet connection to the laptop using usb-tethering, but how?%0a%3c %0a---%0a> So there are two options, it is possible to share connection using mobile data like 4G or connect to wifi on smartphone and then share the internet connection with openBSD using usb-tethering, but how?%0a> %0a23,26c21,22%0a%3c %0a%3c ->Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a%3c %0a%3c %0a---%0a> Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a> %0a28,29c24%0a%3c but that's not everything.%0a%3c %0a---%0a> %0a32,33c27%0a%3c %0a%3c ->urndis0 at uhub0 port 2 configuration 1 interface 0 "SAMSUNG SAMSUNG_Android" rev 2.10/4.00 addr 2%0a---%0a> urndis0 at uhub0 port 2 configuration 1 interface 0 "SAMSUNG SAMSUNG_Android" rev 2.10/4.00 addr 2%0a36,37c30%0a%3c %0a%3c but we still have to tell the computer to get ip address from the smartphone%0a---%0a> but we still have to tell the computer to get ip address from the smartphone.%0a40,43c33,34%0a%3c %0a%3c -># echo dhcp > /etc/hostname.urndis0%0a%3c %0a%3c %0a---%0a> # echo dhcp > /etc/hostname.urndis0%0a> %0a48,55c39,45%0a%3c now we need to have either mobile data or wi-fi enabled on the smartphone, and we should be able to get the internet connection%0a%3c we can test it by typing this in terminal:%0a%3c %0a%3c %0a%3c ->$ ping duckduckgo.com%0a%3c %0a%3c %0a%3c if we get ping and internet connection then congratulations! You can now connect to the internet without having wireless card on the machine :)%0a---%0a> now we need to have either mobile data or wi-fi enabled on the smartphone. We should now be able to get the internet connection%0a> %0a> We can test it by typing this in terminal:%0a> %0a> $ ping duckduckgo.com%0a> %0a> if I get ping and internet connection then congratulations! You can now connect to the internet without having wireless card on the machine :)%0a
+host:1742258640=2.100.7.197
+author:1742258522=monsieur
+diff:1742258522:1742258283:=1,2c1,2%0a%3c It is possible to get internet connection from android based smartphones thanks to [[https://https://man.openbsd.org/urndis.4 | Urndis]].%0a%3c %0a---%0a> It is possible to get internet connection from android based smartphones thanks to[[https://https://man.openbsd.org/urndis.4 | Urndis]].%0a> %0a15,16c15,16%0a%3c So there are two options, it is possible to share connection using mobile data like 4G or connect to wifi on smartphone and then share the internet connection with openBSD using usb-tethering, but how?%0a%3c %0a---%0a> So there are two options, it is possible to share connection using mobile data like 4G or connect to wifi on smartphone and then share the internet connection to the laptop using usb-tethering, but how?%0a> %0a24c24,25%0a%3c %0a---%0a> but that's not everything.%0a> %0a30c31%0a%3c but we still have to tell the computer to get ip address from the smartphone.%0a---%0a> but we still have to tell the computer to get ip address from the smartphone%0a39,42c40,42%0a%3c now we need to have either mobile data or wi-fi enabled on the smartphone. We should now be able to get the internet connection%0a%3c %0a%3c We can test it by typing this in terminal:%0a%3c %0a---%0a> now we need to have either mobile data or wi-fi enabled on the smartphone, and we should be able to get the internet connection%0a> we can test it by typing this in terminal:%0a> %0a45c45%0a%3c if I get ping and internet connection then congratulations! You can now connect to the internet without having wireless card on the machine :)%0a---%0a> if we get ping and internet connection then congratulations! You can now connect to the internet without having wireless card on the machine :)%0a
+host:1742258522=2.100.7.197
+author:1742258283=monsieur
+diff:1742258283:1742258234:=
+host:1742258283=2.100.7.197
+author:1742258234=monsieur
+diff:1742258234:1742258234:=1,45d0%0a%3c It is possible to get internet connection from android based smartphones thanks to[[https://https://man.openbsd.org/urndis.4 | Urndis]].%0a%3c %0a%3c I am not sure if it's possible to get usb tethering from iPhone, but it is possible to share internet connection from smartphones that come with Android (which is based on linux kernel) using USB tethering option.%0a%3c %0a%3c That's a good option for someone, who would like to use openBSD on his laptop/computer with wireless network card that is not supported by openBSD. %0a%3c That's for example my case, I have got a Lenovo laptop that comes with "Realtek 8723BE" card, that has linux drivers, but doesn't have support on openBSD (Possibly because it requires proprietary drivers).%0a%3c %0a%3c For example when I type%0a%3c %0a%3c $ apropos Realtek%0a%3c %0a%3c it displays list of realtek wi-fi cards supported by the openBSD. My 8723BE is not there.%0a%3c %0a%3c I could either get USB a wi-fi dongle with supported chipset or share internet connection with openBSD laptop using Android Smartphone.%0a%3c So there are two options, it is possible to share connection using mobile data like 4G or connect to wifi on smartphone and then share the internet connection to the laptop using usb-tethering, but how?%0a%3c %0a%3c So I am using Samsung S8 in that case. When I connect the smartphone to my laptop via USB I get asked what do I want to use the device for, normally default option is something like charging phone only. %0a%3c There's also for example transferring files, MIDI or USB Tethering. So we gotta choose the usb tethering option%0a%3c %0a%3c or I can open:%0a%3c Settings > Connections > Mobile Hotspot and Tethering > USB tethering:%0a%3c %0a%3c switching the usb tethering on will share the internet connection from the smartphone to the laptop!%0a%3c but that's not everything.%0a%3c %0a%3c If I type [code]dmesg | less[/code] after I connect the smartphone I can see that android device has been detected as:%0a%3c %0a%3c urndis0 at uhub0 port 2 configuration 1 interface 0 "SAMSUNG SAMSUNG_Android" rev 2.10/4.00 addr 2%0a%3c urndis0: using RNDIS, address 02:00:57:55:6c:3a%0a%3c %0a%3c but we still have to tell the computer to get ip address from the smartphone%0a%3c to do that we have to type this line in terminal as root%0a%3c %0a%3c # echo dhcp > /etc/hostname.urndis0%0a%3c %0a%3c now we gotta reboot%0a%3c make sure that you enable usb tethering again on the phone as soon as openBSD starts to boot up! %0a%3c now during the boot openBSD will automatically get configured to share the internet connection between the smartphone and computer!%0a%3c %0a%3c now we need to have either mobile data or wi-fi enabled on the smartphone, and we should be able to get the internet connection%0a%3c we can test it by typing this in terminal:%0a%3c %0a%3c $ ping duckduckgo.com%0a%3c %0a%3c if we get ping and internet connection then congratulations! You can now connect to the internet without having wireless card on the machine :)%0a
+host:1742258234=2.100.7.197