473,406 Members | 2,710 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Repeater Bridge in home network - step 1: getting internet connection

Knut Ole
Just bought an additional router and in the process of setting up a repeater bridge from the wifi downstairs (Thomson standard firmware) to my new Netgear dd-wrt router.

I've followed the excellent instructions on dd-wrt wiki for rep bridges, but they leave me just short of connecting all the way out to ze internets.

status:
I can connect to the dd-wrt router on LAN, 192.168.1.1.
I can connect to te dd-wrt router on wifi - but only if LAN is disconnected (?).
But I don't get an internet connection thru the dd-wrt router.
And I don't get an dhcp autoassigned ip from the new router - but I can connect with manual address.
The setup page in dd-wrt shows the channel as 1, though it was configured to- and the old router is using ch 6. though apparently it's irrelevant (says wiki)?

I have a feeling it might have something to do with dhcp? My upstairs dd-wrt router has dhcp turned off (i think?), and the other router has it on (i believe, as i dont put manual address when connecting directly to it from my mac). It seems perhaps the mix of dhcp and manual address makes the downstairs router cranky?

how exactly will the routes be here actually? The new router will get ONE ip address on the old router and route all it's traffic thru that one ip? Or, as i think I read somewhere, that the dhcp of the old router (which of course has the internet connection) assigns ips to the new devices connecting thru the new router? if so, is it a problem to use manual addresses in addition to dhcp?

i just dont understand what the big problem is, everyone seems to be connected, so why cant they just talk to each other?! ;)

