Ubuntu Networking :: Duplicate Ping Replies On Bond0?

Oct 14, 2010

I have 4 NICs in my 10.04 server, 3 of which I have bonded. The bond itself is working fine -- I'm able to connect to and from the machine -- but whenever I try to ping out, I get duplicate replies. Google has, so far, yielded nothing of use.

I've included potentially relevant files:

/etc/network/interfaces

Code:
# The loopback network interface
auto lo
iface lo inet loopback
auto bond0

[Code]....

View 3 Replies


ADVERTISEMENT

General :: Log That Tracks The Ping Request And Replies?

Jan 31, 2010

I've checked my /var/log dir and can't find anything.

View 1 Replies View Related

Networking :: Cannot Ping With Command - Ping IP - Address But Can Ping With - Ping IP -I Eth0

Jul 15, 2011

I am using an virtual machine. where I need to ping from one machine to another. earlier I was able to ping. But after going to google.com once, I cannot ping back to this machine.

But if I gave ping -I eth1 <IP> then I can ping.

I cannot install any package, so tell me solution which includes not installing any package.

View 2 Replies View Related

Networking :: Tell Dhcpd To Listen To Ifcfg-bond0?

Mar 30, 2010

How to tell dhcpd to listen to ifcfg-bond0 ?

View 1 Replies View Related

Networking :: OpenVPN Connects But No Replies To Pings

Jan 7, 2011

I have an asus router running tomato firmware. Through the webGUI I have set up an openVPN server as per the tomato guides. I am using the network manager plug-in in ubuntu 10.04 to connect as a client to the tomato openVPN. All of my certificates seem to be set up and working correctly.

I am able to successfully connect to the openVPN server using the ubuntu client but after that I get nothing. On the client side I am unable to ping the router, any ip addresses inside my private network, the virtual network ip, and web browsing (client) no longer works.

Also, when connected I am unable to ping the client from the private network.

Before connecting

Code:
chris@ChrisLaptop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:1e:68:90:5e:e9
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0

[Code]....

View 1 Replies View Related

Fedora Networking :: FC10 - Int-bond0 Doesn't Comes Up During Boot?

Mar 4, 2009

I'm bonding the two NICs on my FC10 server to create a bonded LAG between it and my Cisco Catalyst switch, but during kernel init, the system always give me a notice that "bond0 doesn't appear to exist" so it skips it.Once I log in, I can always open Network Manager and the bond0 interface goes from "Inactive" to "Active" and bond0 immediately works, and I can restart the appropriate network services and everything is fine. But any idea why this bonding wouldn't be initializing during boot up? The ports on the Cisco are configured for hard set speed and duplex and portfast is turned off on them.Is there a guide for best practices for creating LAGs (bonded interfaces) between FC10 and Cisco switches?

View 4 Replies View Related

Ubuntu Networking :: Unable To Ping Over Wireless But Can Ping Over Wired?

Jul 24, 2010

I have two machines on this network, one running Ubuntu and the other running Fedora.

When I'm using the Wireless network on the Ubuntu machine, I cannot ping the Fedora machine. Everything else works. I can browse the net fine.

If I switch over to the Wired Network then I can ping the other machine.

I don't understand why ping doesn't work only over the Wireless. I can ping the router so I'm guessing it's getting blocked by the router but I didn't block ICMP traffic.

I tried asking on IRC and they ran out of ideas too to find out where the problem is.

View 7 Replies View Related

Networking :: Debian 5 - After SysCp Installation And Configure Ping Valure - Ping - Unknown Host

Jul 9, 2010

Ive got a problem on my server ....installed Debian 5 , Webmin and than syscp settung up syscp ready ....

I try to ping "localhost" ansver ping: unknown host
I try to ping "localhost." there is a host with IP 127.0.0.1

I need it to change it in "localhost"

Is that the bind9 maybe?

View 1 Replies View Related

CentOS 5 Networking :: Bonding With 2.6.18-194.11.4.el5PAE - "bond Bond0 Has No Active Aggregator"

Sep 30, 2010

I have two servers that have been running link aggregation and VLAN trunking for years. I've installed larger drives in one and done a fresh minimal install. In spite of configuring as before the network will not come up. I did discover that a minimal install will not install vconfig which was causing one particular error when the VLANs tried to come up and this has been solved by installing vconfig. However, at this point the problem appears to be not bonding eth0 and eth1. /proc/net/bonding/bond0 indicates: "bond bond0 has no active aggregator"

