Categories
-
Recent Posts
Blog Calendar
June 2010 M T W T F S S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Tag Archives: Networking
Creating VPNs with OpenVPN
Introduction A VPN is a set of tools which allow networks at different locations to be securely connected, using a public network as the transport layer. A VPN produces a virtual “dedicated circuit” over the internet and use cryptography to … Continue reading
Changing the IP Address of a Solaris System
Use ifconfig to change the IP address immediately ifconfig If the new IP address calls for a different gateway then change it using the route command: route add default route del default Change the hosts’s IP address in /etc/hosts file … Continue reading
Setting up SNMP
SNMP is Simple Network Management Protocol. It allows the operational statistics of a computer to be stored in object identifiers (OIDs) which can then be remotely queried and changed. For any serious remote monitoring, SNMP is required. I generally prefer … Continue reading
NIC Bonding
NIC Bonding is a technique in which multiple Network Interface Cards (NICs) are logically bonded together and presented as a single interface to the outside world. Before activating bonding it is recommended that the NICs are working alright. mii-tool can … Continue reading
