Changes between Version 60 and Version 61 of node-contiki


Ignore:
Timestamp:
Oct 7, 2010, 10:48:12 AM (14 years ago)
Author:
petsku
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-contiki

    v60 v61  
    4040==== Initial steps to setup a bridge ====
    4141
    42 Open a terminal on Ubuntu.
    43 
    44 IPv6 forwarding must be enabled before running the bridge.
     421. Open a terminal on Ubuntu.
     43
     442. IPv6 forwarding must be enabled before running the bridge.
    4545$ sudo nano /etc/sysctl.conf
    46 
    47 Uncomment the line which contains:
     46{{{
     47Remove hash symbol (#) from the line that contains:
    4848net.ipv6.conf.default.forwarding=1
    49 
    50 Logout of the Ubuntu and log back in.
     49}}}
     50
     513. Logout of the Ubuntu and log back in.
    5152
    5253==== Build a bridge ====