I don't have a pointer to an image, and the Amazon one now shows the official R3 distributed by NKC. It is almost identical, but doesn't have the underside connector to the ICSP pins.
I did do the jumper thing as you indicated and it works both static & DHCP.
pinMode(11,INPUT);
pinMode(12,INPUT);
pinMode(13,INPUT);
pinMode(50,OUTPUT);
pinMode(51,OUTPUT);
pinMode(52,OUTPUT);
start the Ethernet connection:
My IP address: 192.168.123.24
Reply from 192.168.123.24: bytes=32 time<1ms TTL=128
Thanks.