linux-igd route add prob

2002-11-22 Thread James
I'm trying to get linux-igd working. The INSTALL says to add a route using: route add -net 239.0.0.0 netmask 255.0.0.0 [int_if] Where int_if is my internal interface (xl1). I get: route: bad address: netmask How might I modify this to get it to work? To Unsubscribe: send mail to [EMAIL

Re: linux-igd route add prob

2002-11-22 Thread James
I created an alias. Perhaps this will work :) Quoting James [EMAIL PROTECTED]: I'm trying to get linux-igd working. The INSTALL says to add a route using: route add -net 239.0.0.0 netmask 255.0.0.0 [int_if] Where int_if is my internal interface (xl1). I get: route: bad address:

Re: linux-igd route add prob

2002-11-22 Thread Paul A. Scott
On 11/22/02 3:43 PM, James [EMAIL PROTECTED] wrote: route add -net 239.0.0.0 netmask 255.0.0.0 [int_if] Where int_if is my internal interface (xl1). I get: route: bad address: netmask How might I modify this to get it to work? use -netmask For future reference, I recommend reading the man

Re: linux-igd route add prob

2002-11-22 Thread James
I recommend not assuming the least of individuals who ask for help. -netmask doesn't work either :) Quoting Paul A. Scott [EMAIL PROTECTED]: On 11/22/02 3:43 PM, James [EMAIL PROTECTED] wrote: route add -net 239.0.0.0 netmask 255.0.0.0 [int_if] Where int_if is my internal interface

Re: linux-igd route add prob

2002-11-22 Thread Paul A. Scott
I recommend not assuming the least of individuals who ask for help. -netmask doesn't work either :) The error you reported was due to the fact that you specified 'netmask' rather than '-netmask'. Since you didn't mention that you also tried the latter, I could only assume you didn't try.

Re: linux-igd route add prob

2002-11-22 Thread James
Quoting Paul A. Scott [EMAIL PROTECTED]: Now you are saying '-netmask' doesn't work either, but you didn't say in what way. The error could not be the same. Since you didn't reply with further information, I guess now I can only assume you don't require any assistance. Sure don't! Thanks for