home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / vmsnet / networks / tcpip / ucx / 255 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.7 KB

  1. Path: sparky!uunet!stanford.edu!agate!usenet.ins.cwru.edu!gatech!rpi!usc!cs.utexas.edu!rutgers!spcvxb!terry
  2. From: terry@spcvxb.spc.edu (Terry Kennedy, Operations Mgr.)
  3. Newsgroups: vmsnet.networks.tcp-ip.ucx
  4. Subject: Re: Need help on limiting Telnet and FTP access
  5. Message-ID: <1993Jan7.121716.4845@spcvxb.spc.edu>
  6. Date: 7 Jan 93 17:17:16 GMT
  7. References: <1ihfabINNibt@savoy.cc.williams.edu>
  8. Organization: St. Peter's College, US
  9. Lines: 30
  10.  
  11. In article <1ihfabINNibt@savoy.cc.williams.edu>, anderson@Williams.EDU writes:
  12. >   My problem is getting FTP to do the same thing.  tt_accpornam is never filled
  13. > by the ftpd process and I have come up with no other way to solve this problem.
  14. > Has anyone out there in netland done any "filtering" like this?  Any input
  15. > would be greatly appreciated.
  16.  
  17.   If you're using V2.0, the security screening stuff should do what you need.
  18. Here's an example of a SHOW SERVICE for a service with screening set up to
  19. only allow local access:
  20.  
  21. | Security
  22. |  Reject msg:  Service not allowed from off-campus hosts.
  23. |  Accept host: 0.0.0.0
  24. |  Accept netw: 192.107.46.0:255.255.255.0
  25.  
  26.   Note that the documentation and help are both wrong on the format of the
  27. screening parameters. Here's the correct syntax:
  28.  
  29. | UCX> SET SERVICE service/accept=(net:(a.b.c.d:e.f.g.h))
  30.  
  31.   where a.b.c.d is the net number and e.f.g.h is the net mask.
  32.  
  33.   Lastly, you should only define the reject message for services where a
  34. message makes sense - FTP should be Ok, but (for example) NFS wouldn't. In
  35. the NFS case, the mount will fail due to the security screening anyway, so
  36. the user should get the idea.
  37.  
  38.     Terry Kennedy        Operations Manager, Academic Computing
  39.     terry@spcvxa.bitnet    St. Peter's College, Jersey City, NJ USA
  40.     terry@spcvxa.spc.edu    +1 201 915 9381
  41.