Advertisement
Guest User

Untitled

a guest
Mar 17th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. shared-network WPA-ROAMING-DOMAIN {
  2. authoritative;
  3. ping-check false;
  4. one-lease-per-client true;
  5.  
  6. # Eduroam Networks
  7. option domain-name "wireless-s.units.it";
  8. default-lease-time 600;
  9. max-lease-time 1200;
  10.  
  11. subnet 140.105.232.0 netmask 255.255.252.0 {
  12. option routers 140.105.235.254;
  13. option broadcast-address 140.105.235.255;
  14. pool {
  15. failover peer "dhcp-failover";
  16. deny dynamic bootp clients;
  17. range 140.105.232.1 140.105.235.240;
  18. }
  19. include "/etc/dhcp3/wpa/140.105.232.0.conf";
  20. }
  21.  
  22. subnet 140.105.224.0 netmask 255.255.254.0 {
  23. option routers 140.105.225.254;
  24. option broadcast-address 140.105.225.255;
  25. pool {
  26. failover peer "dhcp-failover";
  27. deny dynamic bootp clients;
  28. range 140.105.224.1 140.105.225.251;
  29. }
  30. }
  31.  
  32. subnet 140.105.108.0 netmask 255.255.254.0 {
  33. option routers 140.105.109.254;
  34. option broadcast-address 140.105.109.255;
  35. pool {
  36. failover peer "dhcp-failover";
  37. deny dynamic bootp clients;
  38. range 140.105.108.1 140.105.109.253;
  39. }
  40. }
  41.  
  42. subnet 140.105.104.0 netmask 255.255.254.0 {
  43. option routers 140.105.105.254;
  44. option broadcast-address 140.105.105.255;
  45. pool {
  46. failover peer "dhcp-failover";
  47. deny dynamic bootp clients;
  48. range 140.105.104.1 140.105.105.253;
  49. }
  50. }
  51.  
  52.  
  53. # Subnet 0: 1 classe C pubblica con INTERFACCIA DI RELAY
  54. subnet 140.105.137.0 netmask 255.255.255.0 {
  55. option routers 140.105.137.254;
  56. option broadcast-address 140.105.137.255;
  57. include "/etc/dhcp3/wpa/140.105.137.0.conf";
  58. }
  59.  
  60. subnet 172.30.137.0 netmask 255.255.255.0 {
  61. option routers 172.30.137.254;
  62. option broadcast-address 172.30.137.255;
  63. include "/etc/dhcp3/wpa/172.30.137.0.conf";
  64. }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement