Some old windows servers require authentication through the old NTLM protocol, luckily with the help from squid, samba and winbind we can do this under Linux. Some URLs a much of this information was gathered from are: http://wiki.squid-cache.org/ConfigExamples/Authenticate/NtlmCentOS5 http://wiki.squid-cache.org/ConfigExamples/Authenticate/Ntlm HOW TO In order to authenticate through winbind we will be…
Iptables is a powerful firewall/packet filtering framework inside Linux, and obviously used for firewalls on desktop, servers, and even embedded Linux devices such as most home internet routers. I was asked to write a script that could monitor and report network usage on one of our machines at work. I…
Intro Over the years I have been turning my desktop into a NAT router.. why for virtual machines of course! If your using 1 virtual machine the virtual machine software does it for ya, but when you want to simulate your own virtual network, separate from the LAN your desktop…