jedi4ever / veewee

Easing the building of vagrant boxes
MIT License
4.29k stars 779 forks source link

How do I use veewee with a static IP? #1021

Open caleyg opened 9 years ago

caleyg commented 9 years ago

I've tried using the following line in my ks.cfg network --device=eth0 --bootproto=static --ip=172.17.80.175 --netmask=255.255.255.0 --gateway=172.17.80.1 --nameserver=172.17.80.1 --hostname=ticket-api

but when I do veewee kvm build boxname it always seems to want to use a dhcp address that I did not configure.

Waiting for ssh login on 192.168.122.56 with user ticket-api to sshd on port => 22 to work, timeout=10000 sec

it will never do anything after that point unless I destroy the build and start over with the following line network --bootproto=dhcp --hostname ticket-api

mpapis commented 9 years ago

have you tried following this https://github.com/jedi4ever/veewee/issues/734#issuecomment-19926801