Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 158125 Details for
Bug 242924
Bug 232765: Active Connections not displayed
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fixes other ip_conntrack references
firestarter-1.0.3-conntrack.patch (text/plain), 2.04 KB, created by
Sertaç Ö. Yıldız
on 2007-06-28 14:10:28 UTC
(
hide
)
Description:
fixes other ip_conntrack references
Filename:
MIME Type:
Creator:
Sertaç Ö. Yıldız
Created:
2007-06-28 14:10:28 UTC
Size:
2.04 KB
patch
obsolete
>diff -Nur firestarter-1.0.3-orig/src/netfilter-script.c firestarter-1.0.3/src/netfilter-script.c >--- firestarter-1.0.3-orig/src/netfilter-script.c >+++ firestarter-1.0.3/src/netfilter-script.c >@@ -336,9 +336,9 @@ > > fprintf (script, "\n# --------( Sysctl Tuning - IPTables Specific Parameters )--------\n\n"); > >- fprintf (script, "# Doubling current limit for ip_conntrack\n"); >- fprintf (script, "if [ -e /proc/sys/net/ipv4/ip_conntrack_max ]; then\n" >- " echo 16384 > /proc/sys/net/ipv4/ip_conntrack_max\nfi\n\n"); >+ fprintf (script, "# Doubling current limit for nf_conntrack\n"); >+ fprintf (script, "if [ -e /proc/sys/net/netfilter/nf_conntrack_max ]; then\n" >+ " echo 16384 > /proc/sys/net/netfilter/nf_conntrack_max\nfi\n\n"); > > fclose (script); > } >@@ -389,9 +389,9 @@ > fprintf (script, "$MPB ip_tables 2> /dev/null\n"); > fprintf (script, "$MPB iptable_filter 2> /dev/null\n"); > fprintf (script, "$MPB ipt_state 2> /dev/null\n"); >- fprintf (script, "$MPB ip_conntrack 2> /dev/null\n"); >- fprintf (script, "$MPB ip_conntrack_ftp 2> /dev/null\n"); >- fprintf (script, "$MPB ip_conntrack_irc 2> /dev/null\n"); >+ fprintf (script, "$MPB nf_conntrack 2> /dev/null\n"); >+ fprintf (script, "$MPB nf_conntrack_ftp 2> /dev/null\n"); >+ fprintf (script, "$MPB nf_conntrack_irc 2> /dev/null\n"); > fprintf (script, "$MPB ipt_REJECT 2> /dev/null\n"); > /* fprintf (script, "$MPB ipt_REDIRECT 2> /dev/null\n"); */ > fprintf (script, "$MPB ipt_TOS 2> /dev/null\n"); >diff -Nur firestarter-1.0.3-orig/src/statusview.c firestarter-1.0.3/src/statusview.c >--- firestarter-1.0.3-orig/src/statusview.c >+++ firestarter-1.0.3/src/statusview.c >@@ -32,7 +32,7 @@ > > #define DEV_FILE "/proc/net/dev" > #define TCP_FILE "/proc/net/tcp" >-#define CONNTRACK_FILE "/proc/net/ip_conntrack" >+#define CONNTRACK_FILE "/proc/net/nf_conntrack" > #define CONNTRACK_TTL 10 /* Number of refresh cycles a non-established connection is kept in the GUI */ > #define REFRESH_RATE 1 /* Time in seconds between updates */ > #define HISTORY_LENGTH 5 /* Number of samples to use when averaging the traffic rate */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242924
: 158125