Changes

Jump to: navigation, search

FAQs (Axel)

1,785 bytes added, 09:07, 15 October 2018
no edit summary
* has a proper subnet IP address
For detailed information, please refer to [[Booting_Linux_Kernel#Configuration_net_nfs | Configuration net_nfs]]
 
=== Q: How can I access the git server repositories for updating? ===
'''A''': for accessing '''git.dave.eu''' git server repositories, the VM Netowrk interface should be configured for Internet access
* if the network interface is configured in NAT: the PC host interface should have Internet access and the DNS has to be configured for name resolution. For example, it should ne enough to use the Google DNS, i.e. ''8.8.8.8''
* if the network interface is configured in Bridge: the IP address should have a proper access to Interner and the DNS server has to be properly configured
 
Here below an wired connection example for an IP address with Bridged configuration via Host network interface:
 
[[File:VM-IP-fixed.png|300px]]
 
then simply test the Internet access using the '''ping command''' to Google's web site and then to DAVE's git server:
<pre class="board-terminal">
dvdk@vagrant-ubuntu-trusty-64:~$ ping www.google.it
PING www.google.it (216.58.205.67) 56(84) bytes of data.
64 bytes from mil04s25-in-f67.1e100.net (216.58.205.67): icmp_seq=1 ttl=53 time=7.03 ms
64 bytes from mil04s25-in-f67.1e100.net (216.58.205.67): icmp_seq=2 ttl=53 time=7.74 ms
^C
--- www.google.it ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1003ms
rtt min/avg/max/mdev = 7.036/7.390/7.745/0.364 ms
dvdk@vagrant-ubuntu-trusty-64:~$ ping git.dave.eu
PING pmox001.dave.eu (79.143.179.155) 56(84) bytes of data.
64 bytes from pmox001.dave.eu (79.143.179.155): icmp_seq=1 ttl=53 time=24.1 ms
64 bytes from pmox001.dave.eu (79.143.179.155): icmp_seq=2 ttl=53 time=24.0 ms
^C
--- pmox001.dave.eu ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 24.034/24.089/24.145/0.164 ms
dvdk@vagrant-ubuntu-trusty-64:~$
</pre>
=== Q: How can I access GPIOs from user space ===
8,139
edits

Navigation menu