Dante – socks server
1.Download 2.compile 3.config 4.Run 1. wget ftp://ftp.inet.no/pub/socks/dante-1.4.2.tar.gz 2. yum install gcc (kenel headers & etc) 2.1 tar zxvf dante-1.4.2.tar.gz cd dante-1.4.2 ./configure make && make install
1.Download 2.compile 3.config 4.Run 1. wget ftp://ftp.inet.no/pub/socks/dante-1.4.2.tar.gz 2. yum install gcc (kenel headers & etc) 2.1 tar zxvf dante-1.4.2.tar.gz cd dante-1.4.2 ./configure make && make install
1. Create 1.1 Levels 2. Monitor 2.1 Follow 3. Build Manage 4. Grow 5. hints
Needed packages nfs-utils nfs-utils-lib Important files /etc/exports ; /etc/fstab tba
Install samba server yum/apt-get install samba samba-common On client you need yum/apt-get cifs-utils Main config file on server is located in /etc/samba/smb.conf . A lot of help in man page-> man smb.conf example config for anonymous share.
Tips 1.Hide apache version and OS identitty vim /etc/httpd/httpd.conf ServerSignature Off ServerTokens Prod 2.Disable directory listing webhost config file <Directory /var/www/@@@> Options –Indexes </Directory> 3.Disable Unnecessary Modules 4.Use mod_security 5.Turn off Server Side Includes and CGI Execution 6.Limit Request Size 7.Use only TLS, Disable SSlv2, SSlV3, Disable ssl conpression add in webhost config file SSLProtocol …