Blogs

How to Migrate from one Domain Name to Another Domain Name on Linux Plesk 11

Introduction We somtimes have customers who would like to keep the current website available for users but have another website prepared on a different server and using different technology. These customers usually don’t want to purchase another domain name for the period of transition. What we do at Octopus Computer Solutions, is offer them to […]

Articles

How to Redirect SNMP Outgoing Traffic from 162 to a Different Port

Introduction Following a test I’ve just made, here is how to re-route a specific output traffic to a different port/host/etc using iptables. In this example , my test machine is 10.0.0.22 and my traps receiving machine is 1.2.3.4. I redirect port 162 to port 8787   The command # iptables -t nat -A OUTPUT –src […]

Articles