Networking :: Switches Losing Connectivity - Not Accessible?

Feb 12, 2009

I have 2 cisco sw 3500xl series working properly forwarding traffic. All operations are Layer 2. I have setup keep alive 10 on all the ports. They are connected to another sw together with a Linux router on Cent OS 5.2. I can't ping the switches from the Linux box. If I arping them, I get a response and after that they are accessible for telnet. Otherwise they are not. After 5min the macs are flushed from the arp table of the Linux box, and then again they are not accessible only if I arping them, or set a static mac.

View 1 Replies


ADVERTISEMENT

Ubuntu Networking :: AR5001 Chipset - Wireless Networking Randomly Loses Connectivity And Can Not Regain Connectivity

Jun 25, 2011

Wife's laptop has AR5001 Wireless Adapter laptop model is Toshiba Satellite A215

Problem : Wireless networking randomly loses connectivity and can not regain connectivity, the only apparent solution is a full power down , this is not even certain to work. The card works under Windows, she hates Windows. (I love her for this) I know it's not faulty hardware , because it will work for days on end under Windows without problems.

Things I've tried : madwifi drivers (any and all versions available) : These increase stability of the signal and seem to delay the inevitable however it still happens. When using these drivers the only option is to unload them modprobe -r then reboot then remove them again and re add them. It makes no sense why this works, and if I don't remove them prior to rebooting it will not work.

ATH5K drivers : These are pretty much junk, results are unpredictable at best, sometimes it will work perfectly for a few hours, sometimes it will not work at all. Nothing is repeatable, I can't seem to force whatever condition is causing this. rfkill does not show the wifi being blocked (hard or soft), unblocking it anyway does nothing, only way to make this work and it's iffy is to fully power down wait 5-10 minutes turn it back on and it MAY decide to work.

Firmware update : Updated the Toshiba BIOS to the latest version of the firmware 2.0 no joy here either. Same issue both sets of drivers.

Tried different distros and kernels : I've tried Mint 9, 10 ,11 ; Ubuntu 10.10, 10.04 , 9.10 and 11.04 (which is currently installed) , Fedora and OpenSUSE. All are giving the same problems. I have also tried a slew of different kernels no joy from any of them (I'm not at the computer with the issue now I will post exactly what kernel versions I've used when I have access to the machine).

Another useful bit of information, the hard switch to disable/enable wifi WILL disable it but turning it back on does absolutely nothing. The hotkey does nothing at all. The bios does not have an option to disable or enable the wireless card.

I will also post the typical lsmod , lspci , iwconfig all that good stuff when I get back to the computer in question. I'm probably just going to buy a PC card for it and give up on that one, but this is driving me insane and I would really like to see it resolved even if I do replace the hardware.

View 3 Replies View Related

Ubuntu Networking :: NIC Bonding - Teaming And Switches ?

Jun 20, 2011

I have a question about bonded NICs and the switches they are connected to.

I have a server which needs to send a lot of data to another server quickly. Both have multiple GbE NICs. I understand what is required at the server end (I think) in that a pseudo-interface is created such as bond0 with the IP applied to that interface rather than eth0 and eth1.

My question relates to the connection between the servers, i.e. the switch. Is a specific type of switch required for this to work, as an IP will have 2 (or more) MAC addresses associated with it, or how does the switch decide to which port to route the traffic for the bond0 IP?

Also, will this only work when multiple connections are being made? What I mean is, will each individual TCP connection only use either the physical eth0 OR the physical eth1 interface, or can a single connection make use of the aggregated bandwidth, sending one packet to one physical interface and another to the other physical interface, using the bond0 IP as the destination?

What I am trying to work out is if I had a storage server connected to an application server and exporting storage using NFS or GlusterFS, would an aggregated link improve throughput?

View 7 Replies View Related

Networking :: Nagios - How To Handle Transparent Switches

Jan 26, 2010

I'm configuring Nagios at the moment, but I'm doubting my approach to transparent switches a bit. It seems from reading the documentation that Nagios wants me to ignore transparent switches, although I also doubt this interpretation of mine.

