473,485 Members | 1,473 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

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

Knut Ole
70 New Member
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 2619
Knut Ole
70 New Member
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
Knut Ole
70 New Member
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
Knut Ole
70 New Member
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
3607
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
3659
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
2276
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
6606
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
2456
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
2416
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
3114
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
2238
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
6660
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
3574
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
7090
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
7116
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
5418
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,...
1
4857
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...
0
4551
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3058
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3063
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1376
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
595
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.