Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lwc:windows:wifi [2022/05/19 17:09] John Harrisonlwc:windows:wifi [2024/10/07 20:26] (current) John Harrison
Line 1: Line 1:
 ==== sharing Internet ==== ==== sharing Internet ====
-You can share Internet between two network adapters (for example Wi-Fi <-> Ethernet) without any additional apps or hardware. Just choose ''sharing'' option on the network you want to have shared. For example to share Wi-Fi connection with Ethernet choose sharing on Wi-Fi. There's a DHCP server that will automatically run on the adapter you are sharing to and it sets the adapter to IP ''192.158.137.1''. I couldn't find a way to find out the IP addresses it assigned except to ping (and there's no broadcast ping). Something like (cmd prompt):+You can share Internet between two network adapters (for example Wi-Fi <-> Ethernet) without any additional apps or hardware. Just choose ''sharing'' option on the network you want to have shared. For example to share Wi-Fi connection with Ethernet choose sharing on Wi-Fi. There's a DHCP server that will automatically run on the adapter you are sharing to and it sets the adapter to IP ''192.168.137.1''. I couldn't find a way to find out the IP addresses it assigned except to ping (and there's no broadcast ping). Something like (cmd prompt):
   * ''FOR /L %i in (1,1,255) do @ping -n 1 192.168.137.%i >> [FILENAME]''   * ''FOR /L %i in (1,1,255) do @ping -n 1 192.168.137.%i >> [FILENAME]''
 +You can search the file with the output for ''Approx''. Those IP addresses will be the assigned ones from the DHCP server.
 +
 From there you can ssh in but you need to get permissions correct (read from you only and no inheritance) for the cert (I could only get private cert to work i.e. ''-i [PRIVATE_CERT_FILE])'' From there you can ssh in but you need to get permissions correct (read from you only and no inheritance) for the cert (I could only get private cert to work i.e. ''-i [PRIVATE_CERT_FILE])''
  
Line 13: Line 15:
   * [[http://www.windowscentral.com/how-manage-wireless-networks-using-command-prompt-windows-10]]   * [[http://www.windowscentral.com/how-manage-wireless-networks-using-command-prompt-windows-10]]
   * http://www.hanselman.com/blog/HowToConnectToAWirelessWIFINetworkFromTheCommandLineInWindows7.aspx]]   * http://www.hanselman.com/blog/HowToConnectToAWirelessWIFINetworkFromTheCommandLineInWindows7.aspx]]
- 
- 
   * handy for ascii <-> hex: [[http://www.asciitohex.com/]]   * handy for ascii <-> hex: [[http://www.asciitohex.com/]]
  
 {{ :lwc:windows:wireless_network_connection-filimin_14064969.xml |}} {{ :lwc:windows:wireless_network_connection-filimin_14064969.xml |}}
  
  • lwc/windows/wifi.1652998189.txt.gz
  • Last modified: 2022/05/19 17:09
  • by John Harrison