Displaying 20 results from an estimated 20000 matches similar to: "internal DNS not forwarding"
2020 Jul 15
2
internal DNS not forwarding
Yes, i believe you hitted "not" having the "root zone" in internal DNS.
If i recall correctly its somewhere in 4.4. or 4.5 fix.
But as Rowland said, i suggest also upgrading.
ps other fix is, switch to bind9_DLZ
But again i still advice to upgrade.
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
2020 Jul 14
2
internal DNS not forwarding
Hi Louis,
root at dc:~# samba -V
Version 4.3.11-Ubuntu
Andrea
Il 14/07/20 13:55, L.P.H. van Belle via samba ha scritto:
> Yes, all these work here also (! With bind9_dlz )
>
> nslookup nasa.org $(hostname -i) ( running the command on the DC itself.)
> nslookup nasa.org 1.1.1.1
> nslookup nasa.org 8.8.8.8
>
> Old samba version without the root zone provisioned maybe?
>
2020 Jul 15
0
internal DNS not forwarding
Hi Louis,
I'm going to update OS version following? your and Rowland's hint.
Thank you
Andrea
Il 15/07/20 08:57, L.P.H. van Belle via samba ha scritto:
> Yes, i believe you hitted "not" having the "root zone" in internal DNS.
> If i recall correctly its somewhere in 4.4. or 4.5 fix.
>
> But as Rowland said, i suggest also upgrading.
>
> ps other fix
2020 Jul 14
0
internal DNS not forwarding
Yes, all these work here also (! With bind9_dlz )
nslookup nasa.org $(hostname -i) ( running the command on the DC itself.)
nslookup nasa.org 1.1.1.1
nslookup nasa.org 8.8.8.8
Old samba version without the root zone provisioned maybe?
That is an old bug.
Which samba version is this?
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at
2006 Apr 04
5
Not routing for 1 host?
Hi,
I want to stop routing for 1 particular host in my network. I thought that this would do it:
iptables -D INPUT -d aaa.bbb.ccc.ddd -j DROP
iptables -D INPUT -s aaa.bbb.ccc.ddd -j DROP
But that still shows traffic. What is the corract way to do that?
Groeten,
Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
e-mail:
2006 Jan 22
1
setting up vpn client on a freebsd workstation
I have the following network:
External Interface External Interface
ccc.ccc.ccc.ccc aaa.aaa.aaa.aaa
| |
--> VPN <--> Internet <--> FreeBSD Client (NATed extip: bbb.bbb.bbb.bbb)
|
FW-1 Protected Net
ddd.ddd.ddd.ddd/24
VPN: ipsec freeswan (UDP encapsulated tunnel)
ccc.ccc.ccc.ccc has port 136/UDP open for
2012 Oct 02
3
PROBLEM : Cannot require an Exec
hello:
i currently am using Puppet to run some commands in a sequence. there are
two sequences of exec resources. we found that we cannot use require =>
Exec and it does not work at all as expected. here is some sample code.
exec { "exec-AAA":
command => "/bin/true",
returns => 0,
notify => Exec["exec-BBB"],
}
exec { "exec-BBB":
2003 Nov 21
4
Unable to create channel of type 'SIP'
I recently moved my Asterisk configuration to a new server and re-built
Asterisk from CVS. Now, I'm experiencing the following issue with SIP:
Executing Dial("Zap/1-1", "SIP/100|20") in new stack
NOTICE[-1232077904]: File app_dial.c, Line 518 (dial_exec): Unable to
create channel of type 'SIP'
== Everyone is busy at this time
Has anyone seen this issue before?
2011 Jun 13
3
combine the data frames into comma separated list.
Hi R users,
I am new to R and am trying to merge data frames in the following way.
Suppose I have n data frames each with two fields. Field 1 is common among
data frames but may have different entries. Field 2 is different.
Data frame 1:
Src Target1
1 aaa
1 bbb
1 ccc
2 aaa
3 ddd
Data frame 2:
Src Target2
2 aaaa
3 dddd
4 bbbb
4
2008 Mar 17
2
Bind Problem
I have a DNS server which is not returning mx queries for some reason? The zone file is as follows:
$TTL 1H
@ IN SOA example.com. root.example.com. (
1 ; serial#
3H ; refresh
1H ; retry
2012 Sep 04
6
Simple routing question
We use a dual homed CentOS-6.3 host for our Internet gateway router.
Its internal nic (eth1) is configured such that the address
192.168.0.1 is one of its aliases.
# cat /etc/sysconfig/network-scripts/ifcfg-eth1:192BOOTPROTO=none
BROADCAST=192.168.255.255
DEVICE=eth1:192
IPADDR=192.168.0.1
IPV6INIT=no
MTU=""
NAME="LAN - Non-routable"
NETMASK=255.255.0.0
NETWORK=192.168.0.0
1999 May 27
2
Can't connect to samba from foreign network --- 'Gethostbyaddr failed' error in log.smb
I have a samba server at ip address
aaa.bbb.ccc.ddd
I can connect to it from clients on subnets aaa.bbb.eee. and
aaa.bbb.fff.
I can't connect to it from clients on ggg.hhh.
smb.conf has
hosts deny = all
hosts allow = localhost, aaa.bbb., ggg.hhh.
The client can successfully 'ping mysambaserver' (resolves to
aaa.bbb.ccc.ddd). Doing 'net view \\mysambaserver' fails with
2008 May 07
4
name resolves to public address - should resolve to private...
On my network I have one Samba PDC (Version 3.0.28 running on FreeBSD
6.3-PRERELEASE), one mail server (FreeBSD + Dovecot + Postfix) and a
dozen or so WinXP/Win2K machines. The WinXP/Win2K machines all have
static IP addresses.
The Windows clients are configured to look up the Samba PDC machine for
both DNS and WINS. The Windows clients seem to be able to find other
machines as well as the PDC:
2006 Jul 06
2
tapply question
I think I understand tapply but i still
can't figure out how to do the following.
I have a dataframe where some of the column names are the same
and i want to make a new dataframe where columns
that have the same name are averaged by row.
so, if the data frame, DF, was
AAA BBB CCC AAA DDD
1 0 7 11 13
2 0 8 12 14
3 0 6 0 15
2007 Mar 08
1
Searching and deleting elements of list
Hi,
I have a problem. Please, look at example and try to help me!!
> A<-c("aaa","bbb","ccc","ddd","eee")
> B<-c("vvv","ooo","aaa","eee","zzz","bbb")
> C<-c("sss","jjj","ppp","ddd")
> D<-c("bbb","ccc")
2004 Jan 09
1
degree-min-sec data
Hello -
Have both astronomic and geodetic data sets with values in the form
"ddd:mm:ss.sssss", where dd is an integer between -180 and 180, mm is an
integer between 0 and 60, and ss is a floating-point
number between 0 and 60.0. In order to do anything useful with these
values they need to be turned into their "decimal degree" equivalent.
Assuming the data is a vector y, the
2012 Feb 20
2
Help on lattice barchart ploting
Hi friends,
I have following data and would like to plot this with barchart() availble
with lattice package.
RsID Freqs Genotype
AAA 63.636 1/1
AAA 32.727 1/2
AAA 3.636 2/2
BBB 85.965 2/2
BBB 14.035 2/1
CCC 63.158 1/1
CCC 21.053 1/2
CCC 15.789 2/2
DDD 26.786 2/2
DDD 46.429 2/1
DDD 26.786 1/1
EEE 32.759 2/2
EEE 43.103 2/1
2004 Jul 20
2
question regarding Asterisk. X-Lite, and firewall
Hello,
I have a one-way audio problem. If any one can give me a clue on how to
solve it, I'd highly appreciate.
My configuration is:
Both Asterisk server and a SIP phone run within a LAN. Asterisk:
CVS-HEAD-06/27/04-11:42:23. SIP phone is X-Lite release 1103m build stamp
14262. The Linux box that running Asterisk server is RedHat 2.4.18-14.
Asterisk server runs on IP: 192.168.1.102. X-Lite
2004 Apr 15
3
VOIP Spam
Hi,
Some people have suggested maintaining black lists and
white lists to avoid spammers and allow legitimate
callers into the network. However, the problem with
this method is that the spammer's IP address might
change due to DHCP. Today a spammer might get
aaa.bbb.ccc.ddd and lets say that I put this address
in my blacklist. To my annoyance, tomorrow a
legitimate caller might get
2018 May 31
3
mysterious rounding digits output
R version 3.5.0 (2018-04-23) -- "Joy in Playing"
Platform: x86_64-pc-linux-gnu (64-bit)
options(digits=3)
itemInfo <- structure(list("aaa" = c(1.39633732316667, 1.32598263816667, 1.11658324066667, 1.23651072616667, 1.05368679983333, 1.03100737383333, 0.9630728395, 0.7483865045, 0.620086646166667, 0.5411017985, 0.496397607833333, 0.459528044666667, 0.427877047833333,