Ubuntu :: Difference Between A $29.95 Router And A $109.95 Router?

Dec 12, 2010

I was just wondering if there is there is any difference between a $29.95 router and a $109.95 router. Like is a more expensive router more apt to transfer data to my laptop quicker.

View 9 Replies


ADVERTISEMENT

Ubuntu Networking :: Difference Between An Adsl Router And An Ethernet Modem?

Dec 20, 2010

not *buntu related but what is the difference between an adsl router and an ethernet modem?

View 5 Replies View Related

Ubuntu Networking :: DLink ADSL Router As Main Router And The Belkin N1 As Repeater?

Apr 13, 2010

Because of the configuration of my house, I need two routers.I have a DLink ADSL router as my main router and the Belkin N1 as my repeater.I have set up the IP address in the Belkin to be 10.1.1.10 - my DLink is 10.1.1.1. I have disable the dhcp in the Belkin and set the DNS as ISP provided. [URL]..I have set the channel to 11 and in the Ubuntu Network Manger I have set the IPV4 to Link Local Only. I can see the Belkin and connect with my PC.but it will not take me through to the internet.

View 9 Replies View Related

Networking :: Setting Up Linux Box As IPv6 Router To Replace Netgear WNR1000 Wireless Router?

Jun 18, 2011

I want to set up a Linux box as a wireless router to replace our existing Netgear WNR1000 router, as I believe the Netgear does not support the coming IPv6 protocol. Unfortunately, it is not flashable with OpenWRT or DD-WRT presently.

As we have Comcast, our cable modem acts as a dumb modem according to the customer support guy I talked to, and our router is the one that asks for the IP address from DHCP. Thus, when Comcast switches over to IPv6, I don't believe my existing router would work, correct?

My idea is to take a Linux box and put two NICs and a wireless adapter in it, using IPCop or Smoothwall to set up a router. I could then enable IPv6 support for when we have IPv6 with Comcast. Is that possible? Would there be a way to get BIND to hand out private IP addresses in the same subnet on the both the LAN NIC and the wireless card?

View 1 Replies View Related

Networking :: Set Up A Laptop As A Router To Connect Wirelessly To ADSL Router?

Nov 6, 2009

I have a desktop PC running Ubuntu 9.10 and Windows 7, and a Eee PC 701 laptop running EasyPeasy Ubuntu 9.04. I'd like to connect the desktop to the laptop with a wired connection (eth0), then the laptop to my ADSL router using wireless (ath0).

I have a crossover ethernet cable (I bought on ebay). I have set up my laptop with a static IP address on my LAN and it uses OpenDNS.

I have added this to /etc/sysctl.conf on the laptop:

net.ipv4.ip_forward=1

Then I tried this on the laptop:

sudo iptables --table nat --append POSTROUTING --out-interface ath0 -j MASQUERADE
sudo iptables --append FORWARD --in-interface eth0 -j ACCEPT

This is a variation on what I found on other sites describing how to set up a router. I don't understand iptables very well, but I gather that the above two lines should set up forwarding so that traffic from my router to the laptop will be forwarded to the desktop, and vice versa.

But this doesn't work. The connection doesn't even establish between the laptop and the desktop.

View 12 Replies View Related

Networking :: Network Setup - Router - Wireless Router Card ?

Apr 24, 2010

I'm having trouble getting my network set up the way that I want it/had it. You see, when I first set up my network, I just had my cable modem going directly to my standard wired router (A D-Link DI-604), which had DHCP,and was connected to all of the computers on my network. I had one switch hooked up to one of the ports of the router, but this was a regular switch, and it would not try to assign IP addresses, it would just pass through the DHCP info as I wanted.

Now however, my network setup has changed. My room mate and I both got laptops, and we decided that we wanted to have wireless access so we didn't have to constantly plug in to the router.

Now my network is set up like this: The modem is hooked up to the router(DI-604), which is hooked up on the LAN side to our computers, our switch (which is hooked up to 3 more computers), and to a wireless router card (A Gigabyte GN-BC01).

The wireless router card has two jacks for ethernet. One for WAN, and one for LAN. The LAN side we have plugged only into the computer in which the card is installed.

