Displaying 20 results from an estimated 3000 matches similar to: "IPChains"
2006 Oct 09
2
Apache spammer
Any tips on patching this?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20061009/690483bf/attachment-0002.html>
2006 Jul 11
5
Hardware Raid cards RAID 0 / 1
Last week we tried to install Centos on a brand new HP ML150 G2 with
AIC-8130/ Marvell SATA Raid card and it was a no go. We tried a few other
flavors of Linux as a test and all had trouble as well. Unfortunately time
didn't permit so we opted for a Windows solution to get the box into
production.
We have never had a problem with IDE and Embedded SATA (Non Raid)
Next time we want to
2002 Jun 14
4
ipchains question
I have a couple questions that I will submit separately. When I have
IPchains running I can't get my samba box to show up in network
neighborhood, but when I turn ipchains off the box shows up. What rules do
I need to add for things to work properly?
--
Raymond Norton
Little Crow Telemedia Network
320-234-0270
2005 May 30
5
ipchains to shorewall
I have tried to replace these lines from ipchains to work with shorewall.
# /NFS requires 111/tcp (sunrpc/portmapper) and *all* UDP ports./
#
ipchains -A input -p tcp -s $SUBNET -i eth0 -d 0/0 111 -j ACCEPT
ipchains -A input -p udp -s $SUBNET -i eth0 -d 0/0 -j ACCEPT
# /These ports are required by bootp, tftpd, and PXE./
# /There are also a handful of udp ports that need to/
# /be open,
2002 Feb 25
1
ipchains - major newbie trap
Just a quick word - I spent two days trying to get Samba to work. The whole
problem was a lack of knowledge about ipchains (firewall). It was part of
the RH7.1 install package, and the medium security setting stops all tcp and
udp traffic for a lot of ports, including those needed for NetBIOS (137-139)
It is pretty easy to fix, the IPCHAINS-HOWTO is a good and humorous read,
and by the end of
1999 Nov 22
1
Ipchains
Hi-
I heard about a bug in ipchains, could you please tell me what to do?
Thanks
2002 Oct 09
2
imq in 2.2.17 and ipchains?
Hi stef;
imq patch of 2.2.17 form http://luxik.cdi.cz/~devik/qos/imq.htm
diff against 2.2.17
Can you tell me how imq work with ipchains?
thanks for your help
regards,
haipe
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2002 Oct 09
7
ipchains iproute2 and port based routing
Hi all!
I try to make port based routing, because a have two connections to the
internet.
My router is a "one disk floppy router for linux". It is a big router
project www.fli4l.de. I try also to make a opt, it is like a plugin for this
router.
This project uses Kernel 2.2.19 compiled with libc5 (because it is small and
you can use one floppy disk).
At the moment, iproute2 is not
2001 Feb 22
1
SSH connection hangs with ipchains/RH6.2/OpenSSH 2.5.1p1 (butnot <= 2.3.0p1)
I figured this out -- looks like 2.5.1p1 is now using ports < 1024 on
the client side (wasn't before?). I had a ipchains rule to allow ACK
packets to 1024:65535, which was good enough for <= 2.3.0p1 :
#allow only ACK tcp packed
ipchains -A input -j ACCEPT -i eth0 -s any/0 --dport 1024:65535 -p tcp !
-y
So I added the following :
#allow return from ssh connections
ipchains -A input -j
2002 Aug 06
8
converting MASQ from ipchains
Hello,
on my old system I''m using ipchains. Can anyone help me with converting rule
/sbin/ipchains -A forward -j MASQ -s source_addr -d destination_addr 443 -p tcp
to shorewall. I know that I can write
eth0 source_addr
to /etc/shorewall/masq file
but I can''t found where I can specify the destination address.
The reason for this is to allow one user (computer) access only to
2007 May 10
2
Problem with translator
Hi,
Just installed 0.9.4 (from 0.8 series) and ran the spec translator. It
messed up specs that had the should include() where the argument to
include is a string (using no parens for the arg)
IOW, given:
context "OldSchool" do
class OldSchool
attr_accessor collection
def initialize
@collection = []
end
def add_new(item)
2015 Mar 17
2
How to know which protocol version clients use?
Hello,
I currently run samba with
server min protocol = NT1
but I need to move towards
server min protocol = SMB2
is there any way I can detect which clients still use the older protocol
versions? I would like to estimate the impact of the change before i do
close NT1/SMB1.
Thank and kind regards,
Heiner Billich
2000 Mar 02
0
ICMP & IPCHAINS
To all those that wanted to know how I was filtering particular
ICMP packets here is a few snippets from my firewall script which is
based on one by Ian Hall-Beyer. I hope this helps you get started.
Also note the output of the command:
ipchains -h icmp
Shawn Mitchell mentioned blocking all ICMP echos and especially
broadcast echos. Perhaps he''d care to elaborate with a similar
2001 Feb 22
0
SSH connection hangs with ipchains/RH6.2/OpenSSH 2.5.1p1 (but not <= 2.3.0p1)
I just recently installed OpenSSH 2.5.1p1 on a RH6.2 box (kernel
2.2.17). I run ipchains to do packet filtering, allowing incoming
connections only to 22 and 80 (and some other ports for specific
machines). I was able to run prior versions of openssh in this fashion
(I've run it from the first release, I think). Upon installing 2.5.1p1
I found that my attempts to connect hang, here is ssh
1999 Dec 13
0
NT Login with ipchains
Hello David,
After some experiments and discussions I came to the following result
concerning
private NT-Box connecting to a LAN via ipchains and using all NETBIOS
services (incl. domain-logon):
Cross-subnet browsing with NETBIOS could only be done by a local master
browser in the private net. I first thought of using Samba on the Linux
router for that. But the Samba service would have to use
2005 May 31
0
ipchains for firewall, QOS howto?
I have an Asterisk PBX behind a 'manually-built' IPCHAINS firewall machine.
Can anyone tell me what I need to allow/build QOS packet rewrites through
this simple NAT barrier? What do I need to pass to IPCHAINS to let QOS out
to the next outside network hop?
I ask this, because I have been getting intermittent jitter from my provider
(TELIAX), and since it seems near-impossible to
2002 Jul 30
1
Fwd: Reh Hat ipchains tricks
Hi Raymond,
I also struggled 3 days to set up a direct connection between a RH7.3 box
and a WinME box with a crossover cable for experiment and met with
frustration. The setup of WinME box has no problem and it can connect to
other Win boxes for file sharing.
IP Address
RH7.3 192.168.0.1
WinME 192.168.0.2
Ping started connecting but both boxes can't see each another. I also
doubt
2005 Dec 15
3
How to delete a record
hey,
i my database i have users and groups, each user can get in different groups
my db structure:
table groups: id, name, basegroup, firm_id
table users: id, firstname, lastname, email
table groups_users: group_id, user_id
my relation is a many to many:
class Group < ActiveRecord::Base
has_and_belongs_to_many :users
end
class User < ActiveRecord::Base
has_and_belongs_to_many
2006 May 29
14
Jabber Powered Rails Chatroom
For those who cant access IRC, or just looking for a quick browser based
alternative, i started an open jabber powered webchat for rails. Hopefully
this will be a nice alternative for people to go to ask questions, get some
help, offer some help, etc.
I hope the community enjoys it, just trying to give a little back for all
the hard work.
It can be accessed here
http://jabber.dufftech.com
2002 Mar 03
1
tinc vs. ipchains masquerading
Howdy,
I tried tackling this on irc with Ivo, but I suspect that irc may really
not be the best medium for technical discussions, so I'll reprise it here.
I am trying to duplicate the "tinc from behind a masquerading firewall"
example from the tinc web site:
(home) <--> (masquerading firewall) <--> (office)
192.168.1.21 192.168.1.1/1.2.3.4