-
Have a Gentoo linux router with config:
quickleave
phyint eth2 upstream ratelimit 0 threshold 1
altnet 10.0.0.0/8
altnet 102.168.1.1/24
phyint eth3 downstream ratelimit 0 threshold 1
phyint eth2 downstream ratelimit 0 threshold 1
phyint eth1 disabled
phyint ppp0 disabled
phyint wlan0 disabled
phyint wmaster0 disabled
phyint lo disabled
Interface list:
$ ip addr sh
1...
2009-11-12 04:09:34 UTC by nobody
-
oops !
Actual config is:
quickleave
phyint eth2 upstream ratelimit 0 threshold 1
altnet 10.0.0.0/8
altnet 102.168.1.1/24
phyint eth3 downstream ratelimit 0 threshold 1
phyint eth0 downstream ratelimit 0 threshold 1
phyint eth1 disabled
phyint ppp0 disabled
phyint wlan0 disabled
phyint wmaster0 disabled
phyint lo disabled.
2009-11-12 03:58:07 UTC by nobody
-
Have a Gentoo linux router with config:
quickleave
phyint eth2 upstream ratelimit 0 threshold 1
altnet 10.0.0.0/8
altnet 102.168.1.1/24
phyint eth3 downstream ratelimit 0 threshold 1
phyint eth2 downstream ratelimit 0 threshold 1
phyint eth1 disabled
phyint ppp0 disabled
phyint wlan0 disabled
phyint wmaster0 disabled
phyint lo disabled
Interface list:
$ ip addr sh
1...
2009-11-12 03:55:49 UTC by nobody
-
I can provide daemonize patch used myself:
diff -urBp igmpproxy.orig/src/igmpproxy.c igmpproxy/src/igmpproxy.c
--- igmpproxy.orig/src/igmpproxy.c 2009-09-15 19:25:13.000000000 +0400
+++ igmpproxy/src/igmpproxy.c 2009-09-15 19:56:19.000000000 +0400
@@ -126,6 +126,20 @@ int main( int ArgCn, char *ArgVc[] ) {
break;
}
+ if ( !Log2Stderr ) {
+
+ // Only daemon goes past this line...
+ if (fork()...
2009-10-20 07:45:17 UTC by lly
-
Please include daemonization possibilities to new versions. I'd like to start igmpproxy from rc.local scripts at system startup.
2009-10-19 08:10:50 UTC by nobody
-
I installled igmpproxy on my freebsd router, and it's work fine.
But i can't decrease amount of logs, that adding in /var/log/messages, or plently move them to /var/log/igmpproxy.log, for example. I add entry to /etc/syslog.conf for move the igmmproxy log to /var/log/igmpproxy.log, but it is whatever logging to /var/log/messages.
Can you help me? Thank you.
email bioroido@gmail.com.
2009-10-13 08:58:45 UTC by nobody
-
const86 made 1 file-release changes.
2009-10-05 18:28:13 UTC by const86
-
In Git. Thanks!
2009-09-30 19:27:32 UTC by const86
-
$ uname -vm
FreeBSD 9.0-CURRENT #0 r197619M: Wed Sep 30 01:09:39 UTC 2009 root@blah:/usr/obj/usr/src/sys/BLAH amd64
$ ./configure; gmake
...
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT igmp.o -MD -MP -MF .deps/igmp.Tpo -c -o igmp.o igmp.c
igmp.c: In function 'igmpPacketKind':
igmp.c:86:10: error: 'IGMP_MEMBERSHIP_QUERY' undeclared (first use in this function...
2009-09-30 04:20:18 UTC by nobody
-
Hi,
I don't know if you send me a private mail as I think SF mails were going to the bitbucket. I'm going to need this, or similar functionallity, and if you do have any ideas / advice for me I'll be happy to hear. You can mail me here or at martin "the char you know" djernaes "the other char" dk
Martin.
2009-09-28 08:59:32 UTC by djernaes