Linux Netfilter discussions
 help / color / mirror / Atom feed
* iprange
@ 2003-11-07 16:45 Vigil
  2003-11-07 17:18 ` iprange Alistair Tonner
  0 siblings, 1 reply; 15+ messages in thread
From: Vigil @ 2003-11-07 16:45 UTC (permalink / raw)
  To: Netfilter Mailing List

Hi, I have just installed iptables 1.2.9 from source, but it seems that the
iprange module that is now built in, is not working. From the iprange pom
documentation, it used to be that '-m iprange --dst-range
10.0.0.0-10.5.255.255.255' would work. Now, that is not working. It gives the
error, "iptables: No chain/target/match by that name", and iptables isn't
recognising -m as an argument anyway, but perhaps the -m argument is added by
pom, which I'm not using now. I figured I don't need to '-m iprange', since it
is built in, but without that, iptables doesn't recognise --dst-range. I thought
maybe I don't need to tell it that it's a range any more, that it will recognise
it as a range, and so with just '-d 10.0.0.0-10.5.255.255.255', iptables
complains that the host/network is not found.

Is iprange even being built in, as the changelog suggests? Do I have to activate
it in some way? Or has the iprange usage changed? How do I get it working as
before?

Thanks.

-- 

.


^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: Forwarding GnomeMeeting to internal network
@ 2003-11-12 14:18 Knight, Steve
  0 siblings, 0 replies; 15+ messages in thread
From: Knight, Steve @ 2003-11-12 14:18 UTC (permalink / raw)
  To: Netfilter Mailing List

Fyi - MLdonkey is a windows & unix peer-to-peer client application [see
mldonkey.org]

-----Original Message-----
From: Julien Didron [mailto:admin@tripnotik.dyndns.org] 
Sent: 12 November 2003 1.11
To: Netfilter Mailing List
Subject: Re: Forwarding GnomeMeeting to internal network


Hi again,


Thanks for the answer Antony.
I'll then grant this box a fixed IP using DHCP declaration with the MAC 
adress.

Concerning the ip_conntrack table, I indeed have a sort of worm on my
network 
called "MLdonkey" ;o) (it's on some other box on the network), process that
I 
kill everytime the problem occurs, but with no success : i still get the
very 
same error line in syslog.
after increasing the value of ip_conntrack_max, I monitored the traffic on 
the outgoing interface, that was very little : say from 150B/s to 500B/s up 
and down.
For information my local network (this is home) is composed of 4 machines 
ranging from mail server (smtp and pop) to DDNS, DHCP and web server ... But

I really don't think it to be a "large" network :o)

Again, thanks for the informations.

--
Open WebMail Project (http://openwebmail.org)


---------- Original Message -----------
From: Antony Stone <Antony@Soft-Solutions.co.uk>
To: Netfilter Mailing List <netfilter@lists.netfilter.org>
Sent: Wed, 12 Nov 2003 10:43:28 +0000
Subject: Re: Forwarding GnomeMeeting to internal network

> On Wednesday 12 November 2003 10:35 am, Julien Didron wrote:
> 
> > Hello list,
> >
> > I wish to use GnomeMeeting, for which I assume the only port that needs
> > opening is 1720.
> > Now, how can I forward all incoming traffic to port 1720 on the router,
to
> > one machine on the network that doesn't have a fixed IP (DHCP), but has
> > name on the domain thanks to DDNS (ex : abox.mydomain.net).
> 
> netfilter can only redirect packets to known IP addresses.
> 
> > Another question regarding ip_conntrack. After 5 days of use, I get the
> > following error in syslog : "ip_conntrack table full, dropping packet.".
I
> > then increased the value in /proc/sys/net/ipv4/ip_conntrack_max, from
3048
> > to 8192, but I think this is a quick fix that won't get me too far ...
> 
> Several thousand active connections is a *lot*.   Unless you have a very
> large network (maybe you do?), this would suggest something sinister,
>  such as a worm-infected machine attempting to connect to other 
> machines out on the Internet and leaving lots of half-open 
> connections in the conntrack table.
> 
> Look at the entries in the conntrack table and identify what the 
> problem is instead of simply making the table larger and allowing 
> the problem to get bigger.
> 
> > Is there a mean of flushing that table ? If not, how can I lower the TCP
> > connection timeouts ?
> 
> Again, not really the right solution.   Find out what machine/s 
> is/are filling upyour conntrack tableand fix them so that they 
> don't.   A healthy network in normal operation doesn't fill up a 
> conntrack table.
> 
> Antony.
> 
> --
> 
> When do you expect the official release of the 2.6.0 kernel?
> 
> Rusty Russell: From previous releases, a pattern has emerged: 
> exactly 6 months before it's ready.                                  
>                    Please reply to the list;                         
>                                   please don't CC me.
------- End of Original Message -------




.


-----------------------------------------------------------------------
Information in this email may be privileged, confidential and is 
intended exclusively for the addressee.  The views expressed may
not be official policy, but the personal views of the originator.
If you have received it in error, please notify the sender by return
e-mail and delete it from your system.  You should not reproduce, 
distribute, store, retransmit, use or disclose its contents to anyone.
 
Please note we reserve the right to monitor all e-mail
communication through our internal and external networks.
-----------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 15+ messages in thread
* RE: Forwarding GnomeMeeting to internal network
@ 2003-11-12 20:56 Daniel Chemko
  0 siblings, 0 replies; 15+ messages in thread
From: Daniel Chemko @ 2003-11-12 20:56 UTC (permalink / raw)
  To: Julien Didron, Netfilter Mailing List

If you are using a newish version of Netfilter, you can execute
something like the following:

echo "1000" >
/proc/sys/net/ipv4/netfilter/ip_conntrack_tcp_timeout_close_wait

This would set TCP CLOSE_WAIT timeouts to 1000 seconds. The default
number is 3 days, so within that time, any traffic that does not close
the connection properly will linger inside the conntrack systems.

I don't have the option to fix the bad system. I do Nagios probes for
Windows 2000 RDP uptimes using tcp socket probing (I know I could use
RPC, blah blah), but the RDP connections are never fully closed by the
windows machine, so within a couple days of probing various servers, I
have quite a large conntrack table. 


-----Original Message-----
From: Julien Didron [mailto:admin@tripnotik.dyndns.org] 
Sent: Wednesday, November 12, 2003 5:11 AM
To: Netfilter Mailing List
Subject: Re: Forwarding GnomeMeeting to internal network

Hi again,


Thanks for the answer Antony.
I'll then grant this box a fixed IP using DHCP declaration with the MAC 
adress.

Concerning the ip_conntrack table, I indeed have a sort of worm on my
network 
called "MLdonkey" ;o) (it's on some other box on the network), process
that I 
kill everytime the problem occurs, but with no success : i still get the
very 
same error line in syslog.
after increasing the value of ip_conntrack_max, I monitored the traffic
on 
the outgoing interface, that was very little : say from 150B/s to 500B/s
up 
and down.
For information my local network (this is home) is composed of 4
machines 
ranging from mail server (smtp and pop) to DDNS, DHCP and web server ...
But 
I really don't think it to be a "large" network :o)



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2003-11-12 20:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-07 16:45 iprange Vigil
2003-11-07 17:18 ` iprange Alistair Tonner
2003-11-07 17:27   ` iprange Vigil
2003-11-10 12:22     ` iprange Vigil
2003-11-11  8:43       ` iprange Jozsef Kadlecsik
2003-11-11 16:01         ` iprange Vigil
2003-11-11 21:54           ` iprange Alistair Tonner
2003-11-11 23:17           ` iprange Jozsef Kadlecsik
2003-11-12  0:11             ` iprange Vigil
2003-11-12 10:35             ` Forwarding GnomeMeeting to internal network Julien Didron
2003-11-12 10:43               ` Antony Stone
2003-11-12 13:11                 ` Julien Didron
2003-11-12 13:04               ` Jozsef Kadlecsik
  -- strict thread matches above, loose matches on Subject: below --
2003-11-12 14:18 Knight, Steve
2003-11-12 20:56 Daniel Chemko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox