Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 4056

System and Network configuration • Re: dns resolution problem

$
0
0
Thanks for the input. I've been trying a bunch of stuff to no sucess.

Seems that VirtualBox Network Adapter in Bridged Mode has hit and miss success with the Hosts Wifi hardware/drivers.

If I leave the /etc/network/interfaces file as

Code:

auto loiface lo inet loopbackallow-hotplug enp0s3iface enp0s3 inet dhcpallow-hotplug enp0s8iface enp0s8 inet dhcp
The VM Guest boots with LAN access but no internet. Which is fine, I only need the internet to install packages.

I can quickly take down enp0s8 with

Code:

sudo ifdown enp0s8
perform required apt management and then bring enp0s8 up with

Code:

sudo ifup enp0s8
I tried having enp0s3 as dhcp and enp0s8 as static and vice versa but it would not work.

The best I can do is have both as dhcp (they are on different ip's by the way 10.0.x.x and 172.21.x.x) it may not be pretty but its working.

I'm experimenting with a minimal Debian 9 as I heard it is stable as a server for zoneminder.

Statistics: Posted by remus — 2026-01-02 17:24



Viewing all articles
Browse latest Browse all 4056

Trending Articles