Does anyone have any clues or gutfeelings on where the issue lies? I still haven't restarted the Thomson router, as it's not technically mine (tho of course I'm allowed to use it). It's also WEP, btw, and setting have been set identically, per dd-wrt wiki instructions.

thank you!

k
Aug 6 '11 #1
3 2616
furher clues:
with LAN connected to new router, and old router wifi connected (with internet connection), when i nmap the NEW router shows up (192.168.1.2) but not the old router (which should be 192.168.1.254). when i disconnect the LAN, however, the old router shows up again (even though i've had internet connection throughout), and so does smb filesharing i've had going on old router (to a macbookpro, thru wifi - tho admittedly, it does not work atm).

nmap first scenario:
Expand|Select|Wrap|Line Numbers
  1. Starting Nmap 5.59BETA1 ( http://nmap.org ) at 2011-08-06 17:18 EEST
  2. Nmap scan report for 192.168.1.2
  3. Host is up (0.0021s latency).
  4. MAC Address: 00:22:3F:----- (Netgear)
  5. Nmap scan report for 192.168.1.9
  6. Host is up.
  7. Nmap scan report for 192.168.1.66
  8. Host is up.
  9. Nmap done: 256 IP addresses (3 hosts up) scanned in 49.36 seconds
  10.  

nmap second scenario:
Expand|Select|Wrap|Line Numbers
  1. Starting Nmap 5.59BETA1 ( http://nmap.org ) at 2011-08-06 17:23 EEST
  2. Nmap scan report for macbookpro.lan (192.168.1.64)
  3. Host is up (0.12s latency).
  4. MAC Address: 00:1C:B3:------ (Apple)
  5. Nmap scan report for k.lan (192.168.1.66)
  6. Host is up.
  7. Nmap scan report for dsldevice.lan (192.168.1.254)
  8. Host is up (0.0027s latency).
  9. MAC Address: 00:24:17:------ (Thomson Telecom Belgium)
  10. Nmap done: 256 IP addresses (3 hosts up) scanned in 13.82 seconds
  11.  
Netgear at 192.168.1.2 is my new router.
k.lan is this computer, to which LAN is connected (xubuntu).
Apple at 192.168.1.64 is my macbookpro with which k smb's.
Thomson at 192.168.1.254 is my old router.

192.168.1.9 im not sure, but i think it's perhaps something in connection with the smb? (due to this:
Expand|Select|Wrap|Line Numbers
  1. Nmap scan report for 192.168.1.9
  2. Host is up (0.000030s latency).
  3. Not shown: 994 closed ports
  4. PORT     STATE SERVICE     VERSION
  5. 42/tcp   open  nameserver?
  6. 135/tcp  open  msrpc?
  7. 139/tcp  open  netbios-ssn Samba smbd 3.X (workgroup: P_WINDOWS)
  8. 445/tcp  open  netbios-ssn Samba smbd 3.X (workgroup: P_WINDOWS)
  9. 901/tcp  open  tcpwrapped
  10. 1024/tcp open  kdm?
  11.  
...)

so anyway, just being connected to new router on LAN apparently hides the old router and available smb on network... Why?


thanks again, hope someone knows what's going on.
Aug 6 '11 #2
Expand|Select|Wrap|Line Numbers
  1.  
  2. root@k ~# route -nee
  3. Kernel IP routing table
  4. Destination     Gateway         Genmask         Flags Metric Ref    Use Iface    MSS   Window irtt
  5. 192.168.1.0     0.0.0.0         255.255.255.0   U     1      0        0 eth0     0     0      0
  6. 192.168.1.0     0.0.0.0         255.255.255.0   U     2      0        0 wlan0    0     0      0
  7. 169.254.0.0     0.0.0.0         255.255.0.0     U     1000   0        0 wlan0    0     0      0
  8. 0.0.0.0         192.168.1.254   0.0.0.0         UG    0      0        0 wlan0    0     0      0
  9.  
  10. root@k ~# route -nee
  11. Kernel IP routing table
  12. Destination     Gateway         Genmask         Flags Metric Ref    Use Iface    MSS   Window irtt
  13. 192.168.1.0     0.0.0.0         255.255.255.0   U     2      0        0 wlan0    0     0      0
  14. 0.0.0.0         192.168.1.254   0.0.0.0         UG    0      0        0 wlan0    0     0      0
  15.  
with and without lan connected.
Aug 6 '11 #3
please help! (and if someone could move this to the networking chapter, i'd appreciate it a lot, i seem to have posted it under unix.)
Aug 9 '11 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

12
by: Cliff Wells | last post by:
Hi, I'm writing an application that needs to know if an Internet connection is available. Basically, I want to have something similar to what a lot of email clients have, where the app can work...
1
by: genetic.error | last post by:
I installed VS.NET 2003 on Windows 2000 Pro SP3. Since doing so, I have no internet connection. Also, I have no access to my home network. I've done everything I can think of to correct the...
9
by: sleepyant | last post by:
Hi, I've posted this question on several forum but have no response. So I hope anyone who have any idea what I'm talking about please give your solution or advice. My problem is I need to check...
3
by: Jonny | last post by:
Hi, Please could you tell me how to check for an internet connection in C. I'm using Windows 2000. Many Thanks, Jonny
2
by: CLM | last post by:
When I test the remote access at work (lapttop computer to desk top computer) the connection works fine. When I bring the laptop home and try to connect to my desktop I get the error msg: The...
3
by: Studlyami | last post by:
I was connected remotely into one of my pc's and i ran the windows network wizard to allow me to share files on my home network. As soon as i finished the wizard my remote connection broke. I went...
6
by: =?Utf-8?B?QnNtZW5nZW4=?= | last post by:
I am trying to make sure that the local connection is up. I have presently been using the NetworkChange.NetworkAvailabilityChanged Event for this. Is there a better way to do this? Also, I...
1
by: =?Utf-8?B?QiBTaW5naA==?= | last post by:
Hi Scenario 1) Host - XP Laptop with internet connection using Sky Broadband Wireless Router Netgear DG834GT 2) MS Virtual Server 2005 - I have deployed an XP MS Virtual Server 2005 to act...
1
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgRGVzYXJyb2xsbw==?= | last post by:
Hi all mister, Which is THE BEST WAY IN THE WORLD AROUND for: 1. detect Network
3
by: =?Utf-8?B?QWxoYW1icmEgRWlkb3MgRGVzYXJyb2xsbw==?= | last post by:
Hi all mister, Which is THE BEST WAY IN THE WORLD AROUND for: 1. detect Network
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.