Displaying 6 results from an estimated 6 matches for "nurealm".
2018 Nov 16
9
[Bug 1299] New: add set - syntax has changed - update documentation
...ocumentation
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: james at nurealm.net
Arch Linux
nftables 1:0.9.0-1
On the wiki:
https://wiki.nftables.org/wiki-nftables/index.php/Sets
the example is shown:
% nft add set filter blackhole { type ipv4_addr\;}
where man 8 nft shows:
add set [family] table set { type type ; ... }
the "family" is shown as optional.
&...
2019 Aug 04
2
[Bug 1359] New: nft 0.9.1 - table family inet, chain type nat, fails to auto-load modules
...to-load modules
Product: nftables
Version: unspecified
Hardware: x86_64
OS: other
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: james at nurealm.net
Arch Linux
linux 5.2.5.arch1-1
nftables 1:0.9.1-1
For clarity, removing any nat rules, then:
...
table inet nats {
chain prenats { type nat hook prerouting priority -100;
}
chain postnats { type nat hook postrouting priority 100;
}
}
...
$ sudo /etc/nf...
2000 Nov 08
1
openssh-2.3.0p1-1 with RedHat 6.2 - Bad packet length
...nSSH_2.3.0p1, protocol versions 1.5/2.0.
Compiled with SSL (0x0090581f).
debug: Reading configuration data /home/james/.ssh/config
debug: Applying options for sapphire
debug: Reading configuration data /etc/ssh/ssh_config
debug: ssh_connect: getuid 500 geteuid 0 anon 0
debug: Connecting to sapphire.nurealm.net [199.45.155.11] port 22.
debug: Seeding random number generator
debug: Allocated local port 765.
debug: Connection established.
debug: Remote protocol version 2.0, remote software version OpenSSH_2.3.0p1
debug: no match: OpenSSH_2.3.0p1
Enabling compatibility mode for protocol 2.0
debug: Local...
2018 Nov 18
1
[Bug 1301] New: Feature Request - "add set", "add element" - automatically import element members from a file
...from a file
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: james at nurealm.net
After working with "named sets", it would be convenient for nft to learn to
automatically import the "elements" for a "named set" from an external file,
when that list might be very long, as when, for instance, creating a drop rule
for addresses provided from ipde...
[Bug 1300] New: nft(8) - man page - SETS - missing descriptions and explanations - flags, auto-merge
2018 Nov 17
5
[Bug 1300] New: nft(8) - man page - SETS - missing descriptions and explanations - flags, auto-merge
..., auto-merge
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: james at nurealm.net
Arch Linux
nftables 1:0.9.0-1
nft(8) man page
SETS
add set [<address_family>] <table_name> <set_name> { type <type_spec> ; [flags
<flag_spec> ;] [timeout <timeout_spec> ;] [gc-interval <gc-interval_spec> ;]
[elements = { <element>[,...] } ;] [...
2000 Dec 06
8
openssh-SNAP-20001207 scp "Bad file descriptor" sort-of work-around
Everything seems to work, though I still have trouble with scp. The
behaviour is not protocol dependent - acts the same with either. (Using
RedHat 6.2)
When I scp <file> <host>:<dir>, bash is invoked as a login shell on the
server side host - this doesn't seem right. With my /etc/profile, I get
Dec 6 15:06:20 amethyst sshd[3027]: error: select: Bad file descriptor
in