Register now and start sharing your code snippets.
-->
Multiple IP addresses on a Xen VM
Shell Script (Bash) posted about 1 year ago by marko
Xen VM’s support up to three IP addresses. Just give them as parameters when you create the image. There will be one interface within the Xen and the other IP’s are mapped to interface aliases.
1 xen-create-image ... --ip=10.0.0.44 --ip=10.0.0.45 ...
Tagged xen, multiple ip's