If I put the old drives back in and boot the old OS everything starts up fine. I was even able to get it working with:

modprobe bonding
ip link set dev bond0 up
ifenslave bond0 eth0 eth1
service network restart

however, it does not survive a reboot. Is the a bug in the 2.6.18-194.11.4.el5PAE kernel or the network scripts? The the previous kernel I am running is 2.6.18-128.1.10.el5PAE For what its worth, these are the configurations:

[Code]...

View 2 Replies View Related

Networking :: BIND9 SLOW Ping When Ping By Hostname

Feb 1, 2011

I just installed my first EVER bind DNS server. I am running bind9 on Ubuntu 10.04. Everything seems to be working great except one thing: If I ping a host that I have set up in bind by its HOSTNAME the pings take 5-6 seconds to reply/print to the screen between each echo response. If I ping by the host's IP address, they echo back very quickly.

I have read that IPv6 can cause this, but I have disabled it in /etc/sysctl.conf and the problem still exists.

I know everyone says this can't be a DNS issue, but this never was an issue with dnsmasq (which i was using prior), and it doesn't make sense that the ping are ONLY slow when pinging by hostname and not IP.

Configs below:

Ping by hostname - there is a 5-6 second delay between each one of the responses:

Code:

Ping by IP - the responses come VERY quickly one after the other:

Code:

/etc/resolv.conf:

Code:

Code:

rev.0.168.192.in-addr.arpa:

Code:

View 10 Replies View Related

Networking :: Can't Ping Past Gateway / Can Ping Server From Outside

Apr 29, 2010

So, I have an Virtual Machine running CentOS 5.4. It sits behind a hardware firewall which also does NAT'ing. I've set up plenty of these, so I know for sure the firewall and NAT rules are set up correctly. From the host, I can ping anything in my subnet and the gateway. But I can't ping anything else beyond the gateway. I can perform DNS queries and when I try to ping, it finds the appropriate IP address.But from the outside, I can ping the PUBLIC address (It's a 1 public to 1 private address NAT, not 1 public to multiple private). I've tried it with IPTABLES on and off, with no change.

View 11 Replies View Related

Networking :: Ping Connection To Router OK But No Ping Between Boxes In LAN

May 26, 2010

I have Mandriva One 2009.0 (192.168.1.100) on one box and Mandriva Free 2010.0 (192.168.1.118) on the other. I can ping router (192.168.1.1) from both of these boxes but I can't ping one box to the other and the other way around. What's going on?.

Do I have to change some settings in router?. Or is it firewall issue on those two machines?. Both of these boxes are connected by cable. Symbol of the router: TL-WR340G.

View 2 Replies View Related

Fedora Networking :: Xp Can Ping 10 - But Can't Ping Xp

May 21, 2009

I have connected xp and fedora through crossover cable . xp has ip address 192.168.0.1/24 (manually assigned) fedora has 192.168.0.2/24 with default route equal to 192.168.0.1

I can ping fedora from xp computer but i can't able to ping xp from fedora computer.

I have manully edit the /etc/sysconfig/network-scripts/ifcfg-eth0 file with correct subnet mask and ip address because when i tried to give ip address manully in network manager the subnetmask is replaced with gateway address don't know why.

Now i want to share internet through crossover cable . xp is connected to internet through wireless usb adapeter.

View 8 Replies View Related

Ubuntu :: Gwibber Not Showing All Replies?

May 14, 2010

i have just started using gwibber and it is only showing the main messages and few replies to messages but not all.

is there a way to show all messages including all replies.

i am using facebook with it.

View 1 Replies View Related

Ubuntu Servers :: Bond0 Not Starting After Reboot?

Apr 10, 2010

