Displaying 9 results from an estimated 9 matches for "ipv6_address".
2014 Feb 05
3
[Bug 895] New: Add a 'ipv6_address' set into a ipv4 table and vice versa
https://bugzilla.netfilter.org/show_bug.cgi?id=895
Summary: Add a 'ipv6_address' set into a ipv4 table and vice
versa
Product: nftables
Version: unspecified
Platform: x86_64
OS/Version: Debian GNU/Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
A...
2016 Apr 14
0
[Bug 1062] New: Kernel IPv6 event filtering not working
...xGrowth 80000000
Filter From Kernelspace {
Address Ignore {
IPv4_address 127.0.0.1
IPv4_address 10.0.0.200
IPv4_address 10.0.0.201
IPv4_address 10.0.0.202
IPv6_address ::1
IPv6_address fe00::200
IPv6_address fe00::201
IPv6_address fe00::202
}
}
EventIterationLimit 10
}
==== 8< ====
You can switch to userspace filtering by replacing the 'Kernelspace'...
2011 Aug 03
0
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations.
...quot;set %s/DHCPV6C yes\n" % BR_ROOT
elif OVIRT_VARS["OVIRT_IPV6"] == "static":
self.BR_CONFIG += "set %s/IPV6INIT yes\n" % BR_ROOT
- self.BR_CONFIG += "set %s/IPV6ADDR %s\n" % (BR_ROOT, OVIRT_VARS["OVIRT_IPV6_ADDRESS"])
+ self.BR_CONFIG += "set %s/IPV6ADDR %s/%s\n" % (BR_ROOT, OVIRT_VARS["OVIRT_IPV6_ADDRESS"], OVIRT_VARS["OVIRT_IPV6_NETMASK"])
self.BR_CONFIG += "set %s/IPV6_AUTOCONF no\n" % BR_ROOT
self.BR_CONFIG += &q...
2011 Aug 03
1
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations
...quot;set %s/DHCPV6C yes\n" % BR_ROOT
elif OVIRT_VARS["OVIRT_IPV6"] == "static":
self.BR_CONFIG += "set %s/IPV6INIT yes\n" % BR_ROOT
- self.BR_CONFIG += "set %s/IPV6ADDR %s\n" % (BR_ROOT, OVIRT_VARS["OVIRT_IPV6_ADDRESS"])
+ self.BR_CONFIG += "set %s/IPV6ADDR %s/%s\n" % (BR_ROOT, OVIRT_VARS["OVIRT_IPV6_ADDRESS"], OVIRT_VARS["OVIRT_IPV6_NETMASK"])
self.BR_CONFIG += "set %s/IPV6_AUTOCONF no\n" % BR_ROOT
self.BR_CONFIG += &q...
2014 Feb 05
3
[Bug 896] New: You can not add the follow kinds of sets: mark, integer, string, lladdr
...Severity: enhancement
Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org
ReportedBy: anarey.spam at gmail.com
Estimated Hours: 0.0
Tt's impossible add these specific kinds of sets: mark, integer, string,
lladdr. Only you can add ipv4_address, ipv6_address (bug
https://bugzilla.netfilter.org/show_bug.cgi?id=895) and inet_service set.
(tests) $ sudo nft add set ip t-ip2 set-mark { type mark\;}
<cmdline>:1:34-37: Error: syntax error, unexpected mark, expecting string
add set ip t-ip2 set-mark { type mark;}
^^^^...
2011 Feb 26
4
IP6 Anyone?
...le making favourite, is IP6 breaks Micro$oft's set-up.
Micro$oft can not handle actual IP6 addresses because : is forbidden by
Micro$oft in its 'Uniform Naming Convention (UNC) path names'. Naturally
Micro%oft has invented a 'work around' solution.
http://en.wikipedia.org/wiki/IPv6_address#Literal_IPv6_addresses_in_UNC_path_names
Because : is sometimes used in an address to indicate the start of a
port number, example http://www.anyonejunk.com:1234, the IP6 address can
be enclosed within [ ] with the port number remaining outside the square
brackets.
How will IP6 affect the softwar...
2013 Apr 11
2
centos 6.3 ipv6 default gateway
hello,
i met a problem in configuratiion of ipv6 gw in my box
i install centos 6.3 (64 bit) on my boxs, which have four netcard.
i use a straight-through cable to connect centosv0:netcard-2 and
centosv1:netcard2
the topology is this:
client c(windows xp) <-->centosv0:netcard-3 <--> centosv0:netcard-2 <--->
centosv1:netcard-2 <---->centosv1:netcard-2 <---> client d
2017 Feb 04
2
tftpd: don't use AI_ADDRCONFIG to resolve addresses to bind(2)
...start tftpd in parallel to bringing the
network up without the need to serialize these two.
Additionally to the refusal to start binding on 0.0.0.0 the error
message is not understandable to me.
In case b) my expectation is that tftpd fails with something like:
cannot bind to IPv6 address $ipv6_address
a) can be fixed by just dropping AI_ADDRCONFIG from the call to
getaddrinfo. Also for b) this improves the situation, from
cannot resolve local IPv6 bind address: $X (...); using IPv4 only
to
cannot bind to local IPv6 socket,IPv6 disabled: ...
So in this case the error message at least match...
2017 Feb 03
2
Bug#771441: [PATCH tftpd-hpa] tftpd: don't use AI_CANONNAME and AI_ADDRCONFIG to resolve addresses for bind
On Fri, Feb 03, 2017 at 03:40:32PM +1030, Ron wrote:
> On Thu, Feb 02, 2017 at 02:22:47PM +0100, Uwe Kleine-K?nig wrote:
> > On Thu, Feb 02, 2017 at 04:08:49PM +1030, Ron via Syslinux wrote:
> >
> > > The use of AI_PASSIVE here is a placebo. That flag has no effect unless
> > > address was NULL, and if that was true, neither of the hunks here would
> > >