General :: Get A List Of The Connected Wifi Clients In OpenWrt 10.03?

Jan 24, 2011

I'm looking to be able to view the connected clients within the OpenWrt 10.03 software.

View 1 Replies


ADVERTISEMENT

Networking :: OpenWRT Is Connected To Internet But Network Clients Can't?

Nov 20, 2010

got an asus wl500gp v2 and i just had to reflash it. Flashing went through fine, but while setting up the PPPoE connection I got stuck. Here is what the configuration looks like:ADSL Modem ---Ethernet--- Router ---Ethernet--- Laptop I set up OpenWRT to connect over PPPoE over the WAN port and the connection is established:

PAP authentication succeeded
peer from calling number XX:XX:XX:XX authorized
replacing old default route to br-lan

[code].....

View 3 Replies View Related

General :: Serve Ssh Connection To Wifi Devices While Connected To A Wifi Network

Jul 21, 2010

I was wondering if there's any way for a laptop to be both simultaneously connected to a wireless network, while at the same time acting as an ad-hoc network with local access to serve as a wifi connection for my mobile device, which would be ssh-ing into the laptop and using local resources.

View 1 Replies View Related

General :: Get List Of SSH Users That Are Connected To Server?

Jan 6, 2010

My system is SUSE 11.1 I want to see who is connected via SSH. For instance, I have users connected using FileZilla. I can see in th e/etc/var/messages that they authenticated/connected, but I can't see if they have since disconnected or not.

Also, about 3 years ago I used to use Fedora for my SSH and in the sshd_config I'd make custom logs for each account, specify which user accounts were possible, port number, etc, etc. Is this possible to do using the SUSE linux? Any links on how to do this on suse? I haven't used linux in 3 years and can't find my old sshd_config files to take a glance...I did look at the sshd_config on SUSE, but it looks very different.

View 6 Replies View Related

Networking :: Seeking "List Of Features" For OpenWRT Cant Find?

Jul 5, 2011

I just spent an hour at Google and the OpenWRT site looking for something that might be called a "List of Features." I did not find one.

I did find this: url but it is not an official project document so I'm left with as many questions as answers.

I know that OpenWRT uses dynamic packages for feature deployment, but I'd expect some sort of grid page -- package vs. edition -- or similar so that one might have some idea what is available to choose from.

{commentary}
I know that part of the Linux sociology involves some amount of "you just gotta know." However, unless one is a networking maven or wonk one does not know enough about network features to state which features one wants ... much less know what name to use in search or discussion.

View 7 Replies View Related

Server :: Host Machine Giving Lag Jerks To Clients Connected

May 25, 2011

I have a VPS from Providerservice and I am their customer for over a year now. They've been great throughout the year. They had awesome support and awesome Network quality. I Host GameServers and since the last month, my Servers have been giving big lag jerks to all the clients connected. Like one big lag jerk every 5 minutes. When such a thing happens, the first thing I usually check is the Network. From 10 different machines, I did MTR traceroutes and there was not even a single packet that was lost so I was sure that the Network is not causing it. I observed my CPU usage, RAM usage, HDD usage and everything was normal but GameServers still lagged. Now today, I reloaded a complete new Debian OS and copied the Game Server files exactly from my other machines.

There was no extra program or software installed on the server, but that didn't help remove the Lag. So now I'm sure its not my VPS that causes it. Such a thing happened with me before. No Network packets were being lost and my VPS showed CPU/Ram/HDD to be normal. I asked my Provider and they said one of our user is spiking the CPU with a large number of SQL queries and that's why your lagging. But I talked to this company, they've checked their Host machine and they see nothing wrong with it. According to them, everything is normal at the Host machine. So we are short of ideas on what to do and that's why I'm here to take some expert opinions, the following things are for sure :

-> My Game Server files are exactly as I run on other machines without Lag and even on the current machine 1 month ago without Lag.
-> The VPS itself is not causing the Lag.
-> I've checked Network and no packets are loss, not sure about any difference between ICMP or UDP packets since the game is UDP.
The most probable thing is the Host machine itself. This usually happens when the Game Server falls out of resources and gets stuck.

View 3 Replies View Related

Server :: Does Squid Automatically Split Bandwidth Between Connected Clients

Oct 1, 2009

Does squid automatically split bandwidth between connected clients? I'm wondering if someone was downloading a lot of data and someone else connected whether it would split the access 50:50 between them? I have 1 user that is using a lot of bandwidth but the server doesn't seem to split it up between all connected clients so others are receiving slow access. I don't have this client's IP address but I do have ncsa auth connected. Will delay_pools work with an ncsa username?

View 2 Replies View Related

