<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 10/05/2012 01:20 PM, Jeff Folk wrote:
    <blockquote
      cite="mid:5872DB87-AFA7-4C9B-B761-88310DD87AB4@qzoneinc.com"
      type="cite"><br>
      <blockquote type="cite">
        <blockquote type="cite">
          <blockquote type="cite"><br>
            /usr/sausalito/swatch/bin/am_network.sh: line 64: [: too
            many arguments<br>
          </blockquote>
        </blockquote>
        <blockquote type="cite"><br>
        </blockquote>
        <blockquote type="cite">Please post the result of this command:<br>
        </blockquote>
        <blockquote type="cite"><br>
        </blockquote>
        <blockquote type="cite">/sbin/route -n<br>
        </blockquote>
      </blockquote>
      <br>
      <div>The other thing I notice is that the hardware addresses
        reported in the GUI don't match ifconfig:</div>
      <div><br>
      </div>
      <div>[root@box1 ~]# ifconfig<br>
        eth0      Link encap:Ethernet  HWaddr 00:19:B9:0A:D8:8C  <br>
                  inet addr:108.77.214.36  Bcast:108.77.214.39
         Mask:255.255.255.248<br>
        <br>
        eth1      Link encap:Ethernet  HWaddr 00:04:76:E5:F2:43  <br>
                  inet addr:192.168.0.20  Bcast:192.168.0.255
         Mask:255.255.255.0<br>
        <br>
      </div>
      <div>GUI:</div>
      <div><br>
      </div>
      <div><img id="5c6ec58e-f4e5-4b25-8d61-882ae93a4fd7"
          apple-width="yes" apple-height="yes"
          src="cid:part1.02040002.05050902@frontstreetnetworks.com"
          height="1" width="5" border="0">Primary Interface<br>
        <img id="9ae185b8-1ed9-479c-9ec5-d77b176ba3f8" apple-width="yes"
          apple-height="yes"
          src="cid:part1.02040002.05050902@frontstreetnetworks.com"
          height="1" width="5" border="0"><span class="Apple-tab-span"
          style="white-space:pre"> </span>IP Address<span
          class="Apple-tab-span" style="white-space:pre"> </span>108.77.214.36<br>
        <span class="Apple-tab-span" style="white-space:pre"> </span>MAC
        Address<span class="Apple-tab-span" style="white-space:pre"> </span>00:04:76:E5:F2:43<br>
        <img id="5600e0c6-1207-46ac-aacb-41ebdf104eaf" apple-width="yes"
          apple-height="yes"
          src="cid:part1.02040002.05050902@frontstreetnetworks.com"
          height="1" width="5" border="0">Secondary Interface<br>
        <img id="59e4311e-d991-4a0c-801e-8b02499e51b3" apple-width="yes"
          apple-height="yes"
          src="cid:part1.02040002.05050902@frontstreetnetworks.com"
          height="1" width="5" border="0"><span class="Apple-tab-span"
          style="white-space:pre"> </span>IP Address (optional)<span
          class="Apple-tab-span" style="white-space:pre"> </span>192.168.0.20<br>
        <span class="Apple-tab-span" style="white-space:pre"> </span>MAC
        Address<span class="Apple-tab-span" style="white-space:pre"> </span>00:13:72:D1:78:A1</div>
      <div><br>
      </div>
      <div>eth1 and Primary interface is the pci card that is the only
        consistent hardware. eth0 and Secondary are the motherboard
        NICs. Interesting it didn't pick up the new hardware address in
        the GUI.</div>
      <div><br>
      </div>
    </blockquote>
    Jeff Have you tried this? <br>
    <blockquote
      cite="mid:5872DB87-AFA7-4C9B-B761-88310DD87AB4@qzoneinc.com"
      type="cite">
      <div>
        <ol>
          <li>vi /etc/udev/rules.d/70-persistent-net.rules <b>change
              ONLY the "NAME=" .</b></li>
          <li># This file was automatically generated by the
            /lib/udev/write_net_rules<br>
            # program, run by the persistent-net-generator.rules rules
            file.<br>
            #<br>
            # You can modify it, as long as you keep each rule on a
            single<br>
            # line, and change only the value of the NAME= key.<br>
            <br>
            # PCI device 0x8086:0x10d3 (e1000e)<br>
            SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
            ATTR{address}=="00:25:90:93:3b:a2", ATTR{type}=="1",
            KERNEL=="eth*", NAME="eth0"<br>
            <br>
            # PCI device 0x8086:0x10d3 (e1000e)<br>
            SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
            ATTR{address}=="00:25:90:93:3b:a3", ATTR{type}=="1",
            KERNEL=="eth*", NAME="eth1"<br>
            <br>
            # PCI device 0x8086:0x10d3 (e1000e)<br>
            SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
            ATTR{address}=="68:05:ca:0b:be:e1", ATTR{type}=="1",
            KERNEL=="eth*", NAME="eth2"<br>
            <br>
          </li>
          <li><br>
          </li>
          <li>Go to /etc/sysconfig/network-scripts check the ifcfg of
            the 'NAME' s above <br>
          </li>
          <li>change/add this line to each ifcfg-* 
            HWADDR=00:11:22:33:44:55  (<b>mac address from
              /etc/udev/rules.d/70-persistent-net.rules)</b></li>
        </ol>
      </div>
    </blockquote>
    <blockquote
      cite="mid:5872DB87-AFA7-4C9B-B761-88310DD87AB4@qzoneinc.com"
      type="cite">
      <div>
        <ol>
          <li>reboot</li>
        </ol>
      </div>
    </blockquote>
    <br>
    <blockquote
      cite="mid:5872DB87-AFA7-4C9B-B761-88310DD87AB4@qzoneinc.com"
      type="cite">
      <div>
        <div class="moz-signature">-- <br>
          Gerald</div>
      </div>
    </blockquote>
    <br>
  </body>
</html>