Hello, I'm new to the crossover distribution and I'm trying to install the quid in virtualbox, i've compiling the kernel well, but I can not connect to the Internet for update ports with "ports -u" ports, my /etc/rc.d/net Is configured with static ip:
TYPE = "static"
DEV = enp0s3
ADDR = 192.168.1.12
MASK = 24
GW = 192.168.1.1
And my /etc/resolv.conf
Name Server 192.168.1.1
Name server 8.8.8.8
Name server 8.8.4.4
But the strange thing is that I can not ping the gateway "192.168.1.1", but also "localhost", is very very strange.
Thank you.