Changeset e78b3dc in rtems-libbsd for libbsd.txt


Ignore:
Timestamp:
10/01/15 07:47:05 (8 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, 5-freebsd-12, 6-freebsd-12, freebsd-9.3, master
Children:
59c9a5f
Parents:
613c341
Message:

doc: Qemu network

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libbsd.txt

    r613c341 re78b3dc  
    373373Make sure that each Qemu instance uses its own MAC address to avoid an address
    374374conflict (or otherwise use it as a test).
     375
     376To connect the Qemu instances with your local network use the following
     377(replace 'eth0' with the network interface of your host).
     378
     379-------------------------------------------------------------------------------
     380ifconfig eth0 0.0.0.0
     381brctl addif qbri eth0
     382dhclient qbri
     383-------------------------------------------------------------------------------
    375384
    376385== Issues and TODO
Note: See TracChangeset for help on using the changeset viewer.