PDA

View Full Version : Any DCLoad-IP 1.0.4 binary with 192.168.0.4 set?



OmegaDog
February 27th, 2005, 06:49
Hey folks, I'm new here, though I've occasionally popped up on the DCEmu.co.uk IRC Channel. Right now, I'm just fooling around with ScummVM for the DC -- and since there's very little documentation on it, I've sorta been scribbling what I've found out [here.] (http://sourceforge.net/forum/forum.php?thread_id=1229751&forum_id=115757)

Anyway that's my intro. I'm just wondering -- has anyone out there compiled a DCLoad-IP 1.0.4 binary with a set IP of 192.168.0.4? The only binaries I've found so far [LINK] (http://sourceforge.net/project/showfiles.php?group_id=23791&package_id=76381) seem to only have 0.0.0.0 set.

After lots of futile searching, both through Google and forum searches, I'm looking into seeing how to set things up to compile my own binary with that IP set -- though, I'm just curious if anyone else has already done it (and just not posted about it ;) ) .

a128
February 27th, 2005, 09:48
no problem. use your binary with 0.0.0.0.0

just set

arp -a 192.168.0.4 XXX

where XXX is your dc hardwarenumber which is printed after you load dcload on your dreamcast ...it`s a number in hex
like 00:dc:12:e0:01 or somethink like this

OmegaDog
February 27th, 2005, 12:39
AWESOME. That worked! Thanks a great deal!

---

A couple extra notes: With Windows XP, the command seems to be the following:

arp -s xxx.xxx.xxx.xxx yy-yy-yy-yy-yy-yy
(... where, of course, the x area is the IP of choice, and the y area is the MAC Address.)

So yeah -- at least on WinXP, use -s instead of -a (using arp -a brings up the ARP table), and the hex numbers of the MAC Address are separated by dashes instead of colons.

---

Again -- thanks a lot!