Can anybody tell me how to find out my dreambox IP number from my Linksys WRT54GS router? Ive had a look but im unsure about exactly what im looking for
Anybody know how to retreive the Dreambox IP address from a Linksys WRT54GS router
Collapse
X
-
Do you want to find out the ip address of the router or the ip address of a dreambox that's connected to the router?
EDIT:
If you open a command prompt and past in the following, it should generate a file in c: which will tell you all devices and the ip addresses on your network.
The router ip address is 192.168.1.1Code:[COLOR=Red] FOR /L %i IN (1,1,254) DO ping -a -n 1 192.168.1%i | FIND /i "Reply">>c:\ipaddresses.txt[/COLOR]
-
Ip numer
Look at the 2 page of the manual to your router. I hope that will help
Comment
-
thommo
your the guy with the dodgy menu button...ummm i know you have been in the router and it only showed the pc.
try a reset of the box/router and pc, check back in your router then to see if it shows.
if it doesnt i fear that you might not have dchp ticked in your box settings.
not sure how to cure that except finding a way into the menu on the box and going to communication setup and with a remote that wont respond with the menu button i dont know..last resort check batts in remote or re-flash a new image and see if that cures the remote/menu issue.
i'll leave it and see if anyone else has any ideas, as it might not be the case it might be you just have not seen the ip of the box, i wouldnt know as im not familar with them routers.Last edited by Guest; 14 April, 2008, 21:05.Comment
-
Thanks Kaos, tried that, the command does generate a file in C drive "ipadresses" but theres nothing in it.
Ive got the router IP 192.168.1.1 and my laptop is 192.168.1.100 but with the menu button not working on my remote the dreambox IP is provin difficult to findComment
-
thommo
you ca,n sure theres a tut on here, download the dw2 image and drop it into the tmp folder and....oh wait you,d need the remote to work that way...
dreamup and null modem lead mate......
if you get your mates remote it would be easiest. go to menu then expert setup communication setup and tick the dhcp box, then your router will assign it an ip, use the box ip and follow the flash fxp tut (second link in my sig) you should be good to go.
your only issue is the remote so no getting to the settings on the box.Comment
-
, I thought that might be the case, ive been tryin to get hold of a null modem cable since friday to no avail, the problem is the laptop im using has a 15 pin female port at the back of it, ive been told this isn,t suitable for what im tryin to use it for..you do get usb to male/female pin connectors but im unable to find a usb to 9pin female cable...any ideas where i could get my hands on one?? after this mate i,ll persevere on my own for abit..thanks for your help so far
Comment
-
Wrong command if you do that it will find ips of this sort :Do you want to find out the ip address of the router or the ip address of a dreambox that's connected to the router?
EDIT:
If you open a command prompt and past in the following, it should generate a file in c: which will tell you all devices and the ip addresses on your network.
The router ip address is 192.168.1.1Code:[COLOR=Red] FOR /L %i IN (1,1,254) DO ping -a -n 1 192.168.1%i | FIND /i "Reply">>c:\ipaddresses.txt[/COLOR]
192.168.1 , should be 192.168.1.1
Fix:
FOR /L %i IN (1,1,254) DO ping -a -n 1 192.168.1.%i | FIND /i "Reply">>c:\ipaddresses.txt
extra (dot) needed after the ip.Everything Is Purely For Eduational Purposes !!!Comment
-
hi
you could use program called NetScan it will list all computer on the network.. you can specify network range or subnet, nice free toolComment
-
For SG
To know ip for dreambox, open internet explorer
Type 192.168.1.254
Gatewayy screen appears, click on home network
Wait a while and then you see a list of device. Scroll down and you see dm500
Click view details, the ip address appears
Easy???A wise man learn more from a foolish question than a fool can learn more from a wise answer.Comment
-
-
connect to TV use RCA cable.
connect to Computer use ethernet cable (Example: FTP, DreamBoxEdit, etc...)
connect to Computer for flashing use NULL modem and ethernet cable.
which are you talking about, in future please state your question in detail. Cheers.Comment
Comment