A little example, a VPN:
Code:
demarcation point
|
[router]
/
[switch][switch]
| / |
[7 clients] [switch] [switch]
/ |
[6 clients] [4 clients] [5 clients]

As you can see, there are 22 clients connected to the router. Since switches don't have an address, they cannot be measured. But if I ignore the switches, the schema is an oversimplified picture of reality. So what I'm looking for is a way to display the switches, even though they don't have an address. What I did was, I created the switches as where they proper fully featured ones, and listening to 127.0.0.1 as address. Luckily, this tricked Nagios. And it works, but it's not very elegant. Is there a better way to approach this pseudo-problem? Perhaps a build-in I overlooked?

View 10 Replies View Related

Networking :: Selecting / Modifying SNMP Traps On Switches

Dec 20, 2009

I'm curious as to what defines the SNMP trap info sent by switches? I would like to get updates on 802.1x authentication and state of switches (all manufacturers if possible). Is the data sent via traps determined by the manufacturer or is it possible to modify/select it from the switch MIB?

View 3 Replies View Related

Networking :: Benefits Of Moving To Smart And Managed Switches

Jan 6, 2010

Right now we are running a gigabit network with unmanagead switches. What do i gain performance wise and capability wise with moving to smart and managed and do these benefits make the cost worth it?

View 1 Replies View Related

Ubuntu Networking :: Dual Ethernet Networking - Lose Internet Connectivity?

Apr 18, 2011

I have a server with two ethernet ports. I configured eth0 to be static, set at 10.1.10.148. I plugged in another router into the other ethernet port in order to configure that router. I configured eth1 to use dhcp. Using /etc/network/interfaces rather than gnome network manager. When I did this, I lost internet connectivity (internet routes through eth0 of course)

- Why did I lose internet connectivity?

In order to recover internet activity, I had to disconnect the new router on eth1 of course, and do sudo ifdown eth1. That wasn't enough however. After rebooting numerous times and pulling out my hair, I finally tried configuring eth0 as dhcp, rather than static, and this fixed the problem.

- Why didn't sudo ifdown eth1 solve the problem? What information was saved between reboots that somehow remembered that I plugged in the new router? Because my thinking was if /etc/network/interfaces was identical, and the network topology was identical, after a reboot everything should be restored, but it wasn't.

View 7 Replies View Related

Networking :: How To Check FTP Connectivity

Dec 16, 2010

How can i check my FTP is working properly or not? or check out this connectivity?

View 2 Replies View Related

Networking :: Webmin Not Accessible Remotely?

Mar 23, 2010

I have webmin 1.500 installed on my Ubuntu.I can access webmin on the ubuntu machine using
"https://localhost:10000" (10000 is port no.)But I cannot access it from other computers.I have dial-up connection on ubuntu.I have also added port 10000 usingsudo iptables -A INPUT -p tcp --dport 10000 -j ACCEPT

View 11 Replies View Related

Ubuntu Networking :: Different Connectivity Under Different Kernels?

Apr 19, 2010

I use a laptop with a built-in WiFi card (Intel PRO/Wireless 3945ABG [Golan] using iwl3945 module). It's OK but sometimes is not very stable, occasionaly it simply dies and I have to reboot. It was even worse but I improved it by applying a new driver.I also have a very nice USB WiFi card (D-Link System DWA-140 802.11n Adapter [ralink rt2870]). It's much better and faster.

So the problem is that in Ubuntu 9.10 (2.6.31) I can use only the built-in one. The other one (D-Link) also works but I can't make it connect to my router. The built-in card connects to it but the D-Link even does not list it among possible connections (but it lists other possible connections which I do not want to use).The funny bit is that this problem disappears when I use an old Kernel (2.6.28-18 ) : both cards work fine and can connect to the router at the same time (obtaining different ip's). I then disable the built-in one and happily use the external card.

