You should change this. It may not be your problem now, but it probably will at some point.
//change this
Ethernet.begin(mac, ip,gateway,subnet);
// to this
Ethernet.begin(mac, ip,gateway,gateway,subnet);
You should change this. It may not be your problem now, but it probably will at some point.
//change this
Ethernet.begin(mac, ip,gateway,subnet);
// to this
Ethernet.begin(mac, ip,gateway,gateway,subnet);