ethernet shield + laptops internet

If you are using Windows, then ICS assigns 192.168.0.1/24 to the ethernet port of the laptop. If you don't use dhcp, then you need to assign the Arduino a static ip in that range, like this:
ip = 192.168.0.2
subnet = 255.255.255.0
gateway = 192.168.0.1