thank you . I will open a new thread and You can mark it as closed.
Latest posts made by vivek
-
RE: virtualbox (version 5.2) vm not booting and showing arp timeout
-
RE: virtualbox (version 5.2) vm not booting and showing arp timeout
"already created " means that with the help of fog server installed on the same ubuntu machine (on which I want to network boot virtualbox VM) I had captured Image of a physical machine (windows7 ) and now I want to deploy Windows7 image captured from the physical machine to the Virtualbox VM.
When i deploy the image on network booted VM , i get the follwoing error:
file:///home/student/Pictures/VirtualBox_fog_client_12_12_2017_15_12_37.png
-
RE: virtualbox (version 5.2) vm not booting and showing arp timeout
Thanks a lot for ur suggestion.
I could get the virtualbox vm network booted when i changed the network from "host only adapter " to “bridged”.
-
RE: virtualbox (version 5.2) vm not booting and showing arp timeout
@sebastian-roth
Thank you very much for giving time to my problem.I have stopped dnsmasq then made the changes of next-server and filename in the dhcp conf file then restarted dhcp service.
then i go the following error:
file:///home/student/VirtualBox_fog_client_11_12_2017_09_14_26.pngI inspected the wireshark on vboxnet0 host only adapter interface of virutalbox:
It is clear that i m still getting dhcp offer from two ip address 192.168.16 (fog server) and 192.168.1.2 ( vboxnet0 interface ip address).
I am not getting why 192.168.1.2 is working as DHCP server.
Please suggest the problem.
-
RE: virtualbox (version 5.2) vm not booting and showing arp timeout
@sebastian-roth
Earlier i was getting the following error:Then i searched on net and i got suggestion that dnsmasq would solve the issue so i installed dnsmasq.
After your prompt i again stopped the dnsmasq then i again got the same screen mentioned above.
-
RE: virtualbox (version 5.2) vm not booting and showing arp timeout
@sebastian-roth
i could not follow your instruction as command given by you “tcpdump -w /tmp/boot_issue.pcap arp” doesnt contain any x.x.x.x so i could not substitute it anywhere in command.i have captured packet with wireshark on vboxnet0 (ip - 192.168.1.2) which is as follows:
My fog server ip is 192.168.1.6 and from the image it is clear that my machine didnt send ARP request to for server but it sent ARP request to ip address of vboxnet0 interface.
my interfaces are as follows:
student@student-PC:~$ ifconfig
eno1 Link encap:Ethernet HWaddr a0:8c:fd:c0:4c:08
inet addr:192.168.1.6 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::a28c:fdff:fec0:4c08/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:163820 errors:0 dropped:0 overruns:0 frame:0
TX packets:178255 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:127818705 (127.8 MB) TX bytes:90926652 (90.9 MB)
Interrupt:16 Memory:d3100000-d3120000lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:187367 errors:0 dropped:0 overruns:0 frame:0
TX packets:187367 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:69347669 (69.3 MB) TX bytes:69347669 (69.3 MB)vboxnet0 Link encap:Ethernet HWaddr 0a:00:27:00:00:00
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::800:27ff:fe00:0/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:232 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:30355 (30.3 KB) -
RE: virtualbox (version 5.2) vm not booting and showing arp timeout
i have also searched on net about E11: arp timeout , then some people suggested that enabling of option 60 produces this error . In log file /var/log/syslog, which i posted in question, you can see option 60 is there . Can you tell me how to omit option 60 from the dhcp config file.
-
RE: virtualbox (version 5.2) vm not booting and showing arp timeout
Thanks for your reply.
As per your suggestion i removed the next server line form dhcpd conf file and restarted the dhcp server, still i m getting the arp timeout errror.
Plz suggest another option
-
virtualbox (version 5.2) vm not booting and showing arp timeout
I have in installed fog server on ubuntu 16.04 LTS and then make a virtual machine on virtualbox (version 5.2) on the the same machine with “Host only Adapter” networking between host and VM.
i have installed dnsmasq (version 2.76)on the host ubuntu machine.
Network configuration are as follows:Fog server ip address : 192.168.1.6
Virtualbox Host network configuration are as follows:
Host only Adapter (vboxnet0 —192.168.1.2)
ip address of dhcp server : 192.168.1.6When I boot vm then i get the follwoing message:
/etc/dnsmasq.d/ltsp.conf is as follows:
/etc/dhcp/dhcpd.conf as follows:
syslog are as follows:
PLEASE suggest where is the problem. I have been stuck with the problem for the last one week. Plz help to get out of the problem.