Displaying 18 results from an estimated 18 matches for "ipv4_address".
2016 Apr 14
0
[Bug 1062] New: Kernel IPv6 event filtering not working
...ng
* launch some IPv6 matching traffic, the sync don't happen this time.
This is an example configuration in one of my nodes:
==== 8< ====
Sync {
Mode NOTRACK {
DisableInternalCache on
DisableExternalCache on
}
TCP {
IPv4_address 10.0.0.201
IPv4_Destination_Address 10.0.0.202
Port 3780
Interface eth0
Checksum on
SndSocketBuffer 12492800
RcvSocketBuffer 12492800
}
Options {
ExpectationSync On...
2014 Feb 05
1
[Bug 897] New: Numbers of caracter in the name of set.
...isnamewith015 (15 characters)=> thisnamewith015 (15 characters)(It's OK)
You can reproduce this bug by following these steps:
$ sudo nft add table ip test
$ sudo nft add chain ip test filter {type filter hook input priority 0 \; }
$ sudo nft add set ip test thenameofthissetistoolong { type ipv4_address\;}
$ sudo nft add set ip test thisnamewith015 { type ipv4_address\;}
$ sudo nft add set ip test thisnamewith0016 { type ipv4_address\;}
$ sudo nft list table ip test
table ip test {
set thenameofthisse {
type ipv4_address
}
set thisnamewith015 {
type ipv4_address
}...
2012 Nov 21
1
Conntrackd - fail at startup.
...UTC
2012 x86_64 x86_64 x86_64 GNU/Linux
This is a VirtualBox vm.
I try:
/usr/sbin/conntrackd -C /etc/conntrackd/conntrackd.conf -d
My config:
[root at lb1 log]# egrep -v '^\s*#|^$' /etc/conntrackd/conntrackd.conf | less
Sync {
Mode FTFW {
}
UDP {
IPv4_address 192.168.100.11
IPv4_Destination_Address 192.168.100.12
Port 3780
SndSocketBuffer 1249280
RcvSocketBuffer 1249280
Checksum on
}
Options {
}
}
General {
Nice -20
HashSize 32768...
2014 Feb 05
3
[Bug 895] New: Add a 'ipv6_address' set into a ipv4 table and vice versa
...an GNU/Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org
ReportedBy: anarey.spam at gmail.com
Estimated Hours: 0.0
You can add a 'ipv6_address' set into a ipv4 table and a 'ipv4_address' set
into a ipv6 table.
# With a ipv6-set
$ sudo nft list table ip t-ip
table ip t-ip {
set t-ipv4-set {
type ipv4_address
}
chain c-filter {
type filter hook input priority 0;
}
}
$ sudo nft add set ip t-ip t-ipv6-set { type ipv6_address\;}
$ sudo nft -nna...
[Bug 1123] New: conntrackd will not accept connection records into kernel table from another machine
2017 Feb 16
3
[Bug 1123] New: conntrackd will not accept connection records into kernel table from another machine
...led
entries DO NOT appear in conntrack -L
entries DO NOT appear in conntrackd -e
entries DO NOT appear in conntrackd -i
failures show in conntrackd -s
conntrackd.conf
Sync {
Mode FTFW {
DisableExternalCache On
CommitTimeout 1800
PurgeTimeout 5
}
UDP {
IPv4_address 192.168.0.31
IPv4_Destination_Address 192.168.0.30
Port 3780
Interface ens8
SndSocketBuffer 24985600
RcvSocketBuffer 24985600
Checksum on
}
}
General {
Nice -20
HashSize 32768
HashLimit 131072
LogFile on
Syslog on
LockFile...
2012 Jun 22
1
Renew IP address node came online again - Amazon EC2
...des could not mount OCFS again, then I found this path:
/sys/kernel/config/cluster/r0/node/
Which I have folders related to my servers, then I noticed that node1 (which is working with OCFS2) did not update node2 IP address.
The file I am talking about is:
/sys/kernel/config/cluster/r0/node/raid2/ipv4_address
Example:
root at node1:/sys/kernel/config/cluster/r0/node/node2# cat ipv4_address10.227.43.31
root at node22:/sys/kernel/config/cluster/r0/node/node2# cat ipv4_address10.54.19.4
The question is: How could I update it in order to get it working again Without Restart ocfs service?
Cluster.conf - U...
2011 Oct 18
12
Unable to stop cluster as heartbeat region still active
Hi,
I have a 2 nodes ocfs2 cluster running UEK 2.6.32-100.0.19.el5,
ocfs2console-1.6.3-2.el5, ocfs2-tools-1.6.3-2.el5.
My problem is that all the time when i try to run /etc/init.d/o2cb stop
it fails with this error:
Stopping O2CB cluster CLUSTER: Failed
Unable to stop cluster as heartbeat region still active
There is no active mount point. I tried to manually stop the heartdbeat
with
2014 Feb 05
3
[Bug 896] New: You can not add the follow kinds of sets: mark, integer, string, lladdr
...NEW
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;}...
2009 Sep 13
1
helping out on logcheck
Hi,
I'm quite a fan of logcheck and have been using it since setting up my
sites, and I recently saw madduck's call for help on logcheck at
debaday.[0] How can I help?
[0]
http://debaday.debian.net/2009/07/19/logcheck-brilliantly-simple-log-monitoring/
P.S. Please CC me on replies, thanks!
--
Zak B. Elep -- 1486 7957 454D E529 E4F1 F75E 5787 B1FD FA53 851D
I like the idea of 256
2020 Jul 24
1
[Bug 1445] New: conntrackd: segfaults when not disabling internal cache
...Reporter: arturo at netfilter.org
Original bug report: https://bugs.debian.org/965021
Using a config file like this makes conntrackd segfault at startup:
=== 8< ===
Sync {
Mode NOTRACK {
# DisableInternalCache on
DisableExternalCache on
}
Multicast {
IPv4_address 225.0.0.50
Group 3780
IPv4_interface 10.10.73.3
Interface vl-asta
SndSocketBuffer 1249280
RcvSocketBuffer 1249280
Checksum on
}
Options {
# TCPWindowTracking On
# ExpectationSync On
}
}
General {
Systemd on
# HashLi...
2011 Aug 03
0
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations.
...t;")
self.reset_screen_colors()
return
@@ -566,9 +569,9 @@ class NodeConfigScreen():
if not interface == "lo":
if has_ip_address(interface) or get_ipv6_address(interface):
ipv4_address = get_ip_address(interface)
- if get_ipv6_address(interface):
- ipv6_address = get_ipv6_address(interface)
- else:
+ try:
+ ipv6_address...
2013 Oct 25
8
[Bug 869] New: Segmentation fault when listing table/set
...Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org
ReportedBy: ave_it_son1 at hotmail.com
Estimated Hours: 0.0
nft list table filter was working ok until I added the following set command:
root at Deb1:/home/alex/nftables# nft add set filter ipv4_ad { type
ipv4_address\;}
root at Deb1:/home/alex/nftables#
root at Deb1:/home/alex/nftables#
root at Deb1:/home/alex/nftables# nft list table filter
Segmentation fault
root at Deb1:/home/alex/nftables# nft list table filter
Segmentation fault
As you can see I now get a Segfault. I get the same when attempting to list t...
2011 Aug 03
1
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations
...t;")
self.reset_screen_colors()
return
@@ -566,9 +569,9 @@ class NodeConfigScreen():
if not interface == "lo":
if has_ip_address(interface) or get_ipv6_address(interface):
ipv4_address = get_ip_address(interface)
- if get_ipv6_address(interface):
- ipv6_address = get_ipv6_address(interface)
- else:
+ try:
+ ipv6_address...
2013 Nov 29
1
[Bug 879] New: deleting maps
...Status: NEW
Severity: normal
Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org
ReportedBy: bjornar.ness at gmail.com
Estimated Hours: 0.0
inconsistent syntax, you define maps by for example:
add map filter verdict_map { type ipv4_address => verdict }
but to delete, you need to delete "set", even tho it is listed as a map..
also, would it be more consistent with "daddr map @verdict_map"
instead of "daddr vmap @.."?
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
----...
2014 Jan 25
7
[Bug 888] New: Assertion errors attempting a statement which (I believe) is grammatically correct.
...ails; From looking at the source there does
not appear to be a set type declared for network blocks and seeing that this
works when declared inline as an anonymous set I imagine this behaviour is not
desirable.
<some basic table initialization..>
nft> add map filter admin_addresses { type ipv4_address; }
nft> add element filter admin_addresses { 192.168.1.0/24 }
nft: src/netlink.c:155: alloc_nft_setelem: Assertion `expr->ops->type ==
EXPR_MAPPING' failed.
Aborted
--
Configure bugmail: https://bugzilla.netfilter.org/userprefs.cgi?tab=email
------- You are receiving this mail becaus...
2020 Aug 12
7
Samba DNS fails when queried with nslookup commands
Hello,
???? Having issues with a DC not responding to DNS requests. OS is
Ubuntu 18.04.4 LTS. Samba version 4.12.2 compiled from source. Checking
to see what is listening on port 53 reports;
@soldc4:~# netstat -tulpn | grep ":53"
tcp??????? 0????? 0 127.0.0.53:53 0.0.0.0:*?????????????? LISTEN?????
2935/systemd-resolv
tcp6?????? 0????? 0 :::53 :::*??????????????????? LISTEN?????
2020 Aug 13
3
Samba DNS fails when queried with nslookup commands
...with that is (and it is what myself and Louis fall out over),
> this is a DC and, in my opinion, there shouldn't be anything
> between the
> client and DC. Turning off systemd-resolved is probably a
> good idea, but
> Louis is correct, Samba apparently isn't listening on IPv4_address:53
>
> Might be an idea to see the smb.conf and resolv.conf from the DC.
>
> Rowland
>
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
>
2004 Apr 27
2
IPsec works, but racoon/IKE does not
...tion: 10.0.0.1[500]<=>10.0.0.10[500]
2004-04-27 20:52:18: INFO: isakmp.c:813:isakmp_ph1begin_i(): begin
Aggressive mode.
2004-04-27 20:52:18: DEBUG: isakmp.c:2006:isakmp_newcookie(): new
cookie:
055c6e2d1a6f5cf0
2004-04-27 20:52:18: DEBUG: ipsec_doi.c:3238:ipsecdoi_setid1(): use
ID type of IPv4_address
2004-04-27 20:52:19: DEBUG: oakley.c:300:oakley_dh_generate():
compute DH's private.
2004-04-27 20:52:19: DEBUG: plog.c:193:plogdump():
6e308efc dd12bb8c 43b3870d 470f6826 b75dcfed 51e9a827 7bfc9fb6
104e5038
ad255135 511f1047 029ebff4 059f5a66 3950f8df 1cf256d9 cae1b8a3
b72834de
8e0e440e aa8...