I am having problems with bond0 starting at boot on ubuntu server 9.10. After I do a restart I have to manually start the network with "ifup bond0". I have installed the built package (ifenslave-2.6_1.1.0-15ubuntu1_i386.deb (as indicated in Bug #482419)).

I have setup bonding for mode=6 with miimon=100 using eth0 and eth1 (both are Intel 10/100/1000 ports using an aic79xx network driver).

The contents of the aliases file are:

alias bond0 bonding
options bond-mode=6 miimon=100

The contents of the interfaces file are:
auto bond0

iface bond0 inet static
address 192.168.15.60
netmask 255.255.255.0
gateway 192.168.15.1
slaves eth0 eth1
bond-mode 6

View 9 Replies View Related

Networking :: Ping Using PHP Exec("ping -n 1 $ip",$output[],$retval)?

Apr 23, 2010

I try to ping with php : exec("ping -n 1 $ip",$output[],$retval); it works fine in window. but in linux i got this error : ping: icmp open socket: Operation not permitted are there any ways to solve this ?

View 5 Replies View Related

Red Hat / Fedora :: Unable To Bond Eth1 And Eth2 Together As Bond0

Feb 17, 2011

I have been googling for three days, and I though posting to a forum would be more helpful than throwing my box out the window.

[Code]...

I was able to bond eth1 and eth2 together as bond0, but I am having problems with setting up two gateways on bond0. I can set one (eg ISP1) and all the traffic always routes through that ISP. Thus defeating the purpose of bonding. eth1 and eth2 pull an ip just fine and were able to ping the internet before bonding. Originally, I set the bond0 ip to the same subnet at my internal network, but I read that in order to set up nat you need to have the adapters on two seperate subnets.

Every time I fix one issue with this scenario something else breaks. I have tried dozens of different configurations. I am relatively sure that it is just a routing table issue, but I was wondering if anyone could point me in the right direction.

[Code]...

View 2 Replies View Related

Red Hat :: Bonding - Creating The Interface Ifcfg-bond0:0 With A New IP Address

Apr 27, 2010

I've got a server that has bond0 and bond1 setup. I'm documenting some things in case I need to failover and bring up my secondary server up as primary... I just need to know if simply creating the interface ifcfg-bond0:0 with a new IP address obviously of the crashed system,,, is all that needs done or do I need to load bond0:0 module in /etc/modules.conf also?

View 1 Replies View Related

Ubuntu Multimedia :: Epson DX8400 Scanner Driver With 9.10 - When Run XSane - Replies - There Is No Available Device

Jan 15, 2010

Ok, installing the Epson DX8400 printer driver was easy... I just turned it on, and Ubuntu searched and installed the printer itself.

But scanning... that's another story. In Ubuntu 9.04 the trick was as simple as installing libsane-extras in Synaptic, but this doesn't work in Ubuntu 9.10! When I try to run XSane, it simply replies that there is no available device...

View 5 Replies View Related

OpenSUSE :: KMail Replies / Forwards Stripping HTML Formatting?

Mar 15, 2010

I have looked inside and out of KMail, and for the life of me, I cannot seem to find out how to make KMail maintain HTML formatting and keep the images when REPLYING to sender or FORWARDING an email to another or others. Does anyone know a tweak to make KMail Replies and forwards to stop convert everything to plain text and strip the images? I live in a family where we all share parody, etc. emails, and plain text rarely ever cuts it. I did not suffer such with Thunderbird.

View 3 Replies View Related

Fedora Networking :: VM Can Ping Host And Internet But Host Can't Ping VM

Jan 19, 2010

Host - Fedora 12 64bit
KVM
VM - Windows Server 2008 64 bit
bridge-utils

VM can ping host and Internet but host can't ping VM.

I set VM static IP 192.168.0.205.

It turns out dynamic IP - 192.168.0.55

On host:

View 2 Replies View Related

Networking :: Duplicate Address Detection In Ipv4?

Sep 22, 2009

Linux has duplicate address detection mechanism for IPv6 and nothing for IPv4 in kernel. At boot time, initscripts take care to check for the duplicate address but when an IP address is assigned using ifconfig or ip utility, no error is generated.

View 2 Replies View Related

Fedora Networking :: Duplicate Icons In Network Browser?

Apr 30, 2011

This is more of a cosmetic issue than anything, I guess, but it's kind of annoying so I'm trying to understand the reasons for it.I currently have two computers running on my upstairs network.One is a Mac running OS X Snow Leopard (with Windows Sharing enabled and nothing else) and the other is now running Fedora (15).When I look under Browse Network in Nautilus, I see two icons for my Mac.One seems to point to my system via the IP address and the other via the short hostname. If they represented seperate network protocols, I could understand it but they're both representing SMB connections. So my question is WHY? I added the IP and hostname to Fedora's hosts file thinking it might "unify" the presentation here

View 1 Replies View Related

Networking :: Discard The Duplicate Packet While Reading From Socket?

Feb 18, 2011

I am writing a client program which will read an XML file from the server. The issue I am facing is :

1) The client is able to read the complete file but in the end it also receives a duplicate packet which is actually a part of the same(XML) file.

2) I dont want this packet but how can I be sure that this is a duplicate packet and discard it?

