How to remote connect BeagleBoard display to the laptop

Hi all,
        Recently I came to know that Beagle board's angstrom GUI can
be seen on console using VNC viewer. I followed following steps..

Am using BB-C4 so i connected laptop having ubuntu 10.04 to
Beagleboard having latest angstrom distribution using crossover
ethernet cable.

on typing ifconfig on Beagleboards root terminal, I didn get usb0 so I
typed insmod g_ether.ko .. I could see usb0 now then I typed

#ifconfig usb0 10.10.10.11
#route add default gw 10.10.10.10 on BB root terminal..

Then on my laptop I opened new terminal then typed

#ifconfig

didn get usb0 on my laptop terminal..then I typed..

#ifconfig eth0 10.10.10.10

Now when I ping from BB root terminal I couldnot communicatre with my
laptop but when I ping from my laptop terminal window its
communicating with BB..

What might be the problem .. pls help me.. I want to see Angstrom
distribution's GUI on my laptop..

Thanks for your time consideration..