Created
May 23, 2024 09:34
-
-
Save realyukii/ea3ae0a3d7afce7433dbe651acdc70e0 to your computer and use it in GitHub Desktop.
Make your laptop into a working repeater/hotspot
This file contains hidden or 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
| bind-interfaces | |
| no-resolv | |
| dhcp-range=192.168.33.2,192.168.33.20,12h | |
| dhcp-option=3,192.168.33.1 # Gateway (gw) | |
| dhcp-option=6,192.168.33.1 # DNS | |
| log-queries | |
| log-dhcp | |
| listen-address=192.168.33.1 |
This file contains hidden or 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
| interface=wlan1 | |
| ssid=file-sharing | |
| channel=6 | |
| hw_mode=g | |
| wpa=2 | |
| wpa_passphrase=password123 | |
| wpa_key_mgmt=WPA-PSK |
Author
Author
Related link
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To enable internet access, use the following command:
make sure it's applied:
flush or delete the rule:
Link and Reference