Now the problem is this: The wireless router card comes with DHCP by default, and it's assigning addresses to the laptops and to the computer hat it's in, and worse, the IP addresses are on a different subnet than that of the main dlink router. The Main (dlink) router assigns addresses from 192.168.0.1 (itself) to 192.168.0.254, while the wireless router card assigns addresses from 192.168.1.1 to 192.168.1.254 (itself).

Because of this, I cannot access services on the wireless network from my wired network or vice versa. The first thing I tried was setting the card to assign addresses from 192.168.0.12 to 192.168.0.253, however it just said "internal error" when I tried to do this. I decided that this may be because it sees that it was being assigned an address on it's WAN side on the same subnet. So the next thing I tried was disabling DHCP and setting the "LAN IP Address" to 192.168.0.12, hoping that the DHCP would just go through the card, like a switch. I would have set the LAN IP address to be assigned by DHCP, but this was not an option, so I decided that'd be the best thing to set it to.

Once again however, setting the LAN ip address to an address on the same subnet as that of the IP assigned to it's WAN side caused it to report an "internal error". I verified that this was the issue by setting the LAN address to several other private IP addresses to test (I.E. 10.0.0.1, 192.168.3.1, 192.168.5.12).

My question then really is: How do I set up both routers so that I can access services and computers from each network from the other network. Should I set them with different subnets and set the gateway on the wireless network to the main router? To the wireless router card? Should I put them on the same subnet? Will it know how to communicate?

Here is a link to (picture) my network diagram. Network Diagram

View 2 Replies View Related

General :: Laptop As Router Between Wireless Router And Windows 7 Box

Aug 7, 2010

I'm using a cross-over ethernet cable to connect a Desktop Windows 7 box, and a laptop running on SUSE 11.2. I want Windows to connect to the internet via the laptop's wireless interface.

View 1 Replies View Related

Networking :: Linux As A Router / Bring 147 & 148 IP Online Without Router?

Mar 26, 2009

These r IP provided by my ISP that i've put on Fedora 8:

WAN IP:xxx.xxx.xxx.17 (eth0)
Subnet:255.255.255.252
Gateway:xxx.xxx.xxx.18

Valid static(public) IP set of 2:
IP:xxx.xxx.xxx.147 & 148 (eth1, eth2)
Subnet:255.255.255.240

i want to run xxx.xxx.xxx.147 as a web server & xxx.xxx.xxx.148 as a ftp server. but I'm able to ping only xxx.xxx.xxx.17(WAN IP) from outside world. Can any1 tell me that how can i bring my 147 & 148 IP online without router.

View 6 Replies View Related

Networking :: Old Router Behind New Router - Configuration ?

Oct 30, 2010

I've moved a linuxbox from being my gateway (nat, etc) to behind a new gateway (a DD-wrt router). For transparency purposes, I'd like to continue using the old box services, and just have the gateway in front of it.

Here's what I did:

The newgateway is setup for class C, 192.168.0.0

This configuration works, but sometimes it doesn't and I haven't figured out why yet.

At sometimes, clients on the LAN get throughput rates with very little speed loss (using speakeasy speed test). They will run at 33M on the LAN, running through both the newgateway, and the oldbox, and get about 35M with directly connected to the cable modem.

Other times, it seems nothing can talk with anyone, and I am not sure why.

I know what I have done is a little unconventional, but it's a transitional thing, and I am not sure it is the cause of the problem, although it was the last things changed.

View 2 Replies View Related

Ubuntu Networking :: Use One Wireless Router To Connect/detect To Another Wireless Router?

Aug 1, 2010

My son lost his USB Wireless stick for his Computer. I had thought I heard that if you had a second wireless router, you could use it somehow to detect the wireless router you have already set up in your home (like using a wireless card)? Is this what Ad-Hoc is? Either way, can this be done and if so how? I use a WRT54Gx2 Lynksys router and have a TRENDNET TEW-432BRP wireless router and also a spare D-link DI-514. I use ubuntu 10.04, and also wanted to know if I connected one of the router to his on the LAn port could he connect msaybe through an Ad-Hoc on my local computer here? He uses XP on his. I'm a newbie to linux and networking in general.

View 2 Replies View Related

Networking :: Linux Router / Configure Linux CentOS 5 As A Router Using Iptable?

Nov 27, 2009

I want to configure linux CentOS 5 as a router using iptable, .Im new in linux so I need the steps to do that