Unfortunately the old Kernel has issues with sound and video, so I would like to use the latest Kernel with the external card. I tried WICD but it didn't change anything.I can add that under the old Kernel the USB card is used as a ra0 device while the new Kernel lists it as wlan1.

View 1 Replies View Related

Ubuntu Networking :: DWA 547 Connectivity Stability?

Apr 4, 2011

I have an issue with my Dlink DWA 547 802.11n PCI adapter, I'm under LUCID fully updated.I have no trouble connecting to any wireless but after a few minutes I'm loosing the connectivity strenght (getting ping reply from my router that vary from 2ms to 200ms). But as soon as I'm rescanning the network using the command (sudo iwlist wlan0 scan) everything is fine (constant 1-2ms ping). I'm using wicd as network manager. I have tried to schedule a job in crontab to launch every 10min a network scan command, but didn't succeed to have it working, morehover I don't think that's the good way.

View 2 Replies View Related

Networking :: Ipv6 Connectivity Using 6to4?

Jan 14, 2011

The goal: ipv6 connectivity using 6to4 The problem: no connectivity on some internal hosts (mixed win & debian) and no ipv6-web access on any host. Let's start with my external box. It is headless debian lenny dhcp/local-dns & cache/firewall. It has the following interfaces after a reboot:

[Code]...

My understanding is that ipv6 will auto-configure itself and that the radvd file is all that is needed by the external host to give all the ipv6 enabled internal hosts ipv6 web access. My question: How is my external host misconfigured? Or are the problems specific to the internal hosts? I am assuming that I have issues on both the external and internal hosts since some of the internals have golobal ipv6 address and some don't. I do however wish to address the external host first.

View 6 Replies View Related

Networking :: Connectivity Stops On Fc12?

Jun 9, 2010

I am installing fc12 in a datacenter that does not yet support fc12. I have fc12 successfully running on several other machines in a different unmanaged datacenter. Here is my problem. After booting the machine I run a data transfer intensive operation. I use scp to transfer a 1GB file. After some percentage, 10 to 30, the network appears to go away. No ping, ssh, traceroute, etc are successful (in or out). At the KVM console I can check the status of the network service, it indicates its up. Restarting network, turning off iptables, ifdown/ifup do not have any effect. Only a system reboot will temporarily allow network connectionifconfig show LOTS of RX errors and dropped packets.

View 1 Replies View Related

Networking :: SSH Connectivity Over HTTP Proxy

Jan 13, 2010

Machine 1) I have a Server with RHEL5.
eth0 = 192.168.48.x (static class C ip connected to VLAN switch)

Internet available via HTTP proxy through vlan but from other main server but not from machine below.

Machine 2) I also have a Server with RHEL4.
eth0 = 124.30.XXX.xxx (public IP for availing internet)
eth1 = 192.168.60.xxx (class c ip to share internet via squid on the same LAB)
eth2 = 192.168.16.xxx (class c ip connected to VLAN switch)

Now what I want is ssh connectivity available to Machine 1, so as to enable remote machines on the internet connected. I know that it might be hard for Machine 1 to share ssh directly on the internet but if there is any kind of tool or tricks to setup pls tell. So the only chance is ssh via machine 2 then after connected to Machine 2 then again ssh to Machine 1. But how do I make ssh available online? IPtables are set correctly machine 2 can't be ping on the internet.

View 2 Replies View Related

Networking :: Get WIFI Connectivity To Board

Mar 28, 2010

I am working on a project to build an embedded board with WIFI connectivity. My present status:

- I have a embedded development board TS7200 .

- It has USB and Ethernet Port.

- I am able to get port Linux on it and run program to communicate between devices and a computer using socket programming and Ethernet.

I need help in deciding how to get WIFI connectivity to the board. I guess it would mostly be using WIFI dongle? Any suggestion for a WIFI dongle?How should I get it working? Where should I look for proper reading material? I am am planning to do some basic program practice using WIFI on my laptop. How can I do that ?

View 1 Replies View Related

Networking :: Keep Losing Internet Connection

