[packer] Re: Deploying a vm with packer with a static IP

2016-09-19 Thread Rjaydee
Can you please help me understand why this is happening? I have been trying for a while now, and I am still getting the same results On Friday, September 16, 2016 at 10:24:44 AM UTC-7, Rjaydee wrote: > > I am trying to deploy and set a vm using packer and a kickstart file. This > pa

Re: [packer] Re: Deploying a vm with packer with a static IP

2016-09-18 Thread Rjaydee
After doing reseach, and tests. The error seems to be at this part of the ks.cfg file. #Network Information network --bootproto=static --device=eno16780032 --gateway=8.1.140.1 --ip=8.1.142.187 --nameserver=8.1.44.254,8.1.32.254 --netmask=255.255.252.0 --noipv6 --activate --hostname=myhost.com

Re: [packer] Re: Deploying a vm with packer with a static IP

2016-09-16 Thread Rjaydee
he >> network is up in the VM, you can access the outside world and check if you >> get any messages in the logs about auth fail etc. >> >> >> On Friday, September 16, 2016 at 7:24:44 PM UTC+2, Rjaydee wrote: >>> >>> I am trying to deploy and set a v

Re: [packer] Re: Deploying a vm with packer with a static IP

2016-09-16 Thread Rjaydee
sed -i 's/.*PermitRootLogin .*/PermitRootLogin yes/' /etc/ssh/sshd_config > > > On 17 September 2016 at 01:49, Rjaydee <ronal...@gmail.com > > wrote: > >> Hello Richard, I am sorry if this question seems dumb, but I just started >> learning/uisng a packer a couple o

Re: [packer] Re: Deploying a vm with packer with a static IP

2016-09-16 Thread Rjaydee
ild template.json and >> gist the output and link here. Or if you have a console access >> (VMRC/vSphere/ESXi Embedded Host Client) login there and check if the >> network is up in the VM, you can access the outside world and check if you >> get any messages in the logs