search for: ipnum

Displaying 7 results from an estimated 7 matches for "ipnum".

Did you mean: pnum
2009 Nov 07
1
Fwd: [PATCH (geoip)] use IO.pread from the io-extra lib if possible
...&& record.size == FULL_RECORD_LENGTH # The country code is the first byte: code = record[0] @@ -655,11 +658,8 @@ class GeoIP throw "Invalid GeoIP database type, can''t look up Organization/ISP by IP" end pos = seek_record(ipnum); - record = "" - @mutex.synchronize { - @file.seek(pos + (2*@record_length-1) * @databaseSegments[0]) - record = @file.read(MAX_ORG_RECORD_LENGTH) - } + off = pos + (2*@record_length-1) * @databaseSegments[0] + record = atomic_read...
2020 Sep 17
1
Samba AD DC tries to start and fails on reboot
Hai Jonathan,? Only one question left then does it work now? ;-) if you added the ipv6 to hosts file? run hostname -I these ipnumers , add these in hosts and samba should always start.. Unless, your using dhcp.. that might be bit different.. greetz, ? Louis ? ? Van: Jonathan Kreider [mailto:jonathan.kreider at gmail.com] Verzonden: donderdag 17 september 2020 15:09 Aan: L.P.H. van Belle CC: samba at lists.samba.org Ond...
2009 Aug 22
7
Address family not supported
Hi everyone, I'm setting up a VPN over IPv6, attempting to build an IPv4-over-IPv6 tunnel, but when I try to connect to the server, I got this: System call `getaddrinfo' failed: Address family not supported. Client runs WindowsXP, and I did almost exactly the same as http://www.tinc-vpn.org/examples/windows-install . Here is the configuration files: ------- tinc.conf ------- Name =
2019 Aug 23
4
Restrict who can query my DNS
> > > Morning Louis, Unless I totally misread this, the OP only > wants the DC > to query itself, no clients. > > I could understand it if they only wanted domain members to > query the DC. > > Stop and think about this, a client wants to know where > another domain > member is, or worse still, where the DC is, who does it ask ? It asks > its
2020 Sep 18
0
Fwd: Samba AD DC tries to start and fails on reboot
...t. Thanks, Jonathan Kreider On Thu, Sep 17, 2020 at 9:33 AM L.P.H. van Belle via samba < samba at lists.samba.org> wrote: > Hai Jonathan, > > Only one question left then does it work now? ;-) > > if you added the ipv6 to hosts file? > > run > hostname -I > these ipnumers , add these in hosts and samba should always start.. > > Unless, your using dhcp.. that might be bit different.. > > greetz, > > Louis > > > > Van: Jonathan Kreider [mailto:jonathan.kreider at gmail.com] > Verzonden: donderdag 17 september 2020 15:09 > Aan: L....
2020 Sep 16
4
Samba AD DC tries to start and fails on reboot
OS = Ubuntu 18.04 LXD container Samba version = 4.11.12 Repo = Louis' (many thanks) I recently upgraded from 4.10.14->4.10.17->4.11.12 Now the samba-ad-dc service fails with the following upon reboot: --- root at samba:~# systemctl status samba-ad-dc ? samba-ad-dc.service - Samba AD Daemon Loaded: loaded (/lib/systemd/system/samba-ad-dc.service; enabled; vendor preset: enabled)
2019 Feb 07
3
Samba and ufw
Rowland, OK. Should I delete these lines? diff yours mine 63d62 yours# -A ufw-after-logging-output -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW ALLOW] " 85,87d83 yours# -A ufw-before-logging-forward -m conntrack --ctstate NEW -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "[UFW AUDIT] " yours# -A ufw-before-logging-input -m conntrack