After configuring the module (as explained in the prev post), it is time to configure the card.
I found this great link explaining the Debian install (complete with screenshots)
Since I am on DHCP, I just edited the /etc/network/interfaces file and added this:
auto eth0iface eth0 inet static
Then, I restarted the network:
/etc/init.d/networking restart
A quick ifconfig showed that the IP had been acquired.
A ping took about 2-3 secs before it responded, but it was all OK!
netstat -r showed the routing table. The gateway was set and so was I !!!