Feb 16, 2009

I'm using Xubuntu 8.10, network-manager, Atheros AR2413 802.11bg NIC, and Radeon Xpress 200M with open-source ati drivers.

My problem is that I'm frequently losing my internet connection--whether I'm wired or wireless. It happens most often when I'm watching a ..... video but it happens other times too. My cpu usage is high when watching ..... (70-100%), so that may have something to do with it but I'm here because I really don't know.

I started having this problem when I switched from the proprietary fglrx driver to the ati driver. I switched because my laptop was always freezing halfway through a movie using vlc/mplayer. The ati fixed this but gave me my current problem. I do not want to go back to fglrx.

Here's what I've done so far to try to fix it without success:

-tried using noapci boot option
-tried using a different router
-tried using wicd

When I lose the connection I still have a strong signal. My lshw and iwconfig outputs are the same as before I lose my connection. However, I cannot ping my router when I lose the connection. I have to reboot to reconnect.

View 5 Replies View Related

Networking :: Losing Internet Connection ?

Feb 11, 2009

I just installed fedora 10 on a machine with a netgear ga311 gigabyte Ethernet card. Usually when I start it up I have a connection but after 5 minutes I lose the connection.

View 4 Replies View Related

Ubuntu Networking :: Samba Shares Not Accessible On OSX?

Apr 26, 2011

I have setup Samba shares on my Ubuntu 10.10 and assigned different different username and password combination for each share.

The sharing works perfectly fine on all the Windows machines but it does not work on OSX. When I try to connect using OSX, it ends up showing waiting icon (screenshot attached) after entering username and password. (It asks for the login details after selecting the share from the list)

Following is my smb file content:

Code:
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the

[Code].....

View 8 Replies View Related

Networking :: Get A Subdomain Accessible Outside The Local Network?

Jul 25, 2011

I have a subdomain called www3 and I cant see it outside of our network. It's added in vhosts.conf in /etc/httpd/conf.d, and I can access it through [URL], but only when on vpn.

We have another www2 that is both local AND outside the vpn. I am testing the site live and need access to it. Is there another file besides vhosts.conf that I need to add the ssubdomain in? Here's what I added in my vhosts.conf

Code:

<VirtualHost *:80>
ServerName www2.mydomain.com
ServerAlias www2.internal www2

[code]....

View 7 Replies View Related

Networking :: Internet Connection Not Accessible In Ubuntu 9.10

Nov 14, 2009

I'm a new user of Ubuntu. I requested the Ubuntu 9.10 cd online and got it in around 3 weeks. I've chosen the 'Install over windows' option for my use right now. The version of windows being 'Windows 7'. The problem is that I'm unable to connect to the internet. I'm using LAN cord to connect to my modem. The 'Network Manager' tht the user manual talks about, is not to be found yet. When I click on the 'Network' icon on the top right portion of the panel, it shows that 'autoeth0' is connected but when I open firefox and try to open any website, the 'Server not found' comes up on the firefox window. Thus I'm not able to surf the web.

View 7 Replies View Related

Fedora Networking :: How To Enable TCP / IP Connectivity With XP Machine

Oct 11, 2009

I have a Fedora Linux machine and a Windows XP machine and I want to enable TCP/IP connection between them using a cross-over cable. I have a type of middleware server running on the linux machine and I want to be able to run the client for the application on the windows machine and work that way. I have heard Samba as a solution but my understanding is SAMBA is mainly for file sharing.. and is not necessary for establishing TCP/IP connectivity. Is this a correct statement? How can I go about setting up TCP/IP connectivity between the two machines?

View 2 Replies View Related

Fedora Networking :: Configuring Wireless Connectivity?

Oct 11, 2010

May I please have some help configuring wireless connectivity?I just moved and went from connecting to a LAN infrastructure to connecting with a wireless cable modem. The modem is dual-purpose, it has two ports, one for an Ethernet cable, and an access point for a wireless connection. The ISP is CableOne. My laptop, which I use most often, is wireless capable, and I want to use the wireless feature. The laptop is running Fedora 13 KDE, with a VirtualBox virtual drive running WinXP.