View 5 Replies View Related

Networking :: Cannot Ping Wireless Router Or Access Router Settings - Wireless ?

Jun 9, 2010

I moved my server and network equipment, and now the wireless works but I cannot get my server online. I host a website, so this is kind of urgent.

I have a wireless router and can access the internet fine on my laptop. My server is wired & connected to the router. It sets up the networking properly.. ifconfig has an ip address, the default gateway is present. But I cannot ping google, or even the router. It says destination host unreachable.

So I go back to the laptop to check the router settings.. sometimes it likes to assign the server the wrong internal ip. But, I can't access the router settings either! The page (192.168.1.1) times out. Same with trying to ping the router. How can the laptop be online if it can't reach the router?

Oddly, ifconfig on my laptop reports an ip address starting with 99.233. It's always given me an internal address starting with 192.168. What's going on here? Is the router not allocating an internal ip? I use wicd to connect, if it's relevant.

We have a windows laptop that can only get a "local connection". Now it does sound like the router is forwarding directly to my laptop, instead of allocating internal ips.

View 1 Replies View Related

Networking :: Network Configuration: Server - Router Vs Router-server

Aug 14, 2010

I am thinking of moving the router behind a server and connecting the server directly to the internet via a modem. Are there any security issues related to doing this? or other things I should be aware of. Iptables are implemented on the server blocking access on unused ports.

View 2 Replies View Related

Networking :: Get The Wireless Router To Connect To The Other Wireless Router?

Feb 16, 2009

This is my basic setup:

[URL]

I don't know how to get the wireless router to connect to the other wireless router so I can use internet on my computer. How do I achieve this wireless connection?

View 1 Replies View Related

Networking :: Linux Router / Make A Router By Linux?

Mar 26, 2010

How do I make a router by Linux?In other words you want your Linux to work as a router.

View 10 Replies View Related

Ubuntu Networking :: Can't Log On To Router

Mar 5, 2010

I have a WRT54G router, and I would like to log on to it, but for some reason, I can't. I can ping the router, and and when I try ssh into it, ssh returns with

Code:
ssh: connect to host 192.168.1.125 port 22: Connection refused

which seems to imply that 192.168.1.125 is a valid address, for 192.168.1.1 returns

Code:
ssh: connect to host 192.168.1.1 port 22: no route to host

But I just can't log on to the router, neither via ssh, not via web.

View 6 Replies View Related

Ubuntu :: Can't See The Ethernet Router

May 8, 2010

I connect to a Linksys Wireless-B router in my home. My connection was working fine last night, but when I booted up my computer this morning, nothing shows up in my list of available connections. I've tried disconnecting the router from its power source for a minute, I've tried rebooting my computer. I booted my computer using an Ubuntu 9.10 64-bit live CD, and I was able to connect just fine, so I know it's not an issue with my mobo's onboard ethernet. But it's still not working when I boot from my hard drive. I'm running 10.04 64-bit. I've had this problem once before in the year-plus since I built this machine, but it resolved itself after I rebooted a couple of times.

View 1 Replies View Related

Ubuntu :: Use Computer As A Router?

Nov 10, 2010

I am using ubuntu in my computer...i need to use my computer as a router and to run dynamic routing protocol(RIP) in my computer.I am used to router configuration and commands.but how can i use the same in my computer.

View 1 Replies View Related

Ubuntu :: Can't See Ethernet Router

Feb 3, 2011

I connect to a Linksys Wireless-B router in my home. My connection was working fine last night, but when I booted up my computer this morning, nothing shows up in my list of available connections. I've tried disconnecting the router from its power source for a minute, I've tried rebooting my computer. I booted my computer using an Ubuntu 9.10 64-bit live CD, and I was able to connect just fine, so I know it's not an issue with my mobo's onboard ethernet. But it's still not working when I boot from my hard drive. I'm running 10.04 64-bit. I've had this problem once before in the year-plus since I built this machine, but it resolved itself after I rebooted a couple of times.

View 2 Replies View Related

Ubuntu Networking :: 8.10 For PPC Will Not Connect To My Own Router?

Feb 5, 2010

