Re: routing between different subnets on same if.

2001-01-27 Thread Paul Jakma
On Sat, 27 Jan 2001, Miquel van Smoorenburg wrote: > What about /proc/sys/net/ipv4/conf/*/rp_filter ? Should be zero > for the 192.* interface(s), I think. > i already have that enabled for security purposes helaas. > Mike. regards, -- Paul Jakma [EMAIL PROTECTED] [EMAIL PROTECTED] PGP

Re: routing between different subnets on same if.

2001-01-27 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Paul Jakma <[EMAIL PROTECTED]> wrote: >On Sat, 27 Jan 2001, Miquel van Smoorenburg wrote: > >> Did you enable forwarding with echo 1 > /proc/sys/net/ipv4/ip_forward ? >> > >yes. the machine already routes correctly between the 2 subnets and >the internet which is o

Re: routing between different subnets on same if.

2001-01-27 Thread Paul Jakma
On Sat, 27 Jan 2001, Miquel van Smoorenburg wrote: > Did you enable forwarding with echo 1 > /proc/sys/net/ipv4/ip_forward ? > yes. the machine already routes correctly between the 2 subnets and the internet which is on a seperate interface. i also disabled /proc/sys/net/ipv4/conf/all/send_redir

Re: routing between different subnets on same if.

2001-01-27 Thread Paul Jakma
On Sat, 27 Jan 2001 [EMAIL PROTECTED] wrote: > did you install routed on the linux machine ? no i have my routes statically set, but that wouldn't make a difference. Routed just adds/deletes entries from the kernel table as neccessary and lets the kernel do the forwarding as neccessary. so it'd

Re: routing between different subnets on same if.

2001-01-27 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> wrote: >On Sat, 27 Jan 2001, Paul Jakma wrote: > >> On Sat, 27 Jan 2001 [EMAIL PROTECTED] wrote: >> >> > Hi Paul, >> > >> > I just think you might look for aliasing on your linux box. >> >> i have the aliasing, the aliased machine can ping IP'

Re: routing between different subnets on same if.

2001-01-27 Thread patrick . mourlhon
did you install routed on the linux machine ? On Sat, 27 Jan 2001, Paul Jakma wrote: > On Sat, 27 Jan 2001 [EMAIL PROTECTED] wrote: > > > Hi Paul, > > > > I just think you might look for aliasing on your linux box. > > > > i have the aliasing, the aliased machine can ping IP's on both > subnet

Re: routing between different subnets on same if.

2001-01-27 Thread patrick . mourlhon
Hi I just think you might look at aliasing on the linux box.. ifconfig eth0:0 ... this might help you do the think, regards, patrick mourlhon On Sat, 27 Jan 2001, Paul Jakma wrote: > i'm trying to get linux to do routing between 2 different subnets that > are on the same physical interface,

routing between different subnets on same if.

2001-01-27 Thread Paul Jakma
i'm trying to get linux to do routing between 2 different subnets that are on the same physical interface, because windows hosts don't seem to accept the redirects. how do i do it? how do i get linux to fully route between these subnets on behalf of clients? turn send_redirects off doesn't work,