iptables trick to limit number of connections on a router625 (8/19/2010 8:35:53 AM) comp.os.linux.networking Hello, I guess this problem would be tricky as I googled and found no good solution. On a router box with two interface eth0 and eth1, eth0 connects with the internet and eth1 connects with the intranet. Intr... Eric
tc filter problems1037 (8/9/2010 1:18:40 PM) comp.os.linux.networking Hi, I try to divide a linux router traffic into several classes and shape them using iptables and tc fw filter. Below are my commands: iptables: iptables -t mangle -A PREROUTING -j CONNMARK --restore-mark i... Eric
how to inform pppd Session-Timeout value using radius030 (3/9/2010 6:02:12 AM) comp.os.linux.networking Hi, I am trying to set up a vpn service using radius+mysql+pptpd+pppd, so far everything is right that user in table radcheck can login using the config'ed password. Now I want to control the behavior of a p... Eric
what can be used to uniquely identify a unix box?3533 (4/29/2009 5:05:59 PM) comp.unix.programmer Is there a uuid assigned to every UNIX the OS installation? Or we have to rely on hardware serial numbers? * MAC addr - can be faked or changed. * hard disk serial number - sometimes hdparm fails to get it. an... Eric
Question on ACE 's alternative and distributed computing?244 (7/17/2008 9:58:50 AM) comp.unix.programmer Hi, everyone, Do any of you have experiences in the Adaptive Communication Environment(ACE)? It is an OO framework that implement some core patterns in communication software. It has a C++ wrapper layer for a... Terry
Does anybody have nice .indent.pro files that can be shared?034 (5/26/2008 5:04:12 PM) comp.unix.programmer Does anybody have nice .indent.pro files to share? Mine is : -kr -bap -bad -ut -ts4 it's a mutation from k&r style. mostly, it does what I want. But when a line is too long, it cuts the line into ugly pieces. ... Terry
questions upon epoll039 (5/23/2008 11:19:48 AM) comp.unix.programmer questions upon epoll: Is a socket associated with two kernel buffers for read and write resp.? how does the kernel tell whether a socket is ready for read or write or both? I can easily guess a socket is rea... Terry
what can be used to uniquely identify a unix box?3533 (4/29/2009 5:05:59 PM) comp.unix.programmer Is there a uuid assigned to every UNIX the OS installation? Or we have to rely on hardware serial numbers? * MAC addr - can be faked or changed. * hard disk serial number - sometimes hdparm fails to get it. an... cong818(41)
tc filter problems1037 (8/9/2010 1:18:40 PM) comp.os.linux.networking Hi, I try to divide a linux router traffic into several classes and shape them using iptables and tc fw filter. Below are my commands: iptables: iptables -t mangle -A PREROUTING -j CONNMARK --restore-mark i... cong818(41)