Ubuntu :: Wifi Is Not Connected?

Jun 7, 2010

I installed ubuntu in my laptop. I cant able to use wifi in my laptop. Tell me how to configure the wifi in my laptop. My laptop model is aspiro 5378 (Acer).

View 7 Replies View Related

General :: Convert To ASCII Format Under OpenWrt?

Feb 16, 2011

[URL] under Fedora 14 - Bash:
$ cat asdf | iconv -c -t ASCII
<a href="http://www.net-security.org/secworld.php?id=10607">biometric cabinet lock detects life in the finger</a>
ASDF
$
[Code]...

But theres no iconv under OpenWrt. Are there other working methods to convert a piped ( "|" ) text to only ascii format (under OpenWrt 10.03)?

View 1 Replies View Related

General :: Set OpenWrt Routers DHCP To Give /32?

Mar 7, 2011

How can i set my OpenWrt 10.03 router to not to use 192.168.1.0/24? instead, use a /32 mask, so every client, that gets an ip from the DHCP server just can't sniff the network traffic - it would be a great security feature to safely use e.g.: FTP!

View 2 Replies View Related

Ubuntu Networking :: Wifi Is Not Connected?

Mar 23, 2010

WiFi on this laptop worked fine for a few months then went out; after a reinstall of ubuntu (since 9.xx had come out since then anyway) the wireless still refused to even see networks, let alone connect to them; under Wireless Networks in the NM, I just see a greyed out 'disconnected'. This got me to thinking that it may have just been a hardware issue, but I find that hard to believe. Anyway, here's the pertinent information:

Started off with an lshw command just to see if a network adapter is even listed as being connected: `lshw`

Code:
id:
network:1
description: Wireless interface
product: PRO/Wireless 2200BG [Calexico2] Network Connection[code]....

As an addendum : I found this driver project but they claim to require a 2.6.8+ kernel; a quick `uname -r` shows that mine is 2.6.31, and an `apt-cache search linux-image` reveals that to be the highest available from repos; do Debian/Ubuntu distros not use more recent kernels or is this an Ubuntu-specific kernel naming scheme? If so, to what would it be comparable? I'm hesitant to try to install this and change my firmware if it's likely I'll be borking something.

View 9 Replies View Related

General :: How To Cross-compile Program For Openwrt Router

Nov 15, 2010

I want to compile a program with the source I already have but I have to add an option. When I run the command ./autogen.sh the terminal returns aclocal not found. Is it a package or something i have to install?

View 6 Replies View Related

Debian :: Connected To WiFi But Cannot Open Any Pages

Jan 8, 2016

I have installed network controller driver(iwlwifi) in debian jessie and connected to wifi, but I could not connect to any web sites. I installed network-tools and input "iwconfig" it did show a wlan0 there.

Then I opened resolv.conf ,but there were 2 resolv.conf in my /etc,one contains "search lan nameserver 192.168.199.1",one contains "nameserver 8.8.8.8 nameserver 8.8.4.4".

I changed the content of the first one to 8.8.8.8 and restart networking,but I still could not open pages with wireless network.

And I open the first one again,and it changed back to 192.168.199.1,and an extra line "domain lan"above the line"search lan".

View 6 Replies View Related

Fedora Networking :: [F14] Connected To WiFi, But Cannot Browse?

Nov 21, 2010

