key "rndc-key" { algorithm hmac-md5; secret "THINGS"; }; controls { inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { "rndc-key"; }; }; acl permited { 127.0.0.0/8; 192.168.0.0/16…
Network Services/
Symptopms : apr_sockaddr_info_get() $ nano /etc/apache2/httpd.conf ServerName localhost $ sudo /etc/init.d/apache2 start * Starting web server (apache2)... httpd (pid 12023) alread…
#Remote Desktop port forwarding $IPTABLES -t nat -A PREROUTING -p tcp --dport 3389 -j DNAT --to-destination {INTIP} :3389
tcpdump -i <interface> -n port 67 or port 68 Ports 67 and 68 are specifically for DHCP traffic - 67 for requests and 68 for responses. Server Success Running dhclient from th…
<VirtualHost {ip}:80> DocumentRoot {/var/svn} ServerName {svn.domain.tld} ServerAdmin [email protected] ErrorLog /var/log/apache2/error_log CustomLog /var/log/apache2/access_log…
# Red Hat Linux firewall using iptables## Created: October 2002# Last Revised: August 2006## Authors: Dennis G. Allard ([email protected]) and Don Cohen ([email protected])##…
<IfDefine SSL> <VirtualHost {IP}:443> DocumentRoot {/path/to/dir} ServerName {sub.domain.tld} ServerAdmin {[email protected]} SSLEngine on SSLCertificateFile {/etc/apache2/ssl/…