Util-vserver:Cheatsheet: Difference between revisions

From Linix VServer
Jump to navigationJump to search
(various util vserver command i learned)
 
No edit summary
Line 1: Line 1:
= util-vserver cheatsheet =
ok,
ok,


Line 5: Line 7:




HOT ADD AN ADRESS TO A GUEST:
==HOT ADD AN ADRESS TO A GUEST:==
 


- create the address on the host:    ifconfig eth0:10 172.16.0.145/12
# create the address on the host:    ifconfig eth0:10 172.16.0.145/12
- add the adress:                    naddress --nid guestname --add --ip 172.16.0.145 --bcast 172.31.255.255
# add the adress:                    naddress --nid guestname --add --ip 172.16.0.145 --bcast 172.31.255.255

Revision as of 16:48, 23 October 2008

util-vserver cheatsheet

ok,

here is my cheatsheet for util-vserver. I figured a lto by hand so i would like to share some here. This is a draft:


HOT ADD AN ADRESS TO A GUEST:

  1. create the address on the host: ifconfig eth0:10 172.16.0.145/12
  2. add the adress: naddress --nid guestname --add --ip 172.16.0.145 --bcast 172.31.255.255