3) Why I am getting this packet?

Output example:

suppose this is the file at server to read :

Code:
<root>
<classes>
<class1>CLASS1</class1>
<class2>CLASS2</class2>

[Code]....

View 1 Replies View Related

Ubuntu Networking :: 11.04 Networking - No Ping Response - Edit .conf File?

Apr 27, 2011

I can connect to the internet and browse. I'm wired and using DHCP on a Windows network. Updating Ubuntu or downloading programs takes hours for 52MB of updates. Why? I read some articles that mention Network Manager needs to be enabled at the .conf file. Can I edit this using GUI or command line only?

View 9 Replies View Related

Ubuntu :: Evolution Email - Intersperse Replies Into Quoted Email?

Apr 24, 2010

I use 'quoted' style for reply emails. I want to be able to intersperse my replies within a quoted reply i.e. if the email had three paragraphs, I'd like to be able to have my replies between each of the paragraphs. At the moment, I don't seem to be able to do anything other than delete from the quoted section - I try to simulate my requirements by cutting and then 'paste quotation', but this doesn't always work as sometimes Evolution adds too many levels of '> ' .

View 5 Replies View Related

Ubuntu Servers :: Ip Ping Is Continuous, Dns Ping Is Discontinuous?

Aug 5, 2010

When i ping www.google.es, i get something like:Quote:

ping www.google.es
(wait 20 seconds)
64 bytes from 66.249.92.104: icmp_seq=2 ttl:53 time=80 ms

[code].....

View 2 Replies View Related

OpenSUSE Network :: Nmblookup Resolves But Cannot Ping Netbios Names Or Ping FQDN

Feb 23, 2011

This applies to my 2 opensuse PC's, my Windows PC is fine.I can ping a hostname, say "PC1" but I can not ping PC1.domain.local (even the host PC can not ping it's own FQDN). When I ping just the hostname the ping stats even list the FQDN.Onto the next issue, since all my PC's, have the domain prefix domain.local, my Synology can not. I can ping it's IP and that is it. I can resolve it's name with nmblookup just fine tho and that is what is killing me. How is this not resolving.Even weirder, I can browse to "Synology" in Network Servers under places on the slab.

View 3 Replies View Related

General :: Ping - Gives Unknown Host Error - Ping To LAN Address Works Fine

May 13, 2011

Even ping google's ip address doesn't work. unknown host error using backtrack4 able to browse net with these settings.

My network settings:

What's the problem with these settings...

View 10 Replies View Related

Networking :: Cannot Ping Gateway Server Within Windows Networking Environment

Jul 11, 2011

I am trying to get a Linux (Slackware 13.37) working in a Windows networking environment. The IT support for this organisation does not extend to Linux support, so I'm limited in what help I can get for this.

I'm trying to get to the point where I can get to the internet to download what I need on this Linux machine.

The situation is this (*fictitious addresses used) -My Linux machine uses a fixed IP address (10.100.150.21)
My Windows machine uses a DHCP assigned IP address (10.100.150.213)Both Linux and Windows machine are configured to access the gateway server (10.100.150.1)So, I can ping the Linux machine from the Windows machine and vice-versa.I can ping the gateway machine from the Windows machine.I can browse Windows Shares on the network via SMB from the Linux machine.I CANNOT ping the gateway machine from the Linux machine with the Destination Host Unreachable message being the error message.

For actual internet access I need to access a proxy server but since the Linux machine can't even ping the gateway server, it fails to ping the proxy.Now, I have been told the gateway is a HW based router and for Windows machine they use some software for authentication to connect to the network. This software isn't available for Linux, so that's why I've been told to use a fixed IP address.My experience of networking is pretty basic and most of the Linux setup is done via running Slackware's setup program.

View 12 Replies View Related







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