Hi,
after I waited for a while to get a hold on tech. supp, I gave up and I did some investigation on my own. It looks like "getexip" module tries to connect to all these sites. I have very basic Linux knowledge so I can't tell you a lot. PS yields these results after reboot:
1453 root 664 S getexip
1454 root 784 S sh -c wget http://checkip.dyndns.com:8245/ -T 3 -q -O /tmp/wgetpage.txt
1458 root 716 S wget http://checkip.dyndns.com:8245/ -T 3 -q -O /tmp/wgetpage.txt
and later
....
1486 root 8856 S /web/webs
1507 root 700 S check_daemon
1524 root 796 S crond
1527 root 496 S atd
1576 root 5096 S smbd -D
1633 root 664 S getexip
1636 root 784 S sh -c wget http://www.swlink.net/~styma/REMOTE_ADDR.shtml -T 3 -q -O /tmp/wgetpage.txt
1637 root 720 S wget http://www.swlink.net/~styma/REMOTE_ADDR.shtml -T 3 -q -O /tmp/wgetpage.txt
....
well, as I said Linux knowledge = 0, but I looked into getexip with a text editor and these commands are hardcoded in there @ offset E9C.
The first url returns the public IP address, but the second one is just dead.
Looking at the second url I wonder if the box was hacked or is just bad DLink code.
I wonder if someone else can confirm that their box behaves the same, that way I can have a bit of piece of mind.
Cheers