Hello All,<br><br>I have a ubuntu machine with eth0 and wireless interfaces. I manually executed the following commands to configured my network interfaces:<br><br>1. ifconfig eth0 192.168.3.139 netmask 255.255.255.0 up<br>
2. ifconfig wlan0:1 inet 169.254.6.199 netmask 255.255.0.0 broadcast 169.254.255.255 up<br><br><br>My Routing table:<br>Kernel IP routing table<br>Destination     Gateway         Genmask         Flags Metric Ref    Use Iface<br>
192.168.3.0     *               255.255.255.0   U     0      0        0 eth0<br>169.254.0.0     *               255.255.0.0     U     0      0        0 ra0<br><br><br>My other machine is in 192.168.3.x subnet and I am able to ping the 192.168.3.139. But, the problem is I can ping the 169.254.6.199 too.<br>
<br>Is there any special on 169.254 because by using the said subnet it seems the two interfaces has a cross over routing?.<br>Any idea how to resolve the issue?. <br><br>Thanks,<br><br>john<br>