> From: Evgeny Yurchenko [mailto:[email protected]] > Sent: July 23, 2009 12:07 PM > > > From: [email protected] [mailto:[email protected]] On > > Sent: July 23, 2009 11:32 AM > > > > On Thu, Jul 23, 2009 at 11:29 AM, Chris Buechler<[email protected]> > > wrote: > > > On Thu, Jul 23, 2009 at 10:02 AM, Evgeny > > > Yurchenko<[email protected]> wrote: > > >> > > >> Thanks for quick report Chris. I am completely new to this stuff > > >> please bear with me. Trying to accoomplish 'Clone the > > tools repo at > > >> rcs.pfsense.org' I came to conclusion I need git installed on my > > >> pfSense-dev system. Reading several documents I tried > the following > > >> procedure: > > >> echo "WITHOUT_X11=yo" >> /etc/make.conf portsnap fetch > extract -> > > >> Success cd /usr/ports/devel/git && make BATCH=yo && make install > > >> BATCH=yo && make clean -> Failure after the next: > > >> > > > > > > No idea. Try to pkg_add -r git, or you may have to clone it on > > > another system and copy over the port. > > > > > > > or fetch http://cvs.pfsense.org/~cmb/igmpproxy-port.tgz > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] For > additional > > commands, e-mail: [email protected] > > > > Commercial support available - https://portal.pfsense.org > > > # pkg_add -r git > Error: FTP Unable to get > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-rele ase/Latest/git.tbz: File unavailable (e.g., file not found, no > access) > pkg_add: unable to fetch > 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7.0-rel ease/Latest/git.tbz' by URL > > Fetch from http worked, thank you. > > Eugene >
Ok, I managed to fix 'not sending IGMP out of upstream interface'. But igmpproxy sends it only first two times when IGMP received on downstream interface. 17:54:59.158716 IP 192.168.254.1 > 239.142.1.1: igmp v2 report 239.142.1.1 17:55:59.057693 IP 192.168.254.1 > 239.142.1.1: igmp v2 report 239.142.1.1 Then further igmp reports for this group received on downstream interface are not send out of upstream... Though igmpproxy sees them: Debu: Packet from 192.168.8.2: proto: 2 hdrlen: 20 iplen: 8 or 2048 Note: RECV V2 member report from 192.168.8.2 to 224.0.0.22 (ip_hl 20, data 8) Debu: Should insert group 239.142.1.1 (from: 192.168.8.2) to route table. Vif Ix : 0 Info: Updated route entry for 239.142.1.1 on VIF #0 Debu: Current routing table (Insert Route); ----------------------------------------------------- Debu: #0: Dst: 239.142.1.1, Age:2, St: I, OutVifs: 0x00000001 Debu: ----------------------------------------------------- Will investigate further. Eugene. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] Commercial support available - https://portal.pfsense.org
