@m5stickfreakler hi - did you ever solve this? I am having the same problem with both the LAN Module and the LAN Base - it initialises the LAN, gets an IP address, but just won't accept data from a browser when I try the following code:
s = socket.socket()
s.bind(('172.17.15.87',80))
s.listen(1)
I would love to get this sorted!
Cheers,