net.conf 612 B

1234567891011121314151617
  1. # This is the net backend config file.
  2. ## net backend options
  3. # Timeout for the initial connection to saned. This will prevent the backend
  4. # from blocking for several minutes trying to connect to an unresponsive
  5. # saned host (network outage, host down, ...). Value in seconds.
  6. connect_timeout = 20
  7. ## saned hosts
  8. # Each line names a host to attach to.
  9. # If you list "localhost" then your backends can be accessed either
  10. # directly or through the net backend. Going through the net backend
  11. # may be necessary to access devices that need special privileges.
  12. localhost
  13. 192.168.1.123
  14. 192.168.1.101
  15. 192.168.1.0/24