Ubuntu Networking :: Adding A Router To Dorm Room?
Apr 27, 2010
I am currently attending college and living in the dorms we have 3 either-net ports and 3 people in one room. So we bought a router so we could have more then three things plugged in. I figured out via wikis how to set it up to run as a switch but I would like to run it as my own subnet. I have search far and wide for a guide or explanation on how to do this but the only one that seemed to be what I wanted was a bit beyond me.
Code:
Picture of how we get internet
internet comes in through wall from schools router(s)
| ___
====|=======|___|==several pcs plugged into router
[code]....
View 1 Replies
ADVERTISEMENT
Mar 2, 2011
A Toshiba 35MX-S114 laptop with Atheros AR5001 works but unless the laptop is in the same room as the router I am not able to connect.
After a relative gave me their old laptop, I installed 10.04 Lucid but I am having problems with the Atheros AR5001 based wifi. I've been able to update the OS using wifi with the laptop in the same room as the router. If I move about 9 metres away from the router into another room, with applet showing 3/4 blue bars and effectively still within line of sight of the router, I lose the connection. Wifi receive is working so well that the Network Manager Applet detects several of my neighbours' routers but not well enough for me to connect to our router.
Originally on the Toshiba laptop under XP there's supposed to be a hotkey Fn+F8 which enables/disables the wifi antenna, in contrast Fn+F9 does disable the touchpad as stated in the manual.
My router is recognised but I cannot connect. Is it a driver issue?
View 1 Replies
View Related
Sep 28, 2010
I connect my laptop to my school's wireless network, which blankets the entire campus. The name of the connection is the same throughout campus, but there seem to be different access points(I dont know the details of this).The first time I connected to the wireless network, it was near my dorm, so I must have connected to an access point near my dorm.My problem is that I cant connect to the network anywhere else except near my dorm.I suspect that because the connection has the same name everywhere, Ubuntu tries to use the same exact settings (maybe the same IP, who knows),which vary from one access point to another. I have tried several things including delete the connection information from "edit connections". Nothing has worked.
Additional Notes:
-Wireless works fine on Windows, from anywhere
-When connection is successful, sometimes a message pops up "~ your network uses a .local domain..."
-When attempting to use internet from outside dorm, sometimes network manager claims "connection established", but no browser can ever resolve any host. In this situation sometimes it "realizes" it is disconnected, and attempts to reconnect with no success.
-Here is the output from "sudo dhclient wlan0", according to the instructions on this official guide.
Code:
user@laptop:~$ sudo invoke-rc.d networking restart
* Reconfiguring network interfaces...[code]....
It is immensely frustrating to have an internet capable device and not be able to connect to an open network.
View 3 Replies
View Related
Dec 22, 2010
I have an existing network that connects to the 'net via a Linux-based firewall. That system has two ethernet interfaces: one to the DSL modem and the other to the internal switch. Future plans were for adding a second "internal" interface with the idea of moving servers into that (think DMZ). But while I was planning for that, the missus has decided she wants to pick up a Windows laptop and would like to be able to use it wirelessly at home. I have access to a (free!) Netgear WGR614L and was hoping it would work. Unfortunately, I'm unsure how to add the wireless capability to our network.
Questions:
Is it best -- or even possible -- to use one the wireless router for this?
Is it possible to merely hang the Netgear router off the internal switch and set it up for the wireless users? Or...
Would I need to add another ethernet interface to the firewall and hang the router off that? The address of this new interface would act as the default route for the wireless users. Then I'd need to (I assume) add more rules to the iptables configuration to deal with the new network. (I sort of like this option -- it it's actually feasible -- as I can easily shut down any wireless access by logging into the firewall and stopping the interface connecting the wireless router.)
I've taken a look at the setup guide on the CD that came with the router and it assumes that you have a modem connecting your PC to the internet. The instructions have you placing the wireless router between the modem and that PC. For our network, that would have the wireless access coming into the "dirty" side of the firewall. (Not what I would like.)
View 4 Replies
View Related
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
Jun 10, 2011
I'm building a Debian based router, I want to add to this router a mail service function. I don't want mail to be sent outside of the network, what I want is the ability for services to send mail to the Debian server and for me to then pick them up from this server via pop3 into my normal mail application. Given I'm not looking for mail to be sent outside of the network and its strictly for services to log notifications via. What of the various mail applications should I setup? i.e. just looking for SMTP + POP3 internally.
View 5 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
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
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
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
Feb 5, 2010
Now that I got WPA working on my iBook I'm looking at upgrading RAM and possibly the HDD. I'm not really happy with the heat generated by the HDD. I'm interested in what others may have done for this problem. Is there room in there to mount a fan? Can someone could recommend a cooler running Hard drive? (I'd go with a SSD if I could afford it.)
View 3 Replies
View Related
Jun 3, 2010
I am having a tough time trying to get Empathy to download a list of rooms. Typing /list does nothing in Empathy's join room. How the hell do I get the IRC room list? I'm about ready to go back to a dedicated IRC client.
View 2 Replies
View Related
Oct 22, 2010
I want to make room for the last tcp command (increase the height) check the pic please advise
Code:
background yes
use_xft yes
xftfont HandelGotD:size=9[code].....
View 1 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
May 1, 2010
I installed UNR 10.04 the other day, and it was my second time to install due to complications in the first go around. I installed UNR specifying partitions manually, and erased my first install and used that partition for my current one. In the process I shrank the swap area from 5G to 2G in order to match up to my RAM and free up 3G of space I could now use. Here is where I goofed: I was left with around 114G of free space, then the 2G of swap, then 3G of more free space. Well I specified the 3G to be mounted at /home hoping it would just add that free space to the big 114G space. But, alas, now I have a home folder that has only 1G of free space, and more music and movies I wish to save. How can I get more room in my /home folder or merge it somehow to all be in the main install space?
View 4 Replies
View Related
May 6, 2010
Alright, I searched the forums, and made google my friend, but I can't find out how to do this. I installed ubuntu earlier today, and it installed right beside windows like it usually does, but it apparently didn't give itself enough room for updates on the default settings. So, here's my gparted screen shot Sorry if that screenie is HUGE. The most I've gotten toward a solution is formatting the unalocated space and then trying to merge things, which I'm trying now. However, any other help, including details more specfic other than "format the unallocated and then try again" would be awesome.
View 3 Replies
View Related
Aug 3, 2009
Just loaded 9.04 side by side with XP. HDD says it has 138 of 149 remaining....When I try to load updates in Ubuntu it says there is not enough space on HDD. Did I make a mistake loading side by side? Updates are many, so I also wonder if I can choose the ones I need.that is.....once I recognize what the hell, individually, they are.
View 3 Replies
View Related
Dec 17, 2009
try to use empathy to use yahoo chat or some kind of chat but just cant figure it out can someone explain how to use the room feature
View 1 Replies
View Related
Aug 23, 2010
how to setup a monitoring wifi-less (so with cable) and non negative field of waves. We've got enough all around us. For the temperature I have found a controller which can be pluged onto *nix box. I would like to get the sound from a room and listen it to another room.
[URL]
with that I can record my room sound.
arecord -Dplughw:3,0 -f cd -vv "$FILENAME2"
View 3 Replies
View Related
Aug 9, 2010
I use Debian Lenny in a dual boot system on a desktop computer with a 40 GB hard drive. There are two partitions used by my Lenny installation, one containing /home and one containing the rest of the directory tree, including /tmp. I guess that I could soon encounter problems using kpackage to obtain security upgrades to already installed packages or backing up files to CD; is that correct? I have plenty of space left in the partition containing /home but have under 500 MB left in the other partition (4.1GB), which is 93% full. A year ago I was fine, but the various package upgrades seem to usually add stuff, so I've gradually filled up the partition.
I have looked at the directories in the filling up partition, and there are not really any huge space hogs, just a lot of packages adding up to filling up 93% of the partition. The fattest directories in the almost full partition are
/usr/lib 1.1GB
/usr/share 1.6GB
Installing another Lenny on another desktop (no more dual boot for me!) is now a high priority, and I hope to accomplish that over the next month or two, but until then I am concerned that my current desktop computer may soon become unusable. I guess that if I tried to simply use the linux mv command, as root, to try to move say the entire /usr/share directory to /home/usr/share, I would not only not free up any space, I'd only move the directory itself, which I guess would possibly render various packages I have installed unusuable. Is there any reasonably simple/safe way to do something like this:
1. cp /usr/share to /home/usr/share
2. replace /usr/share files with symbolic links to new locations.
View 11 Replies
View Related
Oct 16, 2010
I am a Linux Noob of the major kind.I have an MP3 player that is owned by root. I have a SANDISK it in also. I can copy files to the player despite it being owned by root but I can't copy them to the SANDISK which is also owned by root. So what is suppose to be after the colon?How do I determine what that is if it is a directory?How do I change to root to change ownership if that is what I need to do?Is there an application that I can use to change ownership easy and what user do I have to be to do that.
View 5 Replies
View Related
Aug 22, 2009
I have followed the link:http://www.ejabberd.im/muckl and setup ejabberd. I installed muckl too. I can see http://<ip>/muckl running well.But the Issue is I am unable to create Rooms.Any one who have hands on this?
View 1 Replies
View Related
Jul 29, 2011
we are using opensuse11.3 in our organisation on every pc.i just want to know which is the best tool used for meeting room planner, calender and like we can schedule our tasks.
View 10 Replies
View Related
Dec 3, 2009
i know that using pidgin software, i can use yahoo chat...but i can chat only with my contact friends (those, whose email id is in my contact list)how to use chat room for chat ?is it any other software(similar to pidgin) which supports chat room ?
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