I have used NetworkManager to create a wireless connection and name it. I have also used WPA encryption for this because I don't want anybody else using my bandwidth. Moreover, I have tried no encryption and WEP, all to no avail.

View 14 Replies View Related

Ubuntu Networking :: Integrated Wireless No Connectivity

Mar 13, 2010

I've been trying to use the wireless adapter that came shipped with my computer for a while now (it is NOT a USB adapter; it seems built into the computer). However, I can't seem to get it working.HP says that the driver is Lite-On USB Wireless 802.11 b/g Adaptor. I am currently connecting to the internet with my netgear USB adapter (I think the driver is something like prism_usb)

View 3 Replies View Related

Ubuntu Networking :: No Local Lan Connectivity For Sharing?

Nov 21, 2010

I can see the network shares, but when I click on one of them, I get the message:Unable to mount location (header)Failed to retrieve share list from server (body)This worked fine for me in the previous versions, so I don't know what to try.On the windows machine, the share can also be seen but not permitted to connect.

View 1 Replies View Related

Ubuntu Networking :: How To Enable Wireless Connectivity

May 15, 2011

I am new to linux. I just installed linux on my PC and wanted to configure wireless network connections. I have entered SSID and mode is set to infrastructure. I don't know what is BSSID do I need to enter MAC address (of router?)?I need to connect to internet wireless can you please guide me ?

View 1 Replies View Related

Ubuntu Networking :: Air-CB21AG-A-k9 With 11.04 - No Wireless Connectivity

Jul 2, 2011

I have a Air-CB21AG-A-k9 cisco Card and trying to run it with Ubuntu 11.04. But this card doesnt seems to be plug n play device with ubuntu 11.04. As soon I inserted the card both the leds are flickering but no wireless conectivity.

View 9 Replies View Related

Ubuntu Networking :: PXE Installation Failed - No Connectivity?

Jul 22, 2011

I've tried to set up an easy PXE server to set up ubuntu on various PC's via network. When I was finished I tried to boot a virtual mashine and later a normal notebook, both had the same problems, they find the TFTP server start booting and installing but it always fail. Reason: they get no IP from the DHCP-Server (I'm using dhcp3-server), even if I enter an IP manually I only get to the mirrow step where it tells me bad mirrow and the dhcp log says: Abandoning IP address 192.168.1.46: declined. I also rebootet the router but nothing changed.

View 3 Replies View Related

Networking :: Changing MAC Using Ifconfig Causes Connectivity Lost

Jun 15, 2010

I am using Suse 10 sp2. By running ifconfig I am changing the mac address. Everything is happening successfully, but this is adapter losing the network connection. Even when I give a static IP. I am not able to ping any other IP.

View 1 Replies View Related

Networking :: Checking The Connectivity - FTP Is Working Properly Or Not ?

Dec 16, 2010

How can i check my FTP is working properly or not? or check out this connectivity?

View 3 Replies View Related

Networking :: Internet Connectivity Drops With Ubuntu 10.10

Jan 23, 2011

I had my desktop running ubuntu 10.10 at my sisters house hooked up to a router sharing internet with her boyfriend never had a problem with it there. I moved into my own apartment this week plugged the cable modem directly into the broadcom ethernet card and couldn't get an ip or anything it wouldn't connect period so I ended up hooking it up usb which works but only at speeds of 5-7mbit when I have 15mbit connection. So I put another ethernet card in hoping it was just problem with the card and tried it that worked.

I got a connection but it was incredibly slow like getting maybe 5k a second so I open network tools in administration menu and start pinging google. While I'm waiting on a bandwidth test to complete and it takes off getting like 20mbit keeps that connection for a while then out of nowhere just drops to almost nothing. Again for a few minutes then falls off completely so I restart and it does the exact same thing starts off slow then something clicks and it works great for 5 min then nothing?

View 5 Replies View Related







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