Ubuntu Networking :: Cannot Figure Out How To Install The Router
May 11, 2010
setting up a wireless network, so bear with me. I just bought a Cisco wireless router and the little USB plug ins (which if I may say, are overly expensive). I can not figure out how to install the router. It is a Linksys E1000 Wireless N Router. I tried to load the software via wine. No luck doing that. I also checked out on Linksys's website and they don't give any info on linux or Ubuntu. Does someone out there know something? Or should I just take this one back and purchase something else
View 7 Replies
ADVERTISEMENT
Mar 20, 2011
I know you've probably seen this type of request numerous times, but I just can't get it right.Objective: to get to grips with Linux network routers.Problem: Cannot ping across the router.On the router itself, I can ping to clients on ether side.Server: Ubuntu 10.10NIC1: connects to home broadband router. Static IP address. Eth1 has no problem pinging outside world.NIC2: Static IP address. This NIC is configured for DHCP server and will have a home machine or two connected to it assigned IP addresses from the DHCP server.Set ip forwarding from 0 to 1
/etc/sysctl.conf
net.ipv4.ip_forward=1
Static assignment of IP addresses to the 2 NIC's of router.
[code]....
View 7 Replies
View Related
Oct 17, 2010
I've attempted to find the .inf for this card's driver, but to no avail. My plan was to use ndiswrapper to install the driver, but without the .inf I'm at a brick wall!
View 4 Replies
View Related
Apr 20, 2010
*edit Nevermind I think I found it on YAST * I have been having trouble finding the "make command":If 'make' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf makeI need to install 'make', 'g++', and all other building tools for suse.
View 2 Replies
View Related
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
May 12, 2010
I am trying to figure out how to install this program i found atIt is a simle application that monitors systems.I have uncompressed it but i cant figure out how to install it.it's driving me nuts reading many websites on installing things and getting no place after a week.
View 3 Replies
View Related
Mar 23, 2010
I cannot figure out how to install Flash on Fedora 12. Which is the best option for downloading and where is a good tutorial on how to "unpackage" something?
View 1 Replies
View Related
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
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
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
Jun 11, 2011
I have been suffering a connection problem with one of my VPSs recently and I really just can not seem to figure out what is causing the issue. First of all the issue only appears to hit my home computer/network and not other people, it might sound like a routing issue but it doesn't appear to be so. When I am hit by connection issues, I can resolve the issue by logging into Dom-0 (all other VPSs are also available) and consoling the offending VPS before running "service network restart". I personally can not think of anything that would require the network service being restarted and only hit myself (and only at home on top of that).
The VPS itself is dedicated to running minecraft server and is using CentOS, when it occurs I can not SSH the server either, all other ports and methods are disabled by firewall (iptables appears to have no effect in regards to this issue either). Fundamentally I am just thinking if anybody could think of any reason the VPS would only refuse connection to myself that restarting the network service would fix. A few other notes, the physical Server is hosted within a Datacenter, running 24/7 with a static IP. No other VPSs hosted on the machine have any such issues, the machine appears running normally via console and has no visible errors or logs that I know of reporting any issues that could be causing this.
View 2 Replies
View Related
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
Feb 25, 2010
I am very frustrated with OpenSUSE. This got rid of yum and instead have YaST which is a pain for me. I CANT INSTALL compat-expat1*.rpm either way....it shows dependencies that CAN'T figure outI'm using open SUSE 11 so no yum and just YaST (which I don't understand how to install this from there, can you give me more detailed explanation). The following message appears:Package /home/Downloads/compat-expat1-1.95.8-6.i686.rpm could not be installed.Details:
Subprocess failed. Error: RPM failed: warning: /home/KUMC/rperea/Downloads/compat-expat1-1.95.8-6.i686.rpm: Header V3 RSA/SHA1 signature: NOKEY, key ID 57bbccba
error: Failed dependencies:
[code]....
View 1 Replies
View Related
Mar 12, 2011
i am trying to install imageos on my old laptop buti can not figure out the password. i have tried a ton of them,
View 1 Replies
View Related
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
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
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
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
Sep 4, 2009
I wanted to know if i can install mrtg on a client computer in network and measure the network's router traffic.i know that it can be installed on the server.
View 5 Replies
View Related
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
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
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
Apr 15, 2010
I replaced my wired router and networking has gone south on one of my boxes. It's a Dell tower, a few years old, triple boot (ubuntu 8.10, FreeBSD, WindowsXP). Old router used 192.168.254.* via DHCP, new one is 192.168.2.* via DHCP. The router replacement caused no problems for either FreeBSD or WinXP on this box, nor for any of the other boxes on the network (one of which is ubuntu 9.10).
Ubuntu 8.10 simply will not connect to the new router. I'm presuming that something somewhere down deep has been compromised and I just don't know where to start looking or what buttons to push to reconfigure correctly. Router status displays show an IP address of 192.168.2.35 for this box, booted under all three operating systems. Using network-manager to force that static address instead of relying on DHCP does not seem to help.
View 5 Replies
View Related
Jan 6, 2011
My Desktop is wired through eth0 to my wireless router. The router is connected to the internet. the ipaddress leased to my desktop was done with dhcpcd. My laptop is connnected to the wireless router through the wifi card known as device eth1 and i used dhcpcd for that also. How can I network my laptop via wifi through the router to the Desktop?
View 7 Replies
View Related
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
Feb 11, 2010
i think this is not the right place for this post, but i can not figure out how to post a bug. i am talking about the permissions of: /tmp/orbit-root. please don't tell me now "don't" log in as root if you once login as user root from the login screen the permissions of /tmp/orbit-root are set to: drwx root but if log out the permissions are not set back / or the entry will be deleted. this will end for the next login as a normal user that you will get a bulp of error messages. easy to reproduce. this is not a feature - it's a bug.
View 1 Replies
View Related
Jun 15, 2010
I've been troubled by the high amount of RAM that is used by my Ubuntu desktop. Before I installed Ubuntu 10.04 (desktop, 64-bit) my system used around 500MB of RAM when no applications were open (just cold boot into the GNOME under 9.10). But when I installed Lucid, I've noticed that my used memory is now reported as 1GB or more as soon as I log into the system.
I want to figure out what is using all the extra RAM but I can't seems to find the culprit. I looked at all of the processes and numbers just don't add up. I exported the list of processes into a file and summed up the memory used by every process in a spreadsheet. The total came to around 700MB. Yet, both System Monitor and "free" reported the time that system was using over 1GB of memory. This means that at least 300MB of RAM are used but not by any process, at least as reported by "ps".
View 9 Replies
View Related
Jul 22, 2010
i am trying to learn though i have a powercolor ATI radeon hd 5570 video card and i have never installed one in a pc with ubuntu having trouble figuring out how to get drivers.
View 3 Replies
View Related
Sep 3, 2010
[URL]I can't get it going.
View 8 Replies
View Related
Jan 7, 2011
I made a bootable usb drive that I would like to test on my sony viao laptop. I cannot seem to figure out how to get into the bios so I could set it to boot from the usb. I tried pressing F10 and F12 while booting but these were all guesses as I do not know which key combination is used to go to bios on this machine.
View 9 Replies
View Related