User Tools

Site Tools


articles

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
articles [2019/07/13 18:15] – [Netflow tunneling] veeraarticles [2022/11/16 16:34] veera
Line 106: Line 106:
  
 [[admin:udpserver|Check if UDP packets are received]] [[admin:udpserver|Check if UDP packets are received]]
 +===== SNMP =====
 +
 +[[articles:portvlanid|Mapping Port names to VLAN ID]] 
 +
 ===== External links ===== ===== External links =====
 [[Get google api key: Get Google API Key]] [[Get google api key: Get Google API Key]]
  
 [[Other links: external_links]] [[Other links: external_links]]
 +
 +
 +[[https://docs.tenable.com/nnm/deployment/Content/VM/Hyper-VInternal.htm|How to mirror traffic from external port to a VM in Hyper-V (Tenable)]]
 +
 +
 +===== Application =====
 +[[admin:restart_webtrisul_cron|How to restart webtrisuld via cron]]
 +
 +===== Security and Hardening =====
 +
 +[[admin:disableweaksshkeyexchange|How to disable weak Key Exchange algorithms for ssh]]
 +
 +
 +===== Mount CIFS and NFS =====
 +
 +A common technique is to mount the archive area onto a NFS or a CIFS share.
 +
 +
 +One gotcha is you need to add the trisul.trisul user id while mounting the CIFS share. Otherwise the archiver will not be able to access the share.
 +
 +
 +[code]
 +
 +# get the user and group ID of trisul.trisul
 +id -u trisul
 +id -g trisul
 +
 +
 +# use the uid= and guid= options 
 +//192.168.1.181/windowsShare1TrisulData  /home/TrisDataArchive/  cifs  username=Bob,password=mypassword,uid=995,gid=997,file_mode=0770,dir_mode=0770,noperm 0 0
 +
 +[/code]
 +
  
  
articles.txt · Last modified: 2024/06/25 13:05 by partha