RE: Need help with multi-homed system

2000-07-24 Thread alukes
Thanks for responding. > Any other system on the LAN can ping both cards in the multi-homed > system, but not the linux system on the other subnet. That means that forwarding/masquerading hasn't been enabled. To turn it on using Red Hat 6.2, you should: echo 'net.ipv4.ip_forward = 1' >> /etc/s

Re: Need help with multi-homed system

2000-07-21 Thread Rick Knebel
>On 21 Jul 2000 15:26 Brian wrote: >> >>echo 1 > /proc/sys/net/ipv4/ip_forward >> >>brian > >Better to edit /etc/sysconfig/network to add: > >FORWARD_IPV4=yes > >Then restart the network: > >/etc/rc.d/initd/network restart > >That way the change will be preserved when you reboot. > > >-- >Anthony

Re: Need help with multi-homed system

2000-07-21 Thread Anthony E . Greene
On 21 Jul 2000 15:26 Brian wrote: > >echo 1 > /proc/sys/net/ipv4/ip_forward > >brian Better to edit /etc/sysconfig/network to add: FORWARD_IPV4=yes Then restart the network: /etc/rc.d/initd/network restart That way the change will be preserved when you reboot. -- Anthony E. Greene <[EMAIL

Re: Need help with multi-homed system

2000-07-21 Thread Gordon Messmer
On Thu, 20 Jul 2000 [EMAIL PROTECTED] wrote: > I've been given the great task of building and configuring a linux system to > do IP masquerading and mail forwarding to our exchange server. For mail forwarding, is sounds like you're using sendmail. I'd recommend qmail for that function, instead.

Re: Need help with multi-homed system

2000-07-21 Thread Brian
echo 1 > /proc/sys/net/ipv4/ip_forward brian On Thu, 20 Jul 2000 [EMAIL PROTECTED] wrote: > Hello everyone! > I've been given the great task of building and configuring a linux system to > do IP masquerading and mail forwarding to our exchange server. I've got two > network cards in my linux

Re: Need help with multi-homed system

2000-07-20 Thread Anthony E . Greene
On 21 Jul 2000 01:25 you wrote: >Hello everyone! >I've been given the great task of building and configuring a linux system to >do IP masquerading and mail forwarding to our exchange server. I've got two >network cards in my linux box with addresses on different networks and I'm >trying to set the

Re: Need help with multi-homed system

2000-07-20 Thread Bret Hughes
[EMAIL PROTECTED] wrote: > Hello everyone! > I've been given the great task of building and configuring a linux system to > do IP masquerading and mail forwarding to our exchange server. I've got two > network cards in my linux box with addresses on different networks and I'm > trying to set them

Need help with multi-homed system

2000-07-20 Thread alukes
Hello everyone! I've been given the great task of building and configuring a linux system to do IP masquerading and mail forwarding to our exchange server. I've got two network cards in my linux box with addresses on different networks and I'm trying to set them up to forward packets to each other