-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://askubuntu.com/questions/62166/siocsifflags-operation-not-possible-due-to-rf-kill http://alexkutsan.blogspot.com/2012/03/siocsifflags-operation-not-possible-due.html http://dragonflybsd.blogspot.com/2013/10/debian-allow-hotplug-auto.html https://forum.ubuntu.ru/index.php?topic=297273.0
- Loading branch information
Showing
6 changed files
with
53 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Network | ||
|
||
Default network is setup as router. | ||
|
||
`wlan0` and `eth0` is combined by bridge-utils to `br0`. | ||
|
||
And if you connect USB external network card or cell modem `eth1` will nated to `br0`. | ||
|
||
> dhcp client works on `eth1`. | ||
There is `dnsmasq`. It works in `br0` network. | ||
|
||
The network has `192.168.11.0/24` addressing with `192.168.11.1` gateway. Also you can use domain name that equals the project name (by default `theimage`). | ||
|
||
There is `hostapd`. It provide Wi-Fi AP. It's called `project-1234`. | ||
|
||
Settings place in three files: | ||
|
||
1. `/etc/dnsmasq.conf` | ||
2. `/etc/hostapd/hostapd.conf` | ||
3. `/etc/network/interfaces` |