Displaying 6 results from an estimated 6 matches for "ipv6only".
2011 Jun 07
2
[PATCH] examples/nginx.conf: add ipv6only comment
IPv4 addresses started looking very ugly the first time I got
IPv6 working on bogomips.org. In case somebody else can''t stand
how IPv4-mapped-IPv6 addresses look, the workaround is to use
two listeners and ensure the IPv6 one is ipv6only.
Unicorn itself supports IPv6, too, but nobody uses/needs it.
I''ll add :ipv6only support shortly (probably tomorrow).
>From 32b340b88915ec945ebdbfa11b7da242860a6f44 Mon Sep 17 00:00:00 2001
From: Eric Wong <normalperson at yhbt.net>
Date: Mon, 6 Jun 2011 19:15:36 -0700
Subject:...
2013 Oct 25
2
[PATCH] support SO_REUSEPORT on new listeners (:reuseport)
...o::TCPServer.new($1, $2.to_i)
+ new_tcp_server($1, $2.to_i, opt)
else
raise ArgumentError, "Don''t know how to bind: #{address}"
end
@@ -152,13 +161,18 @@ module Unicorn
sock
end
- def new_ipv6_server(addr, port, opt)
- opt.key?(:ipv6only) or return Kgio::TCPServer.new(addr, port)
- defined?(IPV6_V6ONLY) or
- abort "Socket::IPV6_V6ONLY not defined, upgrade Ruby and/or your OS"
- sock = Socket.new(AF_INET6, SOCK_STREAM, 0)
- sock.setsockopt(IPPROTO_IPV6, IPV6_V6ONLY, opt[:ipv6only] ? 1 : 0)
+ def ne...
2019 Oct 30
1
named errors in /var/log/messages
...these for each dns
-A INPUT -i sit1 -s IPV6-SLAVE -d IPV6-MASTER -m tcp -p tcp --dport 53 -m state --state NEW -j ACCEPT
-A INPUT -i sit1 -s IPV6-SLAVE -d IPV6-MASTER -m udp -p udp --dport 53 -j ACCEPT
the master DNS has this in /etc/named.conf
acl dns-hosts {
IPV6-SLAVE; // IPv6only: slave
...
};
view "auth" {
match-clients {
dns-hosts;
};
empty-zones-enable no;
recursion no;
additional-from-auth no;
additional-from-cache no;
also-notify {
IPV6-SLAVE;...
2017 May 15
2
Mini PCs
Hello Walter,
On Mon, 15 May 2017 09:22:54 +0200 "Walter H." <walter.h at mathemainzel.info> wrote:
> On Sun, May 14, 2017 11:00, wwp wrote:
> > On Sat, 13 May 2017 13:08:17 +0200 "Walter H."
> > <Walter.H at mathemainzel.info> wrote:
> >
> >> On 13.05.2017 00:29, Robert Moskowitz wrote:
> >> > I have been working,
2017 May 16
0
Mini PCs
...n order to setup and administrate the NAT/rooting
> (and eventually proxy) rules?
I've configured it quite simple ...
/etc/sysconfig/network_scripts:
ifcfg-eth0 and ifcfg-wlan0 have this: BRIDGE=br0
ifcfg-br0 is LAN (Dual-Stack)
ifcfg-eth1 is WAN (IPv4only)
ifcfg-sit1 is an HE IPv6 tunnel (IPv6only)
/etc/hostapd/hostapd.conf has this:
interface=wlan0
bridge=br0
/etc/sysconfig/ip(6)tables have at the last lines this:
# Log all other
-A INPUT -j LOG --log-prefix "IP(v6)[IN]: " --log-level 7
-A FORWARD -j LOG --log-prefix "IP(v6)[FWD]: " --log-level 7
-A OUTPUT -j LOG --lo...
2017 May 30
3
IPv6 addresses order (CentOS6)
Hello,
in /etc/sysconfig/network-scripts/ifcfg-eth0 I have this
<ifcfg-eth0>
...
IPV6INIT=yes
IPV6ADDR=prefix::5
IPV6ADDR_SECONDARIES="prefix::2 prefix::3 prefix::4"
IPV6_AUTOCONF=no
IPV6_DEFAULTGW=prefix::1
IPV6_DEFAULTDEV=eth0
</ifcfg-eth0>
when I enter ifconfig the IPv6 addresses are in a different order
<ifconfig>
eth0 Link encap:Ethernet HWaddr ...
inet addr:...