Re: [uml-user] virtual network problem

2006-04-07 Thread Jeff Dike
On Fri, Apr 07, 2006 at 03:31:06PM +0400, Serge Goodenko wrote: > Yes, I tried kernel 2.6.16.1 and that helped, thanks... > > frankly a bit tired of porting my modifications to newer kernels... ) > well, at least I keep feeling myself in the thick of things.. 2.6.13 was quite a while ago, and UML

Re[2]: [uml-user] virtual network problem

2006-04-07 Thread Serge Goodenko
> > On Thu, Apr 06, 2006 at 08:30:19PM +0400, Serge Goodenko wrote: > > UML kernel version 2.6.13-4 with built-in UML running in SKAS3 > > mode. I don't know whether UML code itself has any versioning... host > > kernel is 2.6.13-15, if it matters.. ) > > Can you try something newer, to see if

Re: [uml-user] virtual network problem

2006-04-06 Thread Jeff Dike
On Thu, Apr 06, 2006 at 08:30:19PM +0400, Serge Goodenko wrote: > UML kernel version 2.6.13-4 with built-in UML running in SKAS3 > mode. I don't know whether UML code itself has any versioning... host > kernel is 2.6.13-15, if it matters.. ) Can you try something newer, to see if this is somethin

Re[2]: [uml-user] virtual network problem

2006-04-06 Thread Serge Goodenko
> On Thu, Apr 06, 2006 at 04:34:58PM +0400, Serge Goodenko wrote: > > the problem is when I ping any net1 host from any net0 host I get > > about 90% packet loss and 'tcpdump -x' started on router eth1 device > > shows the following packets (which are obviously corrupted): > > And the same pingin

Re: [uml-user] virtual network problem

2006-04-06 Thread Jeff Dike
On Thu, Apr 06, 2006 at 04:34:58PM +0400, Serge Goodenko wrote: > the problem is when I ping any net1 host from any net0 host I get > about 90% packet loss and 'tcpdump -x' started on router eth1 device > shows the following packets (which are obviously corrupted): And the same pinging from net1

[uml-user] virtual network problem

2006-04-06 Thread Serge Goodenko
Hi all! I configured a virtual network using UML kernels and i got some problems. My network consists of two virtual subnets and a virtual router connecting them. first net has 192.168.0.x hosts (net0) second net has 192.168.1.x hosts (net1) router has eth0 = 192.168.0.1 and eth1 = 192.168.1.1