Networking :: " Network Is Not Pingable "?
Apr 3, 2010
I submitted this subject in Linux kernal forum but there was not any helpful answer so I did that again here in this forum
first, let me tell you my board information
3.6.31-rc3-olimex ,,, it uses debian
board ATMEL SAM9-L9260
[code]....
View 4 Replies
ADVERTISEMENT
Jul 23, 2011
Does a network install assign a pingable ip during installation? I am trying to verify why I get an error during installation that "stage2.img" cannot be found and I'm guessing that since I can *not* ping the static IP I assigned, that the network functionality is not working during the install process. Can anyone confirm if I should be able to ping a system during installation using the assigned static IP?
View 1 Replies
View Related
Mar 6, 2011
i am writing a script to know the status of the server whether it is accessable or not. i use ping. But sometimes the server is pingable but the SSH didnt work., is there any way so that i can check if the SSH (port 22) is working or not after ping that server.
View 1 Replies
View Related
Nov 3, 2010
I have installed a Netgear WG111v3 wireless USB networking adapter on an OpenSUSE 11.3 system. I'm using ndiswrapper to run the Windows driver. Using the "Network Settings" GNOME applet (says "Network Settings - YaST" in the title bar) it shows that I have the adapter installed as wlan0, but it's not connected. However, if I go to the "Network Tools" applet (says "Devices - Network Tools" in the title bar) and select "Wireless Interface (wlan0)" from the drop-down, it says that I have an IPv4 address of 192.168.1.104. This is a plausible address that my router could have served. However, I cannot use the network interface from the box itself.
View 2 Replies
View Related
Nov 25, 2010
I am able to ping my hostname of sinbad only from the linux system itself. On all my windows boxes, I am not able to ping it. I can only ping the IP address.
[code]...
View 4 Replies
View Related
Jul 24, 2011
On every machine that SSHes in, the connection gets dropped randomly between immediately, and 30 minutes into the session, while the user is actively using the remote system (typing, etc). Before, during and after the disconnection, the system responds to pings regularly (0% packet loss).It takes about 5-10 minutes before I can make an SSH connection again.I have tried restarting SSH on the server and rebooting the server. I even removed and reinstalled sshd and it is still happening.What might be causing these random disconnects and how might I solve this?
View 1 Replies
View Related
Jan 12, 2010
I have a Fedora core 3 box that I am trying to use to replace my current document server. This box was part of a domain at a different location previously. At this location we use a "work group" network. I have set the IP, Gateway, Subnet, and DNS servers. I can see the machine from my XP machine, but cannot get a connection to the internet?
View 2 Replies
View Related
Mar 2, 2011
I have installed qemu/kvm and created a Bridged network connection which works just fine(Windows 7 VM won't work in NAT mode.)
But when I try to use NetworkManager it says that I have no network connection because the network isn't managed, (I set the settings in ifcfg-br0 and ifcfg-eth0 to be managed)
The real problem is that now I can't use my VPN connections (I have many) in NetworkManager.
Is there a way to have both of these pieces of functionality?
I am using FC14
View 5 Replies
View Related
Apr 7, 2009
Using Fedora 10, can anyone tell me how to setup the network scripts to create two network interfaces for vlan x and y. Both interfaces should obtain an ip from dhcp and both interfaces should run over eth0.
View 2 Replies
View Related
Apr 3, 2010
I installed the driver for my network card. iwconfig and ifconfig are all responsive to connecting to the network, I'm given an access point address. Then, I try to connect to a website and no dice. ping www.google.com yields no result. What gives?
View 2 Replies
View Related
Apr 7, 2011
I am totally new to Linux and have just installed ubuntu 10.10. After configuring the network interface via dhcp I started getting these messages that come in so frequently I can't configure anything else.
[87.186415] Stack:
Why I am getting this messages and more importantly how do I get rid of them.
The installation is on a VM on Hyper-V.
View 1 Replies
View Related
Feb 16, 2010
I've been trying to understand how Linux creates the network/interfaces on a machine (been reading the Linux admin guide), but as I'm pretty new to this subject, I've got lost in the forest.
To provide with my goal:
1.) Learn about network setups on Linux
2.) Be able to maintain my own (virtual) network
3.) Configure my (virtual) network
View 1 Replies
View Related
May 7, 2011
Sometimes my file share network stops working,and will then work again.I'm lost with this problem. The server pc is a Zenwalk pc.The other pc is a win7 pc. This error only occurs on Zenwalk. When i run puppy from the live cd the file shares are always visible,without fail.Under puppy i use pNethood. When the ping command is used there is no problem, and the pc name can be pinged.This is shown below:
[Code]...
View 6 Replies
View Related
Oct 5, 2010
I have a server that is on both a standard network and a virtual network, as follows: server1 attached to standard network server1 acting as Dom0 with two linux DomU guests (under Xen) I only have one network card. How do I configure server1 to have a different hostname on the standard network than on the virtual network? Here are the relevant network configuration files for server1:
/etc/sysconfig/network-scripts/ifcfg-eth0:1
DEVICE=eth0:1
BOOTPROTO=none
NETMASK=255.255.255.0
IPADDR=192.168.122.9
[Code]...
View 1 Replies
View Related
May 25, 2010
Cannot activate network device eth0!"device eth0 does not seem to be present, delaying initialization".i cannot find my network card while i set up network configuration Now I use dual boot window 7 and fedora 9,I cannot find my network card in select network adapter while network configuration ,i have a network card Atheros AR8132 PCI-E fast Ethernet controller NDIS(620)and for wired in Accer laptop .
View 1 Replies
View Related
Jul 1, 2010
I recently fixed an annoying problem and I thought it would be nice to share my solution here. The problem was that after a cycle of suspend/resume, Network Manager would only auto-connect to the same network as it was previously connected to. So, for example, if I suspended my laptop at home, and then I went to school and resumed it, it would try to connect to the home network, and then just give up. It would not connect to the school network unless I explicitly told it to.irst, I'll describe the fix. If you're having this problem, you can this. Copy the following:
Code:
#!/bin/sh
case "$1" in
[code]....
View 5 Replies
View Related
Oct 5, 2010
I have a system running a very basic LTS install (10.04). Ubuntu has been setup with very little additional packages. No GUI. Once it's booted to a prompt for the first time I add the following packages,
cups cupsys ssh pi memtester nfs-common
aptitude safe-upgrade
At this time I don't have additional information on exactly what packages are installed. I did not perform the installs myself. I will update this thread when I get more details from my IT counterpart on how the system was setup.
This is used for a headless(no monitor, no keyboard) system running some custom applications.
Here are two problems.
1. If I plug into an ethernet network after I boot, the network never connects. I need to reboot with the network connected in order to get an IP. What is the service to "auto connect" to a network?
2. I have a network printer configured on lpd called myprinter. If I am connected to the network when I boot, I can print to this printer just fine using:
Code:
However, If I boot disconnected from the network and print to myprinter, the jobs obviously cannot print. They get spooled. Using 'lpstat -t' I can see that the spooled print jobs are assigned a job number and that myprinter is trying to connect. I shutdown, reconnect my ethernet network and boot up. All my printer configuration is blown away.
/etc/cups/printers.conf has been wiped out to look like this:
Code:
My 'good' printer configuration is copied to printers.conf.O
To recover from this, I need to stop cups, copy printers.conf.O to printers.conf, restart cups, and re-setup my network printer.
So, What causes my printers to get wiped out? I've repeated this on 4 systems with the same setup.
View 1 Replies
View Related
Jan 24, 2011
I am a Windows refugee who discovered Ubuntu as a way to save my files from my virus-ravaged computer. Had no installation discs for Windows, so when I had to wipe my hard drive and start over, I decided to give Ubuntu a try. I've had mixed success, but that's another post...
Right now, the problem is that I installed 10.10 two weeks ago and was able to connect to the Internet with no problems - until yesterday. Suddenly, our wireless network (the only one in the vicinity) does not come up as available in Network Manager. In fact, the entire wireless option disappeared. I know there are many posts and threads on here about this, but weeding through them trying to find an answer is more frustrating than actually dealing with the problem. I know the router works because I can post on this forum from the Macbook. I really like Ubuntu and would like to keep using it, but not being able to connect to the Internet now on top of the other issues I've had is making me doubt I want to continue down this Linux road.
P.S. When I attempted an analysis through System Testing, it said something about there being no proprietary drivers?
View 2 Replies
View Related
Aug 30, 2010
today I tried to configure a network route to a host for testing my network interface. Code: route add 192.168.1.15 eth0 As I have to eth interfaces and both interface got their IP from DHCP (192.168.1.11 and 192.168.1.12) and are in the same subnet, I shut the other interface down:
Code: ifconfig eth1 down Then I tried to test the interface by doing a ping to 192.168.1.15.
Problem: When I unplug the cable from eth0 (and eth1 is still plugged) the ping still works. Somehow my linux (it's debian) powers up again eth0 and pings over this port.
How can I stop my linux doing this. I just want to have the route added only on the one interface - not the other. Is it maybe some case of a default-gateway?
View 5 Replies
View Related
May 31, 2010
I'm working with a Ubuntu 10.04 LTS system with two network interfaces (both Ethernet). I wish to setup this system such that it is simultaneously connected to my local and an OpenVPN network and able direct traffic between the connections depending on what program is sending the traffic. The problem: Under my current OpenVPN configuration all network traffic is directed to the VPN.
My OpenVPN config file (some details omitted)
--remote [gateway ip] # vpn12 load:
--remote [gateway ip] # vpn11 load:
--remote [gateway ip] # vpn15 load:
--remote [gateway ip] # vpn16 load:
[code]....
In practice, I would like OpenVPN to operate out of one of my two network interfaces and leave the other interface connected to the local network. Then by default all network traffic should be directed to my local network unless I specify (on a per program bases) that certain traffic should go though the VPN. These two network connections can (should) stay completely independent of each other and do not need to talk to each other.
View 2 Replies
View Related
Oct 12, 2009
I am losing network bandwidth and I am quite frankly I am not sure why, I don't have allot memory 495.6Mib
But I clean my PC every few days "BleachBit"
I have read some where on the magazine Network receiving suppose to be higher. so how can I fix this issue please i am having allot problems, u use cable from Comcast
I am not quite sure what Information you might need from me to give.
I use Ubuntu 8.04 LTS
View 1 Replies
View Related
Apr 7, 2009
Can anyone tell me how to setup the network scripts to create two network interfaces for vlan x and y. Both interfaces should obtain an ip from dhcp and both interfaces should run over eth0.
View 4 Replies
View Related
Jun 14, 2010
I have used ubuntu in the past but had a lot of hardware issues with it and unfortunately moved back to windows (( BUT i have tried Ubuntu again and all seems to work great except wifi My wifi connection is sort of working because when i run SUDO IWLIST SCAN it does pull up all available networks. But in the network manager icon on the panel i left click but i see no networks and can't connect to anything. I WOULD LOVE TO keep Ubuntu and use it permanently but I must get wifi working or else this won't be possible.
View 4 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 12, 2009
I am attempting to setup a network to network VPN tunnel between our main office and a temporary location. This location need full VPN access back to the main office's network.Anyhow we have spent about 3 solid days attempting to make this work without any great success. Here is our network scheme for these two devices.
Network A (Main Office) (OpenBSD using isakmpd)
Network: 172.16.8.0/24
External IP: 1.1.1.1 (obviously not the real IP)[code].....
View 2 Replies
View Related
Jul 12, 2010
my wireless home network is not recognized by my network card (RealTek RTL8190 mini PCI). The post was as follows: "I am using a new computer with Windows 7 , Athlon quad core 2.60 64 bit, 8GB RAM. Internet conection works fine with ethernet but ubuntu does not see my wireless network. card (RealTek RTL 8190 ID: 10ec:8190). Have searched this forum but unable to come up with a fix. I was looking for windows XP drivers to use Ndiswrapper but could not find a list of .inf files. My network is OK and works perfectly in windows and with my 2 laptops. Can anyone point me in the right direction? Additional info: install was done within Windows using WUBI to a separate partition on my HDD. I am new to this and thouroughly confused as to the procedure for installing the drivers if they are in fact available."
I am very frustrated in that I would like to use Ubuntu 10.04 but it is useless without internet connectability. I am new to linux and do not understand where to get the appropriate drivers or how to install them. I wish someone would answer this post and either give me a clue what to do or just say "give up" and uninstall ubunutu.
View 2 Replies
View Related
Sep 20, 2010
Currently my office use a Cisco Firewall which will only allow the ANYCONNECT utility to do the vpn connection. I found a Linux utility (OpenConnect) which will do the same thing, but allow me more flexibility with my networking needs.What I ultimately would like to have is to have a switch that I can connect any network device into it and be connected to the office. IE (my IP Work Phone and Computer) Currently I have is a computer with fedora 13 and two network cards eth0 (home network - connected to a router) and eth1 which I would like to connect a switch to. OpenConnect communicates fine and I can see the work network from the Fedora machine. It creates a vpn0 tun/tap device and I don't know how to pass communication to/from the eth1 device.
Do I try to iptables the ports for the phone and services I need on the computer? Or do I build bridge; and If I do what am I bridging. I have tried making a bridge from eth1 to vpn0 which reply's with unsupported device or something like that.Unfortunately my network skills are bit limited and my office says "it can't be done". Their solution is for me to buy a ASA5505 (or something device) and have a static IP. I would have to make it work as my router and even then it will only DHCP 10 ip addresses; which will cause a shortage of IP addresses in the house.
View 1 Replies
View Related
Feb 18, 2010
I have the problem with my notebook, that, after I used it at work, the network-manager always tries to autoconnect after boot. He has no cable network and so I get the message "not connected" after a while.how to tell the network-manager, not to autoconnect each time?
View 4 Replies
View Related
Jul 10, 2010
I recently put Linux on a Thinkpad T40 I got. The wireless card works out of the box--I can see nearby networks. However, I can't connect to mine. network-manager would try (spin spin spin), fail, ask for the password, and then go back to the beginning and repeat indefinitely. This happened to me on a different computer, and on that one all I had to do was use wicd instead of network-manager. So I installed wicd, but it's not working either--it hangs at "Obtaining IP address".
I've found many, many threads with people who had the same problem, but none of their fixed worked for me.
I also tried to get wifi going manually, using this guide, but that didn't work.
View 3 Replies
View Related
Dec 26, 2010
i can not find the network storage drive on my MS network using Ubuntu.i can find other computer using xSMBrowser but not the hard drive connected to my router (LAN)i have tried samba and a few others
View 5 Replies
View Related