Displaying 12 results from an estimated 12 matches for "bernadette".
2016 Nov 24
2
Dnsmasq and /etc/hosts
Hi,
I just setup CentOS 7 on three boxes to fiddle with it.
1. amandine.sandbox.lan is a headless LAN server
2. bernadette.sandbox.lan is a client desktop
3. raymonde.sandbox.lan is another client desktop
I've setup Dnsmasq on amandine.sandbox.lan. Here's the very basic
configuration:
# /etc/dnsmasq.conf
domain-needed
bogus-priv
interface=enp3s1
dhcp-range=192.168.3.100,192.168.3.200,24h
local=/s...
2015 Aug 27
1
FW: smb.conf
ok, try it like this.
hosts allow = 127.0.0.1 192.168.1. EXCEPT 192.168.1.251
Greetz,
Louis
Van: Bernadette.McCluskey at gmb.org.uk [mailto:Bernadette.McCluskey at gmb.org.uk]
Verzonden: donderdag 27 augustus 2015 14:36
Aan: L.P.H. van Belle
Onderwerp: Re: [Samba] smb.conf
I added a host ip to hosts deny in smb.conf and saved & restarted services.
I then added that ip's subnet to hosts allow...
2016 Nov 24
0
Re: Dnsmasq and /etc/hosts
On Thu, 24 Nov 2016 09:25, Nicolas Kovacs <info at ...> wrote:
> Hi,
>
> I just setup CentOS 7 on three boxes to fiddle with it.
>
> 1. amandine.sandbox.lan is a headless LAN server
>
> 2. bernadette.sandbox.lan is a client desktop
>
> 3. raymonde.sandbox.lan is another client desktop
>
> I've setup Dnsmasq on amandine.sandbox.lan. Here's the very basic
> configuration:
>
> # /etc/dnsmasq.conf
> domain-needed
> bogus-priv
> interface=enp3s1
> dhcp-r...
2015 Aug 27
1
smb.conf
...e and denied one specific ip address.
I then deleted that line but added hosts allow and made this equal to any
ip address within previous "denied ip address's subnet. However, the
afore-mentioned ip was still denied and I had to allow it individually.
Can anyone tell me why.
Thanks
Bernadette McCluskey
Ops/Comms Administrator
GMB National Admin Unit
St James Business Park
81 Linwood Rd
Paisley
PA3 3BB
DD1:- 0141 849 6642
email:-bernadette.mccluskey at gmb.org.uk
2016 Nov 24
2
Dnsmasq and /etc/hosts
Le 24/11/2016 ? 10:22, Yamaban a ?crit :
> Hmmm, looks like the "lookup question" from amandine(server) is not
> resolved in the same way it is resoved from bernadette or raymonde
> (clients).
After some more fiddling, I guess I found a solution to my problem. If
we formulate the problem differently, we can say that the clients use
the information provided by Dnsmasq, but the server does not. So in
order to make the server use that information, here's how...
2019 Jan 02
2
Erratic local hostname resolution with Dnsmasq
...interface=enp3s0
dhcp-range=192.168.2.100,192.168.2.200,24h
local=/microlinux.lan/
domain=microlinux.lan
expand-hosts
# Cloudflare
server=1.1.1.1
server=1.0.0.1
# Google
#server=8.8.8.8
#server=8.8.4.4
no-resolv
# Google
dhcp-host=D4:85:64:B2:B2:1B,alphamule,192.168.2.2
dhcp-host=00:1E:C9:43:A7:BF,bernadette,192.168.2.3
dhcp-host=00:1D:09:15:4A:D8,raymonde,192.168.2.4
dhcp-host=00:1E:C9:42:84:7B,amandine,192.168.2.5
dhcp-host=B8:CA:3A:D6:5A:43,1C:3E:84:32:7E:87,buzz,192.168.2.6
dhcp-host=90:E6:BA:CF:04:8F,64:70:02:9A:AC:93,balthazar,192.168.2.7
dhcp-host=08:00:27:00:00:01,centosbox,192.168.2.10
dhcp-ho...
2010 Apr 08
3
Question about dhcpd.leases
...cpd.leases, but
only - so it seems to me - if the address is not fixed in any way in
dhcpd.conf.
Here's a few stanzas of my dhcpd.conf :
host babasse {
hardware ethernet 00:0d:61:ae:6b:8f;
fixed-address 192.168.1.1;
option host-name "babasse";
}
host bernadette {
hardware ethernet 00:0d:61:a6:e7:1e;
fixed-address 192.168.1.2;
option host-name "bernadette";
}
host raymonde {
hardware ethernet 00:20:ed:b8:e8:ec;
fixed-address 192.168.1.3;
option host-name "raymonde";
}
host lifebook {
hardware ethernet 00:0b:...
2018 Dec 06
3
Audacious broken on CentOS 7.6
Hi,
Looks like the Audacious audio player from EPEL (which has worked fine
in previous versions) is broken under CentOS 7.6. It refuses to start,
and when I try to start it from the command line, here's what I get.
[microlinux at bernadette:~] $ rpm -qa | grep audacious
audacious-3.9-1.el7.x86_64
audacious-libs-3.9-1.el7.x86_64
audacious-plugins-3.9-1.el7.x86_64
[microlinux at bernadette:~] $ audacious
ERROR plugin-load.cc:72 [plugin_load]:
/usr/lib64/audacious/Effect/ladspa.so could not be loaded:
/lib64/libcairo.so.2: undefined symb...
2015 Mar 16
1
Samba shares not appearing
...novak.wordpress.com/poste-de-travail/
It essentially installs to 1. install the base system and configure it.
2. install X11 and configure WindowMaker 3. Install a minimal GNOME and
a collection of selected applications.
On such a minimal client, I have these Samba packages installed:
[root at bernadette:~] # rpm -qa | grep samba
samba-common-4.1.1-38.el7_0.x86_64
samba-client-4.1.1-38.el7_0.x86_64
samba-libs-4.1.1-38.el7_0.x86_64
Unfortunately I can neither browse any Samba shares, nor connect to them
directly. So something else must be missing, but what?
Cheers,
Niki
--
Microlinux - Solutio...
2015 Mar 16
3
Samba shares not appearing
Hi,
I'm currently fiddling with Samba, trying to make it work on CentOS 7.
Before that, I ran Samba successfully in a mixed environment with
Slackware64 14.1 on the server and Slackware/Windows Seven on the client
side.
I have three sandbox machines running CentOS 7. One has a minimal
install with only the samba and samba-client packages. Just to be on the
safe side for fiddling,
2005 Aug 10
1
plz. solve my prob
sir,
i am going to configure debian samba server i am getting problems. how
can i configure samba as a pdc . plz. reply me back as soon as possible
with complete steps.
Thanking you.
sumit kumar
09848097138
INDIA
2007 Apr 25
12
Facter repository
Is there a repository of Facter plugins that people have made? I''m working
on a few that i wouldn''t mind sharing when complete.