Re: [leaf-user] Changing TTL value of incoming packets

2008-07-15 Thread Martin Hejl
Vanja Milosevski wrote: > KP Kirchdoerfer wrote: >> You're right. AFAIK the ipt_TTL module allowing you to ALTER the TTL >> instead of just MATCH the TTL, as ipt_ttl does, is not available in >> the 2.4 kernel versions. > So what do you suggest I do now? It appears that you have two choices - eithe

Re: [leaf-user] Changing TTL value of incoming packets

2008-07-15 Thread Giovanni Franza
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 KP Kirchdoerfer wrote: > ... > To my (limited) knowledge an ISP sending packets with a ttl of 1 sounds > insane. > > kp > I can agree but some ISPs do this to limit to one the number of PC connect. In early implementation this was done from FASTWEB

Re: [leaf-user] Changing TTL value of incoming packets

2008-07-15 Thread KP Kirchdoerfer
Am Mittwoch, 16. Juli 2008 03:09:14 schrieb Vanja Milosevski: > So what do you suggest I do now? > KP Kirchdoerfer wrote: > > Am Dienstag, 15. Juli 2008 20:19:11 schrieb Vanja Milosevski: > >> Where do I get this module? From what I can see, it's not included in > >> the modules tarball. > > > > Y

Re: [leaf-user] Changing TTL value of incoming packets

2008-07-15 Thread Vanja Milosevski
So what do you suggest I do now? KP Kirchdoerfer wrote: > Am Dienstag, 15. Juli 2008 20:19:11 schrieb Vanja Milosevski: > >> Where do I get this module? From what I can see, it's not included in >> the modules tarball. >> > > > You're right. > AFAIK the ipt_TTL module allowing you to A

Re: [leaf-user] Changing TTL value of incoming packets

2008-07-15 Thread KP Kirchdoerfer
Am Dienstag, 15. Juli 2008 20:19:11 schrieb Vanja Milosevski: > Where do I get this module? From what I can see, it's not included in > the modules tarball. You're right. AFAIK the ipt_TTL module allowing you to ALTER the TTL instead of just MATCH the TTL, as ipt_ttl does, is not available in th

Re: [leaf-user] Changing TTL value of incoming packets

2008-07-15 Thread Matt Westveld
did you un-tar the modules to a dos partition? You lose the case when you do that - I've run into that issue before I've un-tarred to the tmp directory on the leaf box before to get around that issue. You may need to increase the ramdisk for that, I'm not sure -Original Message- From:

Re: [leaf-user] Changing TTL value of incoming packets

2008-07-15 Thread Vanja Milosevski
Where do I get this module? From what I can see, it's not included in the modules tarball. On Tue, Jul 15, 2008 at 12:44 PM, Tom Eastep <[EMAIL PROTECTED]> wrote: > Vanja Milosevski wrote: >> >> >> However, on the LEAF box I get the error: >> iptables: Unknown error -1 >> >> Now I don't even kn

Re: [leaf-user] Changing TTL value of incoming packets

2008-07-15 Thread Tom Eastep
Vanja Milosevski wrote: However, on the LEAF box I get the error: iptables: Unknown error -1 Now I don't even know how to diagnose the problem further. Before you ask, I've already added the ipt_ttl module but I get "(unused)" to appear in front of it when I type 'lsmod' - not sure if this is

[leaf-user] Changing TTL value of incoming packets

2008-07-15 Thread Vanja Milosevski
Hello, I need my Bering-uClibc router to be able to change the TTL value of incoming packets so that I can further add additional routers along the path to each client PC. Currently, the ISP I'm using sends me all packets with a TTL value = 1. Therefore, anything more than a single PC behind the c

Re: [leaf-user] Configuring network card

2008-07-15 Thread Vanja Milosevski
Hi guys, Thank You all for helping me out with this. I finally configured the network card and now I'm able to ping the machines on the network. The modules which I installed using the instructions at: http://leaf.sourceforge.net/doc/biaddrm.html#id3213495 ..were: 1. crc32 2. tulip Again, netw

Re: [leaf-user] Configuring network card

2008-07-15 Thread Gordon Bos
Vanja Milosevski wrote: > I found the old diskette by the NIC manufacturer and they say, in the > manual, that for Linux the tulip module is required. > However, it is not included by default in the Bering-uClibs in /lib/modules. > > How do I go about adding it? Try the dmfe module instead Gor