is the following (btw I'm new to linux) - installed f14, connected to WiFi from my home router, started Firefox, and it was not able to open any pageslong with that I successfully updated my system and applications (and even installed new ones) through the same internet connection.Being connected to WiFi on my workplace I am able to browse with firefox, but at home - not...What could be the problem? What additional info should I give?PS. Sorry if the problem was already addressed, I am trying to find the solution on the web - but no success. Also 1-day discussions on ru-net forums were not successful, unfortunately.

View 4 Replies View Related

Fedora Networking :: Wifi Detected But Not Connected

Dec 2, 2010

I just installed Fedora 14 i386, and Fedora can see the wireless network just fine. I try to connect and nothing happens. It asks for the PSK constantly (yes, I promise I'm entering it correctly), even after I enter it correctly (I guarantee). I've searched around here a bit, but due to my limited knowledge in linux system I can't figure it out

1.
Code:
lsusb
Bus 002 Device 002: ID 1737:0071 Linksys WUSB600N Dual-Band Wireless-N USB Network Adapter

2.
Code:
iwconfig
lo no wireless extensions.
[Code]....

View 1 Replies View Related

Ubuntu :: Can't Boot When Wifi Card Connected?

Dec 19, 2010

i installed Ubuntu 10.10 on my desktop computer, the live cd worked fine. my wifi worked there. but after installation completion i didnt get any screen. all black. nothing after the grub menu. i dettached my TP-Link TL-WN353G wireless PCI card and it worked fine. now what to do?strange, the wifi card works fine on Ubuntu Live CD and on win XP. please guidei have tried deleting quite and splash during boot upduring boot i pressed 'e' and deleted quite and splash and then ctrl-X but still the same result. the screen goes black. no graphics after grub menu.

View 2 Replies View Related

Ubuntu :: Wifi Connected But Not Working / Resolve This?

Feb 14, 2011

I have installed Ubuntu 10.10 over windows 7. i have made a new active wireless connection (home wifi) and it was successful and is now connected to the home wifi but when i start up firefox to surf the net it says cannot display page.

View 1 Replies View Related

Ubuntu Networking :: Connected To Wifi But Cannot Access Internet

Sep 5, 2010

I've been using my upstairs computer with no problems recently up until this evening, when I rebooted it did an automatic scan of my disks, so I left it to it's thing and when I came back ubuntu had successfully booted, and had seemingly successfully connected to my wireless network as usual.

I've been through the wireless troubleshooting guide, paying special attention to sections 4 and 6 but to no avail, while I'm apparently connected, and have been assigned an IP by my router I'm unable to access anything outside my computer, including the router itself. This happened before, however I solved it by reinstalling ubuntu, and I'd rather not do that again!

output of ifconfig
eth0 Link encap:Ethernet HWaddr 00:1c:25:38:8e:de
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
[Code]....

View 6 Replies View Related

Ubuntu Networking :: Wifi Connected But Cannot Access The Internet

Sep 20, 2010

I am facing very strange problem with my Dell with WiFi card (04:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100) It seems I am connected to the WiFi but can not access internet I have to disable networking and re-enable it to access internet.

Network configuration

Quote:

-network
description: Wireless interface
product: Wireless WiFi Link 5100
vendor: Intel Corporation

[code]....

View 4 Replies View Related

Ubuntu Networking :: 10.10 Upgrade - WiFi Not Getting Connected By Default

Oct 13, 2010

I'm facing a strange problem after upgrading my Ubuntu to 10.10. After I start up the system, the wifi is not getting connected by default (which was getting connected automatically in the earlier version). So I right click on network manager and click on 'Enable Wireless' option and it gets connected. So far so good. Now I close the laptop lid - it goes to sleep mode and after it wakes up, the wifi never gets connected. When I right click on the network manager icon, the 'Enable Wireless' option is disabled! I have to reboot my machine to get connected!

Here are the details:
Code:
Laptop : Lenovo U330
lshw -C network output:
*-network
description: Wireless interface
product: PRO/Wireless 5100 AGN [Shiloh] Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 00
serial: 00:21:5d:0b:08:d6
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=iwlagn driverversion=2.6.35-22-generic firmware=8.24.2.12 ip=192.168.1.3 latency=0 multicast=yes wireless=IEEE 802.11abg
resources: irq:46 memory:e4500000-e4501fff

View 9 Replies View Related

Ubuntu Networking :: Connected With Wifi - Web Navigation Is Slow

Jan 9, 2011

The web navigation is very very slowly. The load of web page is slowly. I don't know what i do. I connect with wifi. the download with software same emule is good. I use firefox but i tried also other browser.

View 1 Replies View Related

Ubuntu Networking :: Connecting And Staying Connected To Wifi

Jan 27, 2011

I've noticed that switching to Ubuntu about 6 months ago has made it noticeably more difficult to use the free wifi at my school. When I had Windows 7 on the same laptop, it was much easier to establish and maintain a connection. I know it's not the hardware. My question is: is there some security setting that makes it difficult to use public wifi on Ubuntu? Also, I don't have this problem at home on my WPA2 home wifi network.

View 1 Replies View Related

Ubuntu Networking :: A LAN Between A Wifi Connected Laptop And A Wired PC?

Jul 9, 2011

I have an Ubuntu laptop connected by wifi to a Cisco router and a desktopUbuntu PC conneted by wire to the same router. I would like, if it's possible to connect them without using the Internet (I mean what I want it's not just communicate between them using SSH over the Internet, for instance, but also communicate without connecting to the Internet). My DSL connection it's 4 Mb/s while my router can work up to 100 Mb/s so I would like to take advantage of these 100 Mb/s to transfer files between the two computers instead of using 4 MB/s

View 5 Replies View Related

Debian Installation :: Wheezy Install 7.8.0 - Cannot Stay Connected Through WiFi

Apr 2, 2015

I love using wheezy but i keep having to take my computer downstairs to hook it up to router through ethernet, i need it to connect through wifi and stay connected.

heres my problem, if i use live image and connect to network its fine but during installation process it gets to the network configuration, it will keep disconnecting at dhcp and if i try and continue it gives me the error packages broken due to it not staying connected.

MY WIFI CARD IS A TP-LINK WDN 4800

if i try and just do a net install then it doesnt show my wifi network.

it uses in both cases ar93xx atheros driver for installing, i just need to know how i can try and keep a stable connection over wifi so it can install over wifi so i dont have to keep taking pc downstairs to install it.

i done something that stopped me being able to login into wheezy i was left at black screen with blinking command line, i have reverted to mint debian until i can get a stable connection over wifi to install wheezy again.

View 14 Replies View Related

Debian Installation :: Canon Mx860 Connected By WiFi To Network

Jan 9, 2016

Loaded Debian Jessie (x64) and when adding printers, can see my printer which attached ok to my RaspberryPi and can print thru it, but can not attach to my Jessie box. If it adds, it can't see it or reports printer is busy, tried every config I could find on the web. Previous versions of Debian I loaded the canon print driver separately and loaded the cnij(?) filter. Do I still have to do that? Is there a trick to getting a network canon to work?

View 3 Replies View Related

Debian Configuration :: Networking: Connected To Wifi, Webpages Won't Resolve?

Oct 2, 2010

I just installed Debian with the latest testing iso, and I'm having problems connecting to the web via browser. I can ping hostnames (i.e. google.com, debian.org, etc.) from the terminal and it resolves just fine, but if I try to load a page from Iceweasel or Epiphany it says the page won't load because it can't resolve the hostname. Can someone tell me what I'm missing?the detail that I'm running amd64. I've checked iptables and found no entries, and for good measure I flushed it to be certain. I also checked resolv.conf but that looked normal, just a nameserver entry pointing to my home router. I'm new to Debian, but have used Linux for years, and I'm genuinely stumped. I'm sure the solution will smack me in the head for its simplicity, but nonetheless I need at least a shove in the right direction.

View 2 Replies View Related

Fedora Networking :: WiFi Detected But Not Connected - Wireless Just Fine

Sep 7, 2010

I've recently salvaged a computer I found gathering dust in the basement and decided I'll have it running on Fedora (I have a summer studentship coming up that needs Linux use so I thought I'd best start learning!). Following a clean install, Fedora can see the wireless network just fine. I try to connect and nothing happens. Half of the time it will ask for the PSK (yes, I promise I'm entering it correctly) and the other half of the time it will just stop. When it does ask for the PSK I enter it (correctly) and it will ask me again... and again.

Quote:
uname -r

2.6.33.3-85.fc13.i686

Quote:
lspci
00:0b.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
[Code]....

View 11 Replies View Related

Ubuntu :: Wifi Stays Connected But Wont Load Websites?

Jul 12, 2009

I just installed Ubuntu 9.04 on my dell latitude. i have the Intel 3945 wireless adapter. It finds and connects my wireless router fine, and it will bring up web pagers initially, but after about 30 seconds i loose access to the web. i keep my ip address and and all the connection stays the same however i cant load any web pages and i cant download or check to see new updates so i know its not just Firefox.

View 1 Replies View Related

General :: Check_NRPE From Ubuntu Server To OpenWRT Router - Connection Refused By Host

May 23, 2011

I am trying to monitorize an OpenWRT (Backfire 10.03, r23115) router from an Ubuntu server, but I am having some problems. I have installed Nrpe (2.12) on the remote host (OpenWRT), I have executed the program as a deamon (/usr/sbin/nrpe -d) but when I start the NRPE deamon, I don't get anything about NRPE executing netstat -at or ps -ef.I would need to install check_nrpe on OpenWRT to find out if NRPE is working, but I can't find any ipk package with it. Now, once in the monitoring host when I try to reach the remote host from the server:

/usr/local/nagios/libexec/check_nrpe -H ip_remote_host

I get: Connection refused by host

Even, trying with localhost:

/usr/local/nagios/libexec/check_nrpe -H localhost

I get the same error: Connection refused by host

I have installed Nagios Plugins and the check_nrpe plugin. I have edited the /etc/nrpe.cfg file:

allowed_hosts=127.0.0.1 ip_server

I don't exactly know if it is remote host's fault, monitoring host's fault or both.

View 14 Replies View Related

Ubuntu Networking :: Wifi Is Connected But Will Not Work In Browser Or Other Internet Usage

Jul 6, 2010

The Wifi is connected to my router but it still will not let me access the Internet or any other Internet based operation. (I am running 10.04, I had just installed and and now am trying to get the internet connection running)

View 6 Replies View Related







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