initial commits
[random_node_code.git] / lxc / config
1 # there arent many config variables here
2 # just ip address, hostname and gateway
3 #debug=true
4 ip4address=eth0:10.0.3.100/24
5 ip4address=lo:127.0.0.1/8
6 ip6address=eth0:auto
7 hostname=nd
8 ip4gateway=10.0.3.1
9 ip6gateway=auto
10 dnsserver=10.0.3.1
11 random=whatever
12 checktimer=1000