<p>IPv4 addressing on links is no longer required to route IPv4. What you say?? Yes, you can stop IPv4 addressing your point to point links with <em>Legacy IP</em> and route your IPv4 addressed packets via IPv6 next hops!</p> <ul> <li>With this we can save Public IPv4 addressing!</li> <li>We now only need a Public IPv4 loopback [ View Post… ]
Stop IPv4 Point-To-Point Addressing your Networks
ipadm Script for Openindiana / Solaris 11 Ex
I love ipadm. It rocks. Much needed for Solaris and derivatives. I seem to keep forgetting the dam new ipadm commands tho. So I wrote this script to help me set up new SolarisĀ machinesĀ and thought I would share. [bash] #!/usr/bin/bash INTERFACE=$1 ADDRESS=$2 GATEWAY=$3 V6AUTO=1 errorCheck() { if [ $? -ne 0 ]; then echo "ERROR: [ View Post… ]
Recent Comments