My problem is little different then what I've seen here. I get the same message after inputting network name and password. I click connect and it just pops up again I don't get it. I'm running Ubuntu 8.10 for Ppc (PS3) I get no internet connection what so ever just the same message. The message I get is " authentication required by wireless network " What do I need to do to connect wireless to my router with my PS3 using Ubuntu 8.10? It does connect with a Ethernet Wire. I am new with Linux.

View 1 Replies View Related

Ubuntu Security :: Can't Connect To Router Through UFW?

Feb 14, 2010

I have problems connecting to several things while ufw is enabled, with the most important beeing my router(10.0.0.1) and KGpg key upload. I tried to allow all incoming traffic from 10.0.0.1 but it didn't help. With ufw disabled i can connect to the routerI use wicd and wicd-client for connection and the "cant connect to access point" errorBelow are the output of ufw status numbered and portsentry(dunno if its needed)

Code:
To Action From
-- ------ ----

[code]....

View 3 Replies View Related

Ubuntu :: 9.10 Wifi - Can't Connect To My Router ?

Feb 16, 2010

I have been experiencing slight problems while attempting to connect to the internet via a wireless router. I can connect to my router perfectly fine on Vista and I could connect to my friends router while I was in Ubuntu, but I can't connect to my router while on Ubuntu. I've been entering the same code that will work when I'm in Vista, but it wont work while in Ubuntu.

View 7 Replies View Related

Ubuntu Networking :: Use Machine As A Router?

Mar 14, 2010

I want to hook my modem up to my computer and hook my comp up to my wlan AP. However I tried other ways to do this and it failed.

View 2 Replies View Related

Ubuntu Networking :: Configuring New Wi-Fi Router?

Mar 18, 2010

I am using Ubuntu 9.10. I just got a Linksys WRH54G wireless router. I want to protect my wireless connection by putting a password to it but when I enter the Router's default IP address (192.168.1.1) into my browser to open the 'Utility Welcome screen', the browser does not respond.

According to the Router's manual this is because PC' TCP-IP is not set to automatically obtain the IP address.

View 9 Replies View Related

Ubuntu Networking :: Can't See Router When Using N Class

Mar 30, 2010

I noticed earlier today that I was only getting a 54Mb connection with my wireless which I assume means that it is using g class to connect (I get 130Mb connection when using Windows 7). On my router setup page I changed the mode from mixed (a g & n class) to just n class and from then on I couldn't connect to the internet or even access my router home page.

My router is a Linksys WRT-160n.
Wireless card is Edimax EW-7728ln.
I appear to be using the correct drivers - RT2860.
Also using Wicd network manager

View 6 Replies View Related

Ubuntu Networking :: Connected To Router But No Web?

Jun 4, 2010

i'm connected to my 2wire 2701hg-b, but have no internet. when i plug in directly there's no prob, but wireless is a no-go.

View 1 Replies View Related

Ubuntu :: Printing Via Dlink DIR-320 Router?

Jun 5, 2010

I have a desktop running Ubuntu 10, a D-Link DIR 320 router which allows my laptop and desktop to share printers/internet. I can get my Canon MP250 to print directly from Ubuntu via USB, and it works wireless from laptop, but I don't know how to get it printing via the usb port connected to the router. Documentation suggests I use 192.168.0.1 but just can't figure out what needs to happen to make the darn thing connect!

View 1 Replies View Related

Ubuntu :: Cannot See Router After Adding New LAN Card

Jun 15, 2010

My on-board LAN died so I added a realtek RTL-8029.I modified the BIOS so it used the PCI network card.I restarted the network using networking restart.But i still cannot ping router.

View 2 Replies View Related

Ubuntu :: Can't Connect To Router Wirelessly In 10.04

Jul 1, 2010

I am not able to get wireless internet working on Ubuntu 10.04. I have a Wireless PCI card, Netgear WG311v2.I can't connect to the router, even though I downloaded the Windows drivers using Ndiswrapper.

View 4 Replies View Related

Ubuntu Networking :: Setting Up A Router ?

Jul 23, 2010

I tried to setup a Ubuntu Wired Router according to the manual but found a problem.

At the end of the doc page it says:

Code:

The problem though is that I don't have a wireless connection and what do I put at the end?

It says "bridge-ports eth1 wlan0" so should I change that to "eth1" twice or just leave "wlan0" out or how do I fix this?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved