[Ovirt-devel] RESEND [PATCH appliance] add gateway to appliance network configuration

Joey Boggs jboggs at redhat.com
Tue Feb 17 03:19:06 UTC 2009


corrected gateway address to 192.168.50.1

---
 ovirt-appliance.ks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ovirt-appliance.ks b/ovirt-appliance.ks
index 3d03cf7..60ff518 100644
--- a/ovirt-appliance.ks
+++ b/ovirt-appliance.ks
@@ -2,7 +2,7 @@ install
 
 lang en_US.UTF-8
 keyboard us
-network --device=eth0 --bootproto=static --ip=192.168.50.2 --netmask=255.255.255.0 --onboot=on --nameserver=192.168.50.2
+network --device=eth0 --bootproto=static --ip=192.168.50.2 --netmask=255.255.255.0 --onboot=on --nameserver=192.168.50.1 --gateway=192.168.50.1
 # Root password is 'ovirt'
 rootpw --iscrypted Xa8QeYfWrtscM
 firewall --disabled
-- 
1.6.0.6




More information about the ovirt-devel mailing list