Changes between Version 10 and Version 11 of Tutorials/g0WmLTE/Tutorial4-OAI/Tutorial1


Ignore:
Timestamp:
Oct 1, 2016, 1:41:17 PM (8 years ago)
Author:
msherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial4-OAI/Tutorial1

    v10 v11  
    3939 1. {{{ ssh root@node18-3.grid.orbit-lab.org }}}
    4040 1. {{{ apt-get update }}}
    41  1. {{{ apt-get install vlan
     41 1. {{{ apt-get install vlan bridge-utils }}}
     42 1. Modify the file {{{ /etc/network/interfaces }}}
     43  1. Add the lines
     44{{{
     45auto br0
     46iface br0 inet manual
     47bridge_ports eth0.1001 eth0.1002
     48fd_delay 0
     49maxwait 0
     50}}}
     51
     52  1.
    42531. Configure vlans
    4354 1. ?