(Port forwarding done) now ipcam and enc28j60

okay take a look on :

#include "etherShield.h"

// please modify the following two lines. mac and ip have to be unique
// in your local area network. You can not have the same numbers in
// two devices:
static uint8_t mymac[6] = {0x54,0x55,0x58,0x10,0x00,0x24};
static uint8_t myip[4] = {192,168,1,15};
static char baseurl[]="/";
static uint16_t mywwwport =85; // listen port for tcp/www (max range 1-254)

with this change, i can control trough the lan, not over internet.

...