Changes between Initial Version and Version 1 of Internal/OpenFlow/WimaxOpenV


Ignore:
Timestamp:
Sep 20, 2010, 6:42:24 PM (14 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/WimaxOpenV

    v1 v1  
     1= Installing Open V switch on cons-wm-01 =
     2
     3Identifying information:
     4
     5{{{
     6hostname -f
     7wm-asngw-01.orbit-lab.org
     8
     9more /etc/lsb-release
     10DISTRIB_ID=Ubuntu
     11DISTRIB_RELEASE=9.04
     12DISTRIB_CODENAME=jaunty
     13DISTRIB_DESCRIPTION="Ubuntu 9.04
     14
     15uname -a
     16Linux wm-asngw-01 2.6.28-18-server #60-Ubuntu SMP Fri Mar 12 05:41:54 UTC 2010 i686 GNU/Linux
     17
     18ifconfig
     19eth0      Link encap:Ethernet  HWaddr 00:1f:29:0e:3a:68
     20          inet addr:10.41.0.3  Bcast:10.41.255.255  Mask:255.255.0.0
     21          inet6 addr: fe80::21f:29ff:fe0e:3a68/64 Scope:Link
     22          UP BROADCAST RUNNING ALLMULTI MULTICAST  MTU:1500  Metric:1
     23          RX packets:636384 errors:0 dropped:0 overruns:0 frame:0
     24          TX packets:828244 errors:0 dropped:0 overruns:0 carrier:0
     25          collisions:0 txqueuelen:1000
     26          RX bytes:176839258 (176.8 MB)  TX bytes:91011015 (91.0 MB)
     27          Interrupt:17
     28...
     29}}}
     30
     31----
     32
     33=== 9/20/2010 ===
     34
     35Currently In opt there is an existing open openvsiwtch tarball, but it seems to be for a slightly older version. I've copied the newest stable version from the openvswitch website.
     36{{{
     37sudo wget http://openvswitch.org/releases/openvswitch-1.1.0pre2.tar.gz
     38}}}
     39Pkg-configure was installed as well as libssl-dev. Make completed with out complaint. I've attached the config.log for comparison.