Re: Linux routing question

2001-02-25 Thread Todd A. Jacobs
On Fri, 23 Feb 2001, Frank Carreiro wrote: > I have setup a route on one of my linux boxes and have something > rather "unusual" happening. The box has a single nic in it. I'm > taking packets from my 192 network and moving them to my 172 network. > I can ping however it takes an unbelieable lo

Re: Linux routing question

2001-02-24 Thread Matthew Galgoci
On Fri, Feb 23, 2001 at 02:14:11PM -0700, Frank Carreiro wrote: > I have setup a route on one of my linux boxes and have something rather > "unusual" happening. The box has a single nic in it. I'm taking > packets from my 192 network and moving them to my 172 network. I can > ping however it

Re: Linux routing question

2001-02-24 Thread David Brett
Now to the orginal problem. Do you have a DNS server on the network? If not this will delay response, but the response time should be normal david On Sat, 24 Feb 2001, Michael Burger wrote: > It's called IP aliasing. > > ifconfig eth0 192.xxx.xxx.xxx > ifconfig eth0:0 172.xxx.xxx.xxx > >

Re: Linux routing question

2001-02-24 Thread David Brett
I was not aware this was possible in Linux david On Fri, 23 Feb 2001, Statux wrote: > The NIC has multiple addresses, I take it. Of course, since we're dealing > with 2 hosts on one piece of equipment.. > > On Fri, 23 Feb 2001, David Brett wrote: > > > Hi Frank > > > > How are you moving pa

Re: Linux routing question

2001-02-24 Thread Michael Burger
It's called IP aliasing. ifconfig eth0 192.xxx.xxx.xxx ifconfig eth0:0 172.xxx.xxx.xxx On Fri, 23 Feb 2001 18:47:14 -0500 (EST), David Brett wrote: >Hi Frank > >How are you moving packets from network to another with one NIC? I think >I am missing something? > > >david > >On Fri, 23 Feb 2001,

Re: Linux routing question

2001-02-23 Thread Statux
The NIC has multiple addresses, I take it. Of course, since we're dealing with 2 hosts on one piece of equipment.. On Fri, 23 Feb 2001, David Brett wrote: > Hi Frank > > How are you moving packets from network to another with one NIC? I think > I am missing something? > > > david > > On Fri, 2

Re: Linux routing question

2001-02-23 Thread David Brett
Hi Frank How are you moving packets from network to another with one NIC? I think I am missing something? david On Fri, 23 Feb 2001, Frank Carreiro wrote: > I have setup a route on one of my linux boxes and have something rather > "unusual" happening. The box has a single nic in it. I'm t

Linux routing question

2001-02-23 Thread Frank Carreiro
I have setup a route on one of my linux boxes and have something rather "unusual" happening. The box has a single nic in it. I'm taking packets from my 192 network and moving them to my 172 network. I can ping however it takes an unbelieable long time for a response. I've checked my networ