search for: netplan

Displaying 20 results from an estimated 76 matches for "netplan".

2018 May 11
5
Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ (extra part 4.8.1 samba)
So, I'm curious about the contrast between modifying netplan vs simply disabling systemd.resolved Is there some advantage to the gyrations to make netplan work, vs simply disabling resolved and manually defining the IP and DNS server? [I'm not complaining, I'm thankful for all the options - just wanting to have the best handle possible on the reason...
2020 Sep 07
0
No DNS domain configured
Hai, well, Close.. I see multiple errors which makes that DNS setup isnt working. We have multiple ways to setup networking these days, which also makes things more confusing.. - old style. /etc/network/interfaces - netplan /etc/netplan/00-installer-config.yaml - systemd /etc/systemd/network/lan-devX.network > > > probably isn't, if netplan is being used :-) > > It could be what I just found, check > /etc/netplan/00-installer-config.yaml > > Does it show the information you expe...
2020 Aug 13
3
Samba DNS fails when queried with nslookup commands
...this is fine. This.. > #127.0.1.1 soldc4 # you can remove this line. Verify the DNS A and PTR for the servername. If this was there at startup, then this might be the source of your problems. > > > @soldc4:~$ cat /etc/network/interfaces > # ifupdown has been replaced by netplan(5) on this system.? See > # /etc/netplan for current configuration. > # To re-enable ifupdown on this system, you can run: > #??? sudo apt install ifupdown > > > @soldc4:~$ cat /etc/netplan/50-cloud-init.yaml > # This file is generated from information provided by > # the...
2019 Feb 21
0
Error NT_STATUS_CONNECTION_REFUSED samba@lists.samba.org)
Hai, There are not other files in /etc/netplan? No? If thats the case, was netplan removed? Because it's just setting the network. If you changed that, thats ok, then just skip that netplan part. Or if you need to set the config, then you can use the example as shown in the howto. smbclient -L localhost -N Should work if the howto is...
2018 May 16
3
Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ (extra part 4.8.1 samba)
Hai Gregory,   No problem, now netplan, but i cant tell you much about netplan out of experiance, i've never used it. But what is it exact you want to know?? The how and why i configure like this is already a bit explained.   about this part: > So, I'm curious about the contrast between modifying netplan vs simply disablin...
2020 Sep 07
4
No DNS domain configured
See below, basicly what now happend is. This one line : > 127.0.1.1 gaia.rompen.local gaia <<<< CHANGE THIS Is what is your problem. Read throught the settings, you need a few changes. Its mostly good. After the changes, reboot the AD-DC. Then after its rebooted and after the changes for the member, reboot that also. Then is should be ok. Greetz, Louis >
2020 Aug 12
7
Samba DNS fails when queried with nslookup commands
Hello, ???? Having issues with a DC not responding to DNS requests. OS is Ubuntu 18.04.4 LTS. Samba version 4.12.2 compiled from source. Checking to see what is listening on port 53 reports; @soldc4:~# netstat -tulpn | grep ":53" tcp??????? 0????? 0 127.0.0.53:53 0.0.0.0:*?????????????? LISTEN????? 2935/systemd-resolv tcp6?????? 0????? 0 :::53 :::*??????????????????? LISTEN?????
2018 May 09
2
Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ
Hai, @Rowland. Yes yes, you did say you hate systemd. :-) I had a hard(er)time on this one also but i got passed it. ;-) But you and everybody else on the list, please review this setup. And a very big thank you Rowland for the start of it. This should be a good base to start with as howto for ubuntu 18.04 systemd based. Any suggestion additions please add them, below is also the order
2020 Aug 13
0
Samba DNS fails when queried with nslookup commands
...er 172.16.23.30 Reboot Check the dns. If ok, then change : search domain.local nameserver 172.16.23.30 nameserver 172.16.23.28 # Note, ad join DC1 is first, after join, you can switch the nameserver lines. > > > Where do I need to add my search domain as I already added to > my netplan > config and 50-cloud.init.yaml is the only file to config. > > ?ls -la /etc/netplan/ > total 12 > drwxr-xr-x?? 2 root root 4096 Aug 13 10:03 . > drwxr-xr-x 113 root root 4096 Aug 13 10:04 .. > -rw-r--r--?? 1 root root? 584 May 28 19:36 50-cloud-init.yaml > > Thanks....
2018 May 11
1
Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ (extra part 4.8.1 samba)
RPvs> On Fri, 11 May 2018 07:14:38 -0700 RPvs> Gregory Sloop via samba <samba at lists.samba.org> wrote: >> So, I'm curious about the contrast between modifying netplan vs >> simply disabling systemd.resolved >> Is there some advantage to the gyrations to make netplan work, vs >> simply disabling resolved and manually defining the IP and DNS >> server? [I'm not complaining, I'm thankful for all the options - just >> wanting t...
2020 Sep 08
2
No DNS domain configured
Hai marco, Well, "My" preffered for now is systemd-networkd. Current debian still used /etc/network/ but next will be systemd as default. Ubuntu uses : /etc/netplan/ Howto configure it. wget https://raw.githubusercontent.com/thctlo/debian-scripts/master/setup-systemd-networkd.sh bash setup-systemd-networkd.sh member Nothing will be changed on the system but you end up with a configured file, offcourse review it. And run the commands you run. I just use...
2020 Jun 04
5
Ubuntu 20.04 setup
Louis, et al. Hi! So, I'm working on a 20.04 setup. I think I'll still use the distro version and not Louis' packages. [No offense Louis - I just need to be sure if (forbid) anything happens to Louis, his packages aren't going to be supported any more, and I'll be on my own for security updates etc. The 20.04 versions are pretty current, and I think will meet my needs for the
2019 Feb 21
0
Error NT_STATUS_CONNECTION_REFUSED samba@lists.samba.org)
On Wed, 20 Feb 2019 17:21:18 -0500 samba.x.eliezer613 at spamgourmet.com wrote: > Hi, followed your github page. Near the end get... It's not my github page, it's Louis's >  cat /etc/netplan/01-netcfg.yaml > cat: /etc/netplan/01-netcfg.yaml: No such file or directory Cannot help you there, I always remove netplan, but perhaps Louis can comment. > > I am running ubuntu 18.04. Not sure if that is what your page is > about. You mean a document called 'full-howto-Ubuntu...
2020 Mar 02
2
samba_dnsupdate
On 02/03/2020 09:54, Paul Littlefield via samba wrote: > Hello, > > I have some DNS weirdness for you folks to chew on and help me with... > > On Saturday I added this entry... > > $ samba-tool dns add dc3 mydomain.com V-RDS02 A 130.130.0.252 > > but this morning I've come in to the office and the A records have > disappeared to be replaced by AAAA records...
2020 Mar 02
6
samba_dnsupdate
On 02/03/2020 11:51, Paul Littlefield via samba wrote: > On 02/03/2020 10:49, Rowland penny via samba wrote: >> Does your DC have a fixed IP and if not, why not ? > > Yes, using netplan in Ubuntu 18.04... > > network: > ? ethernets: > ??? ens18: > ????? addresses: > ????? - 130.130.0.218/16 > ????? gateway4: 130.130.0.1 > ????? nameservers: > ??????? addresses: > ??????? - 130.130.0.218 > ??????? - 130.130.0.219 > ??????? search: > ??????? -...
2020 Jun 05
0
Ubuntu 20.04 setup
...gh you [Louis] did > 18mo or so ago - with a few changes to meet my needs. (eg. > I'm using internal DNS, not BIND9, etc.) Well, on that part, if you switch to full systemd setup. what i personaly do like, you need to "correclty" remove/switch on ubuntu. Or completly remove netplan and all crap that was added and configure systemd-networkd manualy Or use netplan to configure it and use https://websiteforstudents.com/how-to-setup-static-fixed-ip-on-ubuntu-20-04-18-04/ I just dont like netplan so i remove it, thats a choice. If you use multihoming/multiple interfaces. Dont...
2018 May 09
0
Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ (extra part 4.8.1 samba)
Hai, I detected a minor error and i added a quick fix. And i'm testing my 4.8.1 debian package on ubuntu 18.04, see below.. Syslog shows. May 9 14:50:26 ubuntu1804 systemd[9448]: /lib/systemd/system-generators/netplan failed with exit status 1. The fix is: editor /etc/netplan/01-netcfg.yaml The last adresses: needs a server adres. cat /etc/netplan/01-netcfg.yaml # This file describes the network interfaces available on your system # For more information, see netplan(5). network: version: 2 renderer: netw...
2019 Jan 07
3
I have issue in configuring file servers with AD integration.
Hi, I am configuring file servers with AD integration with referring below link. I am able to get AD user name and group by running this command wbinfo -u and wbinfo -g but when I run getent passwd and getent group I am unable to see in the list. Please help me to understand where I am doing wrong. https://www.teknophiles.com/2016/11/14/linux-file-servers-in-a-windows-domain/ Environment
2020 Aug 13
3
Samba DNS fails when queried with nslookup commands
...quot;client : dns service" think in a PC => IP:53 DNS requests. (*also not included here, IPv6 .. And ipv6 prefers over IPv4 if both are set/used.) First, His resolv.conf or the assigned DNS server in the network setting is simply wrong. *(there is/was a know bug related to DNS in : /etc/netplan/01-netcfg.yaml For example. *( which is adressed, in the manual i have online. Biggest chance this is the problem. Non DNS is set in the netconf.yaml. If netplan is used (default on ubuntu) editor /etc/netplan/01-netcfg.yaml netplan --debug generate And check again. Second, Even if systemd-r...
2019 Feb 20
4
Error NT_STATUS_CONNECTION_REFUSED
Hi, After installing samba on ubuntu 18.04 following the guide at https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller  can't do anything with it. # smbclient -L localhost -N Connection to localhost failed (Error NT_STATUS_CONNECTION_REFUSED) looks like its not even running... ps ax | egrep "samba|smbd|nmbd|winbindd"  1965 pts/0    S+     0:00