public
Description: lightweight network sharing - share your mobile connection via wifi
Homepage: http://github.com/stef/wshare/wikis
Clone URL: git://github.com/stef/wshare.git
Click here to lend your support to: wshare and make a donation at www.pledgie.com !
wshare / wshare.conf
100644 25 lines (19 sloc) 0.595 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#------------------
### Common settings
 
# set internal network, over which the external is shared
# innet=ath0
# set the essid of the shared network master
# essid=wshared
# to enable encryption set this, warning this is untested
# key=s:Password
 
#------------------
### Master settings
 
# specify the subnet of the internal network
# this must be in the /24 range currently...
# so only specify networks with 3 of four octets
# subnet=10.17.17
 
# specify which network to share, this is the device that connects to the
# internet
# exnet=ppp0
 
# specify Master IP address
# ownip=10.17.17.1