Internet Connection Sharing: Difference between revisions
imported>Onny mNo edit summary |
imported>Prateekrajgautam No edit summary |
||
| Line 11: | Line 11: | ||
sudo create_ap wlan0 eth0 MyAccessPoint | sudo create_ap wlan0 eth0 MyAccessPoint | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Here <code>eth0</code> is the ethernet interface connected to the internet, and <code>wlan0</code> is the wifi interface to share the internet connection with a wifi hotspot. However, these names may not be the same on your system. To check the name of your hardware interface use the command <code>ifconfig</code> or <code>ifconfig | grep ^[^:]*:</code> It will list network adapters on your system. Then modify command accordingly <code>sudo create_ap <wifiInterfaceName> <ethernetInterfaceName> MyAccessPoint <Password></code> | |||
=== Configuration === | === Configuration === | ||