Displaying 2 results from an estimated 2 matches for "dns6".
Did you mean:
dns
2007 Feb 05
1
rgl.snapshot "failed"
Dear Roger Koenker,
I have had just the same problem (rgl.snapshot returns "failed") on my
Fedora Core 6 system.
It took me quite a while to figure out the solution, so I would like to
post it here to make others' lives easier.
My configuration:
Linux zachariasz.dns6.org 2.6.18-1.2869.fc6 #1 SMP Wed Dec 20 14:51:19
EST 2006 i686 athlon i386 GNU/Linux
Fedora Core 6
R version 2.4.0 Patched (2006-11-03 r39789)
Package: rgl
Version: 0.70
Date: 2007-01-06
What I had to do:
Download the rgl package, install libX11, libX...
2019 Oct 07
4
[Bug 1368] New: The "meta's"
...860:4860::8844 }
define o4dns = { 208.67.222.222, 208.67.220.220 }
define o6dns = { 2620:119:35::35, 2620:119:53::53 }
define myIPv4 = <filtered>
define myIPv6 = <filtered>
flush ruleset
table inet filter {
set dns4 {
type ipv4_addr;
elements = { $g4dns, $o4dns }
}
set dns6 {
type ipv6_addr;
elements = { $g6dns, $o6dns }
}
set smb {
type inet_service;
elements = { 137, 138, 139, 445 }
}
chain global {
ct direction original counter accept
ct state { established, related } counter accept
ct status confirmed counter accept...