eth ip 192.168.0.2 255.255.255.240 g:24.136.179.XXX

That means it's trying to get to ip 192.168.0.2 via your ethernet card (g = gateway). That won't work. Get to a command prompt and type "route print" That will print your routing table.

You need to make sure that your HPNA card is listed and can get to the 192.168.0.2/255.255.255.240 network.

If that doesn't work, post the output of route print, and I'll see if I can suggest something.