Guest User

Untitled

a guest
Feb 23rd, 2018
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. # disable to running chilli. remove this option before running.
  2. #option disabled 1
  3.  
  4. # name of TUN device name. required.
  5. #option tundev 'tun0'
  6. #option network 192.168.98.3
  7. #option fg
  8. #option debug 9
  9. #option interval 3600
  10. #option pidfile /var/run/chilli.pid
  11. #option statedir ./
  12.  
  13.  
  14. #option dns1 8.8.8.8
  15. #option dns2 8.8.4.4
  16.  
  17. # Tunnel and Subnet
  18. #option tundev 'tun0'
  19. #option net 192.168.182.3/102 # For 1000 addresses. Default is 182/24 subnet
  20. #option uamlisten 192.168.180.1/2 # keep it at 182.1 despite the 180/22 subnet
  21. #option lease 86400 # 1 day
  22. #option leaseplus 600
  23.  
  24.  
  25. HS_LOC_ID="1"
  26. HS_LOC_NAME="<human readible location name>"
  27. HS_NASID="test2"
  28.  
  29.  
  30. HS_DNS1=8.8.8.8
  31. HS_DNS2=8.8.4.4
  32.  
  33. HS_WANIF=eth1 # WAN Interface toward the Internet
  34. HS_LANIF=br-lan # Subscriber Interface for client devices
  35. HS_UAMPORT=3990 # HotSpot UAM Port (on subscriber network)
  36. HS_UAMUIPORT=4990 # HotSpot UAM "UI" Port (on subscriber network, for embedded portal)
  37. HS_MAXCLIENTS=4096
  38.  
  39. HS_NETWORK=192.168.99.10
  40. HS_NETMASK=255.255.255.0
  41. HS_UAMLISTEN=192.168.99.1
  42. #HS_DNS_DOMAIN=wifipanda.ru
  43. #HS_DYNIP=192.168.99.11
  44. HS_DYNIP_MASK=255.255.255.0
  45. HS_RADIUS=185.20.225.132
  46. HS_RADIUS2=185.20.225.132
  47. HS_LEASE=172800
  48. HS_SWAPOCTETS="on"
  49. #option radiusauthport 1812
  50.  
  51. HS_UAMHOMEPAGE="http://wifipanda.ru/"
  52. HS_UAMFORMAT="http://wifipanda.ru/"
  53. HS_PROVIDER="WifiPanda"
  54. HS_PROVIDER_LINK="http://wifipanda.ru/"
  55.  
  56. HS_MODE=hotspot
  57. HS_TYPE=chillispot
  58. hs_lan_access="deny"
  59.  
  60. HS_RADCONF="off"
  61. HS_UAMSERVER="185.20.225.132"
  62. HS_UAMSECRET="Kah"
  63. HS_RADSECRET="Kah"
  64. HS_AAA="radius"
  65.  
  66. HS_UAMALLOW="ip.xss.myip.ru, 185.20.225.132, wifipanda.ru"
  67.  
  68. HS_UAMDOMAINS=".ip.xss.myip.ru .wifipanda.ru"
  69.  
  70.  
  71.  
  72. # TUN parameters
  73. #option net 192.168.99.6/100
  74. #option dynip 192.168.98.3/255
  75. #option statip 192.168.98.3/255
  76. #option dns1 8.8.8.8
  77. #option dns2 8.8.4.4
  78. #option domain wifipanda.ru
  79. #option ipup /etc/chilli.ipup
  80. #option ipdown /etc/chilli.ipdown
  81.  
  82.  
  83. # Radius parameters
  84. #option radiuslisten 127.0.0.1
  85. #option radiusserver1 185.20.225.132
  86. #option radiusserver2 185.20.225.132
  87. #option radiusauthport 1812
  88. #option radiusacctport 1813
  89. #option radiussecret Kah
  90. #option radiusnasid nas01
  91. #option locationname "<human readible location name>"
  92. #option radiuslocationname "<SSID>,<sub-ID>"
  93. #option radiuslocationid "isocc=<cc>,cc=<idd>,ac=<ac>,network=<SSID>"
  94.  
  95. # Radius proxy parameters
  96. #option proxylisten 10.0.0.1
  97. #option proxyport 1645
  98. #option proxyclient 10.0.0.1/24
  99. #option proxysecret testing123
  100.  
  101.  
  102. # DHCP Parameters
  103. #option dhcpif br-lan
  104. #option dhcpmac 00:00:5E:00:02:00
  105. #option lease 600
  106. #option uamserver https://wifipanda.ru
  107. #option uamhomepage http://192.168.182.1/welcome.html
  108. #option uamsecret Kah
  109. #option uamlisten 192.168.182.1
  110. #option uamport 3990
  111. #option uamallowed google.ru,wifipanda.ru,185.20.225.132
  112. #option uamdomain .google.ru,.wifipanda.ru
  113. #option uamanydns
  114.  
  115.  
  116. # MAC authentication
  117. #option macauth
  118. #option macallowed 00-0A-5E-AC-BE-51,00-30-1B-3C-32-E9
  119. #option macpasswd password
  120. #option macsuffix suffix
Add Comment
Please, Sign In to add comment