Displaying 20 results from an estimated 4000 matches similar to: "ip6tables state matching"
2018 Oct 26
2
ip6tables on C7
On 10/26/18, Andrew Pearce <andrew at andew.org.uk> wrote:
> On 2018-10-26 16:25, mark wrote:
> I believe this should remove any ipv6 rules (rules and chains)
>
> ip6tables -F
> ip6tables -X
You might want to clear the other tables, too:
for x in filter nat mangle raw security ""
do
ip6tables ${x:+-t $x} -F
ip6tables ${x:+-t $x} -X
done
> You may need to
2006 Feb 16
1
[Bug 451] New: ip6tables port range support in multiport modules is broken
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=451
Summary: ip6tables port range support in multiport modules is
broken
Product: iptables
Version: unspecified
Platform: i386
OS/Version: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P2
Component: ip6tables
2018 Oct 26
2
ip6tables on C7
Working on a script, and to test, I need to shut down ip6tables
temporarily. firewalld is running; is there any way to shut down *just*
ip6tables?
I tried installinf iptables-services, and did a systemctl stop ip6tables,
and no joy.
mark
2010 Jun 01
2
how to install ip6tables?
Hi all,
I'm sorry if this is a quick dumb one, but how does one install ip6tables?
Running yum install ip6tables doesn't return anything, even with the
rpmforge repository enabled:
root at mercury:[~]$ yum install -y ip6tables
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirrors.netdna.com
* base: pubmirrors.reflected.net
* extras: mirror.vcu.edu
*
2007 Apr 18
2
[Bridge] Can bridge be 'seen' by ip6tables?
Hello!
Recently,I¡¯m doing a security project based upon ipv6.I have built up a bridge to support a transparent firewall.(my system is Fedora Core 2,kernel 2.6.5).In this system ,the version of the iptables is 1.2.7,which does not support ipv6(I have tried it).Thus,I download a new version and test it.
The iptables functions in bridge mode,but the ipv6 doesn't work well.In the
2007 Nov 15
3
ip6tables can't initialize ip6tables table filter
Hi list!
I am configuring Shorewall on a Xen domU virtual machine.
I configured only the zones, interfaces, rules, policy and shorewall.conf files.
When I run "shorewall check" there aren''t no problems, but when I try
to start shorewall I get this error a lot of time:
iptables: Invalid argument
ip6tables v1.3.6: can''t initialize ip6tables table `filter'': Bad
2012 Aug 01
1
centos 4.9 + ip6tables
Hi I have an old server running centos 4.9 and recently I added ipv6
connectivity to it, however I wanted to use iptables to restrict access like
im doing over ipv4. I tried using yum to install ip6tables but that's not
available on the repo. I'm trying to figure out what my options are, how do
you guys recommend I go about installing ip6tables. I guess I could upgrade
the server from 4.9
2011 Jan 11
1
IPv6, HE tunnel and ip6tables problems
CentOS 5.5, fully patched.
I have a HE tunnel (tunnelbroker.net) IPv6 tunnel. This works pretty
well and is simple to setup. Everything works fine.
Until I try to set up an ip6tables firewall.
eg if I try to view https://dnssec.surfnet.nl/?p=464 then the page never
displays and the firewall shows
kernel: IN=sit1 OUT=eth0 SRC=2001:0610:0001:40cd:0145:0100:0186:0033 DST=my.machine LEN=80 TC=0
2008 Jan 28
2
boot slow at "Applying ip6tables firewall rules"
I have a fairly vanilla install of Centos5 on a desktop box (with a
Broadcom NetXtreme BCM5752 Gigabit NIC). When booting, the boot process
hangs at "Applying ip6tables firewall rules" for 30-60 seconds before
proceeding, which is annoying. I have not tried to turn off ipv6
networking. I guess I could, but is this slowness to be expected? Is it
waiting for some ipv6 response?
2024 Apr 29
3
[Bug 1751] New: ip6tables-restore doesn't restore counters
https://bugzilla.netfilter.org/show_bug.cgi?id=1751
Bug ID: 1751
Summary: ip6tables-restore doesn't restore counters
Product: iptables
Version: 1.8.x
Hardware: x86_64
OS: Ubuntu
Status: NEW
Severity: minor
Priority: P5
Component: iptables-restore
Assignee: netfilter-buglog
2007 Apr 18
2
[Bridge] IPv6 + ip6tables packet bridging?
Hiyas,
Is there a patch for the 2.4.x series to do
ip6tables bridging of IPv6 packets? I was unable to
go to 2.6 due to issues with large packets so still
living in 2.4 land. If there are no patches, any
ideas on what gets patched in IPv4 to allow this
bridging?
-Scott
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
2012 Nov 21
3
ip6tables REJECT target 3s timeout
Hi,
I am trying to get ipv6 firewall running. I did a very simple ip6tables
rules and noticed very long running yum updates. I think that happened
because firewall is dropping outgoing packets to port 80. Well, I
thought to mitigate the issue and changed outgoing from drop to reject.
Now I try manually
# strace telnet 2a02:180:ffff:1::551f:b966 80
...
connect(3, {sa_family=AF_INET6,
2012 Jun 28
2
[Bug 796] New: ip6tables (iptables) "state" test fails to correctly determine the state of packet streams; will not jump to ACCEPT on ESTABLISHED,RELATED connections
http://bugzilla.netfilter.org/show_bug.cgi?id=796
Summary: ip6tables (iptables) "state" test fails to correctly
determine the state of packet streams; will not jump
to ACCEPT on ESTABLISHED,RELATED connections
Product: iptables
Version: unspecified
Platform: All
OS/Version: All
2008 Dec 30
0
IPv6 forwarding and ip6tables
I am running multiple IPv6 subnets here in my testbed. My IPv6 'router'
is a Centos box with IPv6forwarding turned on. It is also my RADVD
server (over multiple VLans), and Miredo server/relay.
I thought I had a simple ip6table setup that protected the box and let
it forward. Well I am wrong.
I got my previous DNS over IPv6 working on the DNS server, then tried to
get it working
2017 Aug 08
1
CentOS6, IP6tables, Routing, TPROXY (squid34 epel package)
Hello,
how do achieve this:
how must files /etc/sysconfig/network-scripts/ look like to be the same as
entering the following two commands ...
ip -f inet6 rule add fwmark 1 lookup 100
ip -f inet6 route add local ::/0 dev lo table 100
is there the localhost device lo correct, or does it have to be br0?
e.g.
a file route-br0 with
192.168.1.0/24 via 10.10.10.1 dev br0
does the routing to the
2020 May 26
3
ip6tables equivalent for NAT?
with ipv6, you just allow the specific ports destined to the specific local
machine(s) in on your WAN side, they don't need translating. same sort of
rule as if you had a internet-facing service running on the routing system
On Tue, May 26, 2020 at 11:55 AM Kenneth Porter <shiva at sewingwitch.com>
wrote:
> I finally got an ISP connection with working IPv6 and now I need to add
2011 Sep 27
3
[Bug 751] New: IPv6 bridging bug
http://bugzilla.netfilter.org/show_bug.cgi?id=751
Summary: IPv6 bridging bug
Product: iptables
Version: unspecified
Platform: x86_64
OS/Version: Gentoo
Status: NEW
Severity: normal
Priority: P3
Component: ip6tables
AssignedTo: netfilter-buglog at lists.netfilter.org
ReportedBy: david at
2017 Sep 30
0
[Bug 1186] New: ip6tables-restore not passing useful error messages from ip6tables
https://bugzilla.netfilter.org/show_bug.cgi?id=1186
Bug ID: 1186
Summary: ip6tables-restore not passing useful error messages
from ip6tables
Product: iptables
Version: unspecified
Hardware: x86_64
OS: Ubuntu
Status: NEW
Severity: enhancement
Priority: P5
Component:
2007 Nov 26
15
bad 1.6.3 striped write performance
Hi,
I''m seeing what can only be described as dismal striped write
performance from lustre 1.6.3 clients :-/
1.6.2 and 1.6.1 clients are fine. 1.6.4rc3 clients (from cvs a couple
of days ago) are also terrible.
the below shows that the OS (centos4.5/5) or fabric (gigE/IB) or lustre
version on the servers doesn''t matter - the problem is with the 1.6.3
and 1.6.4rc3 client kernels
2018 Oct 26
0
ip6tables on C7
Gordon Messmer wrote:
> On 10/26/18, Andrew Pearce <andrew at andew.org.uk> wrote:
>
>> On 2018-10-26 16:25, mark wrote:
>> I believe this should remove any ipv6 rules (rules and chains)
>>
>> ip6tables -F ip6tables -X
>
> You might want to clear the other tables, too:
>
>
> for x in filter nat mangle raw security "" do ip6tables ${x:+-t