antinat.xml 453 B

1234567891011121314151617181920
  1. <?xml version='1.0'?>
  2. <antinatconfig>
  3. <!-- Any interface -->
  4. <interface value='127.0.0.1'/>
  5. <!-- Port to listen on -->
  6. <port value='32768'/>
  7. <!-- What security methods do we offer clients? -->
  8. <authchoice>
  9. <select mechanism='anonymous'/>
  10. <select mechanism='chap'/>
  11. <select mechanism='cleartext'/>
  12. </authchoice>
  13. <!-- Which connections should we accept or reject? -->
  14. <filter>
  15. <accept/>
  16. </filter>
  17. </antinatconfig>