On Fri, 2005-08-26 at 19:04 -0300, José Pablo Ezequiel Fernández wrote: > > > Try this: > > > > > > on your desktop, which normally has a 10.0.0.x address, add a > virtual > > > entry for eth0, in other words give it another IP address in the > > > subnet > > > needed by the other device: > > > > > > something like: > > > > > > ifconfig eth0:1 192.168.0.10 up > > > > > > and you should be able to communicate directly with the device. > > > > Thanks Nick, this sounds interesting. > > > > To which file /etc/confg.d/net ? > That line is for running on the command line as root, > for /etc/conf.d/net, a > similar one would have the same efect (check the file, it has comments > about > it).
Will definitely add this command to my book. It is so easy and I can't believe it. It worked like a charm. Is there a way to check what IP the device has on the network? I know the device MAC address and when I plug it IN, it obtains one of the IP via DHCP. With arp -a IP arp -e I can only check the MAC address. Is there a way to other way around. I know ethereal will capture the IP address, but I was wandering if there is any command line tool. -- #Joseph -- [email protected] mailing list

