https://github.com/thetechromancer/share-net
Internet connection sharing made simple with a straightforward bash script
https://github.com/thetechromancer/share-net
Last synced: about 1 year ago
JSON representation
Internet connection sharing made simple with a straightforward bash script
- Host: GitHub
- URL: https://github.com/thetechromancer/share-net
- Owner: TheTechromancer
- Created: 2018-03-17T22:22:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T13:52:31.000Z (over 7 years ago)
- Last Synced: 2024-12-14T11:13:07.498Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShareNET
#### Internet connection sharing made simple with a straight-forward bash script
#### Features:
- Share ethernet to wireless, vice versa, or any combination
- Supports NAT (great for circumventing hotel/airline Wi-Fi fees)
- No arguments are necessary in most cases - it just works!
#### Known limitations:
- Wi-Fi interface must support AP mode in order to be used as a hotspot
- Wi-Fi interfaces sometimes do not like to be bridged. Use NAT (the default) instead
~~~~
Usage: share-net.sh [options]
Options:
-i
-s
-d e.g. 10.0.0.0
-b enable bridged mode (instead of NAT)
Programs required:
dnsmasq hostapd iptables ip
~~~~