<div dir="ltr"><div class="GmSign"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><table bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="0" width="482" style="font-size:12.8000001907349px"><tbody><tr><td>Why not just install Fedora via the command line?<br>The installation should be quite straightforward:<br>1. Partition your remote computer&#39;s drive(s)<br>2. Install Fedora there - for example using systemd-nspawn<br>3. Generate the GRUB menu</td></tr></tbody></table></div></div></div></div></div></div></div></div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Jun 22, 2015 at 1:56 PM Rick Stevens &lt;<a href="mailto:ricks@alldigital.com">ricks@alldigital.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 06/19/2015 08:36 PM, dwoody5654 wrote:<br>
&gt; I would like to perform a remote install for F22 but use a computer on<br>
&gt; the local network for the vnc connection.<br>
&gt; I have the following in grub:<br>
&gt;<br>
&gt; linux /boot/vmlinuz-remote<br>
&gt; repo=hd:sda4:/Fedora-Server-netinst-i386-22.iso noselinux<br>
&gt; ks.device=00:00:00:00:000:05 ks=hd:sda4:/ks.cfg --noip6 vnc<br>
&gt; vncconnect=10.10.1.1 vncpassword=xxxxxx ramdisk_size=8192 panic=30<br>
&gt;<br>
&gt; It goes to the internet to find 10.10.1.1.<br>
&gt; I have 2 nic cards, 1 goes to the internet and the other is for local<br>
&gt; computers.<br>
&gt;<br>
&gt; I have not been able to find the setting I need for the vnc connection<br>
&gt; to use the local network nic.<br>
&gt;<br>
&gt; Is the setting I need go in grub.cfg or in ks.cfg?<br>
<br>
Having never done this before, my guess is that with two NICs, you<br>
need to assign an IP to the NIC that&#39;s connecting to the VNC client.<br>
<br>
As it stands now, both NICs are going to try to get DHCP IPs. I&#39;m going<br>
to assume that one NIC is actually seeing a DHCP server and will get<br>
an IP, DNS and route, the other one (the one connected to the VNC<br>
client) doesn&#39;t get an IP. So the kernel routing table only knows about<br>
one NIC being up and all traffic is going through it.<br>
<br>
I suspect you&#39;ll need to add an &quot;ip:&quot; parameter for the NIC connected to<br>
the VNC client to your boot line. The generic form of the option is:<br>
<br>
        ip=&lt;ip&gt;::&lt;gateway&gt;:&lt;netmask&gt;:&lt;hostname&gt;:&lt;interface&gt;:none<br>
<br>
So, assuming the NIC&#39;s name is &quot;p4p1&quot;, something like:<br>
<br>
        ip:10.1.1.2:::<a href="http://255.255.255.0" target="_blank">255.255.255.0</a>::p4p1:none<br>
<br>
should set that NIC&#39;s IP to 10.1.1.2 with no route, a /24 netmask and<br>
no hostname. VNC should then know that 10.1.1.1 is connected to that NIC<br>
and should route accordingly. The other NIC should pick up a DHCP as<br>
normal.<br>
<br>
Again, I&#39;ve never done this, so this is just a wild guess but seems<br>
likely.<br>
----------------------------------------------------------------------<br>
- Rick Stevens, Systems Engineer, AllDigital    <a href="mailto:ricks@alldigital.com" target="_blank">ricks@alldigital.com</a> -<br>
- AIM/Skype: therps2        ICQ: 226437340           Yahoo: origrps2 -<br>
-                                                                    -<br>
-     I was married by a judge.  I should have asked for a jury.     -<br>
-                                                   -- Groucho Marx  -<br>
----------------------------------------------------------------------<br>
--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org" target="_blank">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Fedora Code of Conduct: <a href="http://fedoraproject.org/code-of-conduct" rel="noreferrer" target="_blank">http://fedoraproject.org/code-of-conduct</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" rel="noreferrer" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
Have a question? Ask away: <a href="http://ask.fedoraproject.org" rel="noreferrer" target="_blank">http://ask.fedoraproject.org</a><br>
</blockquote></div>