Displaying 20 results from an estimated 5000 matches similar to: "boot slow at "Applying ip6tables firewall rules""
2011 Jan 08
3
MEMDISK issues and Dell OptiPlex and Latitude systems
Hello all. Again I call upon the greats of this mailing list to help me with an issue related to MEMDISK - notably when paired with various Dell OptiPlex and Latitude systems.
The issue presented itself sometime ago and I best dealt with it by remaining with version 3.83 of the SYSLINUX package. But valuing the improved changes fostered by newer versions, I would prefer to move forward with
2007 Jul 14
3
Newbie ADSL configuration, ppp0 can't activate &
>Message: 23
>Date: Fri, 13 Jul 2007 22:11:59 -0400
>From: Dan Halbert <halbert at everyzing.com>
>Subject: Re: [CentOS] Newbie ADSL configuration, ppp0 can't activate &
> config not found
>To: CentOS mailing list <centos at centos.org>
>Message-ID: <469830EF.3080601 at everyzing.com>
mailing-lists at computer2.com wrote:
<snip>
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
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
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
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 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
2009 Dec 01
2
ip6tables state matching
Hi,
I am having problems adding a stateful inspection rule with ip6tables on
CentOS4.5.
#ip6tables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
That's what I am trying to do, but
#ip6tables: No chain/target/match by that name.
I have been googling but unable to solve the problem.
any ideas?
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 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!
2008 Mar 28
1
Strange behavior from grep
Hi,
It's been a long time since I've been noticing a strange behaviour
from CentOS grep command.
But today, I really need it.
I have a file that has the word gamito inside of it.
If I run
$ grep 'gamito' file
it returns nothing. Yet, if I run
$ grep -c 'gamito' file
It returns 1 which is right.
The mind boggles.
Does anyone ever had this problem or am I missing
2008 Jul 28
2
cupsd takes 100% of cpu
I have never been able to get cups to work properly since CentOS 4.x
(and am now on 5.2).
When I try to "service start cups", cupsd immediately starts taking 100%
of the cpu. Attaching strace to it shows no system calls happening. I
have tried uninstalling and reinstalling cups to get fresh config files.
My printers.conf is empty.
This is on a completely updated x86_64 CentOS 5.2
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
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,
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
2018 Oct 23
4
Stupid C7 firewall question
Been looking, and haven't found the answer: in c7, is there a firewall-cmd
command, or a systemctl cmd, to check whether ip6tables firewall is
running
mark
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
2013 Jul 07
3
Firewall will not disable - stumped!
very perplexed here - I need to turn off iptables. Ive tried
service iptables save
service iptables stop
chkconfig iptables off
service ip6tables save
service ip6tables stop
chkconfig ip6tables off
edited
OPGX280 ~ # cat /etc/sysconfig/system-config-firewall
# Configuration file for system-config-firewall
--disabled
--service=ssh
OPGX280 ~ :( # cat /etc/selinux/config
SELINUX=disabled
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
2018 Oct 24
3
Stupid C7 firewall question
On 10/23/18 14:45, Phil Perry wrote:
> On 23/10/18 19:05, mark wrote:
>> Been looking, and haven't found the answer: in c7, is there a firewall-cmd
>> command, or a systemctl cmd, to check whether ip6tables firewall is
>> running
>
> Yes, the same as for any other service:
>
> systemctl status ip6tables.service
>
Um, no. I've discovered that on our