Digital Kaos

Anybody know how to retreive the Dreambox IP address from a Linksys WRT54GS router

Can anybody tell me how to find out my dreambox IP number ...

 
Home Register FAQ Calendar Search Today's Posts Mark Forums Read Links


Navigation »Digital Kaos > Cable > Cable Dreambox » Anybody know how to retreive the Dreambox IP address from a Linksys WRT54GS router

Welcome Header
Reply
 
LinkBack Thread Tools Display Modes

 Old 14th April, 2008, 07:00 PM   #1
Junior Member
 
Join Date: Apr 2008
Posts: 34
Thanks: 1
Thanked 2 Times in 2 Posts
Downloads: 22
Uploads: 0
scurders is on a distinguished road
Default Anybody know how to retreive the Dreambox IP address from a Linksys WRT54GS router


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
scurders is offline   Reply With Quote
 Old 14th April, 2008, 07:00 PM   #2
Administrator
 
Devilfish's Avatar
 
Join Date: Feb 2008
Location: /cdk
Receivers: Sky+ HD
Posts: 8,622
Thanks: 946
Thanked 6,449 Times in 1,674 Posts
Recipes: 2
Downloads: 269
Uploads: 112
Devilfish will become famous soon enoughDevilfish will become famous soon enough
Default

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.

 FOR /L %i IN (1,1,254) DO ping -a -n 1 192.168.1%i | FIND /i "Reply">>c:\ipaddresses.txt 
The router ip address is 192.168.1.1
__________________
Up YouR ViVa
Devilfish is offline   Reply With Quote
 Old 14th April, 2008, 07:28 PM   #3
Newbie
 
Join Date: Mar 2008
Location: system32
Posts: 13
Thanks: 7
Thanked 0 Times in 0 Posts
Downloads: 44
Uploads: 0
tomasz36 is on a distinguished road
Default Ip numer

Look at the 2 page of the manual to your router. I hope that will help


http://www.lucidlink.com/media/docs_...54GSRouter.pdf
tomasz36 is offline   Reply With Quote
 Old 14th April, 2008, 08:03 PM   #4
thommo
Guest
 
Posts: n/a
Downloads:
Uploads:
Default

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 thommo; 14th April, 2008 at 08:05 PM.
  Reply With Quote
 Old 14th April, 2008, 08:14 PM   #5
Junior Member
 
Join Date: Apr 2008
Posts: 34
Thanks: 1
Thanked 2 Times in 2 Posts
Downloads: 22
Uploads: 0
scurders is on a distinguished road
Default

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 find
scurders is offline   Reply With Quote
 Old 14th April, 2008, 08:20 PM   #6
Junior Member
 
Join Date: Apr 2008
Posts: 34
Thanks: 1
Thanked 2 Times in 2 Posts
Downloads: 22
Uploads: 0
scurders is on a distinguished road
Default

Thanks Thommo, im goin to borrow a mates remote and see if thats the issue. If not can I reflash a new image using the ethernet cable from my laptop straight to the dreambox?
scurders is offline   Reply With Quote
 Old 14th April, 2008, 08:24 PM   #7
thommo
Guest
 
Posts: n/a
Downloads:
Uploads:
Default

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.
  Reply With Quote
 Old 14th April, 2008, 08:42 PM   #8
Junior Member
 
Join Date: Apr 2008
Posts: 34
Thanks: 1
Thanked 2 Times in 2 Posts
Downloads: 22
Uploads: 0
scurders is on a distinguished road
Default

, 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
scurders is offline   Reply With Quote
 Old 1st March, 2010, 06:59 PM   #9
Junior Member
 
Dream Unlocker's Avatar
 
Join Date: Mar 2008
Location: Manchester EXCW World
Posts: 48
Thanks: 0
Thanked 7 Times in 5 Posts
Downloads: 8
Uploads: 0
Dream Unlocker is on a distinguished road
Default

Originally Posted by Devilfish View Post
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.

 FOR /L %i IN (1,1,254) DO ping -a -n 1 192.168.1%i | FIND /i "Reply">>c:\ipaddresses.txt 
The router ip address is 192.168.1.1
Wrong command if you do that it will find ips of this sort :

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 !!!
Dream Unlocker is offline   Reply With Quote
 Old 4th March, 2010, 12:17 PM   #10
Newbie
 
Join Date: Sep 2009
Posts: 4
Thanks: 4
Thanked 0 Times in 0 Posts
Downloads: 0
Uploads: 0
svastarija is on a distinguished road
Default

hi
you could use program called NetScan it will list all computer on the network.. you can specify network range or subnet, nice free tool
svastarija is offline   Reply With Quote
 Old 6th March, 2010, 11:44 AM   #11
DK Veteran
 
mini's Avatar
 
Join Date: Apr 2008
Posts: 428
Thanks: 9
Thanked 64 Times in 59 Posts
Downloads: 128
Uploads: 0
mini is on a distinguished road
Default

If you know what image you have on the box you ask someone for the default I.P. for that image. Then use Yweb.
mini is offline   Reply With Quote
Reply
» Digital Kaos > Cable > Cable Dreambox


Bookmarks

Tags
address, dreambox, linksys, retreive, router, wrt54gs

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
lost my linksys router setup cd dragnet Software 4 5th April, 2009 07:55 PM
dreambox ip address 10.0.0.97???? gloaning Sat Dreambox 4 26th February, 2009 08:02 AM
Change MAC Address on Airport Extreme Wireless Router Sean.Robinson Networking 8 10th October, 2008 10:23 PM
help me set up my linksys router & linksys gaming adapter satpink Sat Dreambox 2 24th July, 2008 05:23 PM
IP address on dreambox ash1809 Cable Dreambox 6 13th April, 2008 06:41 PM


All times are GMT. The time now is 02:12 AM.

This forum is best viewed with
Spreadfirefox Affiliate Button

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.1

Digital Kaos does not condone any illegal operations, including obtaining premium tv for free. Digital Kaos does not accept responsibilty for the loss of any equipment used.
Everything discussed on this forum is for experimental and educational purposes only. Use the information at your own risk.