-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyfiac.conf.example
34 lines (27 loc) · 991 Bytes
/
pyfiac.conf.example
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
26
27
28
29
30
31
32
33
#PyFiAC Configuration File
#Looked for in:
#~/.pyfiac.conf
#./pyfiac.conf
#/etc/pyfiac.conf
[defaults]
global.wifidev = wlan0 #Device to use for wireless connections
[preset(1)] #Preset number 1
network.connect = static #Type of connection, can be static or dhcp
network.ip = 192.168.1.128 #IP address to use for static connections
network.netmask = 255.255.255.0 #Netmask to use for static connections
network.gateway = 192.168.1.1 #Gateway to use for static connections
[preset(2)]
network.connect = static
network.ip = 192.168.0.128
network.netmask = 255.255.255.0
network.gateway = 192.168.0.1
[network]
network.preset = 1 #Use values from preset 1
network.essid = jiangweb #Network name
network.encryption = wep #Network encryption, can be wep, wpa, or none
network.key = 29fe47ad84354e0bbd995ded6a #Network key, prefix with "s:" if not hex.
[network]
network.connect = dhcp
network.essid = othertest
network.encryption = wep
network.key = s:omgwtfbbqkthx