With 10.04 LTS I found, that there is workaround - just to fix wrong
file reference in the firestarter sysctl-tuning - last paragraph has to
be like this:


# Doubling current limit for ip_conntrack
if [ -e /proc/sys/net/ipv4/ip_conntrack_max ]; then
  echo 16384 > /proc/sys/net/ipv4/netfilter/ip_conntrack_max
fi

Originally it points to incorrect location:

# Doubling current limit for ip_conntrack
if [ -e /proc/sys/net/ipv4/ip_conntrack_max ]; then
  echo 16384 > /proc/sys/net/ipv4/ip_conntrack_max
fi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/112334

Title:
  Closed connections shown in "Active connections"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firestarter/+bug/112334/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to