On Wed, May 17, 2006 at 10:08:39AM +0200, Karel Galu?ka wrote: > Hi J.C., > Thank you for your answer. > I have written that I want to use the computer as a router in a future. I'm > testing it in my lab as a simple non-router computer now. The first > interface has ip 192.168.0.48 and the second 192.168.0.49. From the console > of the computer I'm not able to ping the second interface (host is down).
> vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 ... > inet 192.168.0.48 netmask 0xffffff00 broadcast 192.168.0.255 > vr1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 ... > inet 192.168.0.49 netmask 0xffffff00 broadcast 192.168.0.255 you have two interfaces on the same IPv4 subnet. what does your routing table look like? (netstat -rn -finet) you probably only have one route to this subnet, through vr0. do you understand the problem now? -- <[EMAIL PROTECTED]>