/[sysadmin-cookbook]/recepies/lxc/2.network-bridge
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /recepies/lxc/2.network-bridge

Parent Directory Parent Directory | Revision Log Revision Log


Revision 66 - (show annotations)
Wed May 13 18:45:14 2009 UTC (14 years, 10 months ago) by dpavlin
File size: 280 byte(s)
show configured bridge
1 root@klin:/srv/sysadmin-cookbook/recepies/lxc# brctl addbr br0
2 root@klin:/srv/sysadmin-cookbook/recepies/lxc# brctl setfd br0 0
3
4 root@klin:~# ifconfig br0 172.20.0.1 netmask 255.255.255.0
5
6 root@klin:~# brctl addif br0 eth0
7
8 root@klin:~# brctl show br0
9
10 root@klin:~# ifconfig br0
11

  ViewVC Help
Powered by ViewVC 1.1.26