if i understood jm_eng he has no empty USB port on his Laptop, so no serial cable.
You can configure the plug to use a static IP. Edit /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
gateway 192.168.1.1
(adapt to your laptops network)
Or try to use zeroconf/bonjour. Never used it.