You are not logged in.
Pages: 1
Hi
I installed arch on virtualbox.
after the insall and reboot of the system I tried to update pacman but it not connected to servers.
I checked and I have ping to google but wget not succeed to download file from internet.
thank for help
Offline
What are you network settings on virtualbox?
Just... enjoy life! ![]()
Offline
You ping google using its IP or using its name (ping www.google.com), paste your rc.conf(networking section and ifconfig output and how you set the networking in VirtualBox(bridged,NAT...)
Offline
I ping to www.google.com
these network setting in VirtualBox: (I tried PCnet Fast III too)
rc.conf:
eth0="dhcp"
INTERFACES=(eth0)
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)ifconfig:
Offline
Pages: 1