/[sysadmin-cookbook]/recepies/lxc/2.append
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.append

Parent Directory Parent Directory | Revision Log Revision Log


Revision 68 - (show annotations)
Thu May 14 09:48:02 2009 UTC (14 years, 10 months ago) by dpavlin
File size: 177 byte(s)
configure bridge in /etc/network/interfaces (the Debian way)

1
2 #allow-hotplug eth0
3
4 # man bridge-utils-interfaces
5 auto br0
6 iface br0 inet static
7 bridge_ports eth0
8 bridge_fd 0
9 address 10.60.0.92
10 netmask 255.255.254.0
11 gateway 10.60.0.1

  ViewVC Help
Powered by ViewVC 1.1.26