BBB and Ethernet to USB adapter

Hi,

I’m trying to use the Ethernet to USB adapter in order to connect to the uni lab computers as we don’t have spare Ethernet ports.
There is an Internet sharing option available on USB (RNDIS gadget) and it works, however I have a reason for another approach.
My connection is: the adapter Ethernet side is connected to BBB ethernet port with a cable and the adapter USB is connected to desktop PC (Win 7).
The adapter is D-Link DUB-1312 and i have tried the Apple adapter as well.
I know that is reverse to it’s intended purpose, but does it have a chance to work?
The results are:
BBB Ethernet socket yellow LED is solid ON, green LED is blinking
Adapter Ethernet socket yellow LED is OFF, green LED is blinking

On PC I have:
Ethernet adapter Local Area Connection 19:

Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::91b1:2a49:7a5c:3f21%45
IPv4 Address. . . . . . . . . . . : 192.168.0.1
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :

BBB gives me:
root@beaglebone:~# ifconfig
eth0 Link encap:Ethernet HWaddr 7c:66:9d:58:87:70
inet addr:192.168.0.53 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::7e66:9dff:fe58:8770/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:733 errors:0 dropped:0 overruns:0 frame:0
TX packets:83 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:162494 (158.6 KiB) TX bytes:17816 (17.3 KiB)
Interrupt:40

I am using the latest Debian image

I am unable to connect to the network
root@beaglebone:~# ping www.google.com
ping: unknown host www.google.com

Any advice, please

Jan