Displaying 20 results from an estimated 4000 matches similar to: "ping failure on dual-home using -I without default route"
2004 Sep 22
0
traceroute misbehaviour on dual-home using -i or -s
My Linux workstation (Mandrake 10.1 kernel 2.6.8.1) is dual-homed to two
ADSL Internet providers. Card eth0 (192.168.9.250) is the default route
and leads to an SMC router (192.168.9.254). Card eth1 (192.168.1.250)
leads to a Linksys router (192.168.1.1). I''m not doing any NAT or PPPoE
in the workstation - the SMC and Linksys handle it all.
I know four commands that let you set an IP
2005 Jan 30
1
x86_64 timer resolution in ping results
Hi,
There seems to be a problem with the timer resolution on x86_64. This is
clear in ping results - I don't know if it's just a ping problem or if
it manifests elsewhere as well. It does also affect mtr and traceroute
times.
I guess it's more a kernel issue than a CentOS problem, but is anyone
else seeing the same?
Ping results have a resolution of 10ms - so a ping <10ms
2006 Jan 08
1
cgi based tracroute or ping question
I need to install a web based cgi that provides an attractive interface
for doing traceroutes, ping, and possibly mtr.
I know it is not very difficult to write this but does anyone know of a
good package that provides tools like this.
The target audience is upper level management that have never seen a
command line.
2016 Oct 06
2
Can't Route LAN Traffic Behind Tinc Network
Keith,
Thanks for the reply and the pointers.
> Did you remember to activate kernel ip forwarding?
> i.e. echo 1 > /proc/sys/net/ipv4/ip_forward ?
I actually forgot to do this, but I have enabled it now in /etc/systctl.conf and can confirm now after a reboot that it's enabled. Unfortunately, still can't ping the node on the LAN.
> and when I saw that I was about to cancel
2013 Feb 28
2
What can I do to UNDERSTAND why I can't reach centos.org (but everyone else can)?
What can I do to UNDERSTAND why, periodically, I can't reach
www.centos.org (but everyone else can)?
Every few months, http://www.centos.org just drops off for me
and for me only. It's not the web site, because I can reach it
via a proxy (e.g., TOR browser bundle) and other tests show it
to be alive (e.g., http://www.downforeveryoneorjustme.com/centos.org
or
2007 Feb 17
2
HOW to enable traceroute with IPTABLES
Hi,
I am setting up a firewall on CENTOS 4.4.
I have done default block
iptables -P INPUT DROP
iptables -P FORWARD DROP
iptables -P OUTPUT DROP
I have enabled ICMP to www.google.com
iptables -A OUTPUT -p icmp -d 64.233.189.104 -j ACCEPT
iptables -A INPUT -p icmp -s 64.233.189.104 -j ACCEPT
Ping works fine as below
[root at firebox rc.d]# ping 64.233.189.104
PING 64.233.189.104 (
2008 Sep 12
3
Strange Multi-homed Traceroute/Ping failure for some IPs on some routes
Dear all,
If I do cause offence by posting OT here I apologise in advance, I am
however desperate for help and after posting on other forums without
any ideas I know many networking experts will see this here and hope
they can enlighten me. I will gladly donate some PayPal money to the
person who can help.
I have a leased line on 83.111.160.6 (/30 subnet, gw is 83.111.160.5),
and they
2006 Jun 06
6
Ping/Traceroute problem in 1 of 4 links
Hi you all guys/girls from this list,
I almost never use email lists, but this problem is driving me crazy.
I use shorewall for a long time ( since version 1.2.x) but now I use it
where I work, and here we now have 4 different ISP for redundance and
because it''s cheaper then 1 ISP and a bigger link. 3 of 4 ISP I have no
problems, but on the 4th ISP here goes my problem :
I have a
2014 Dec 20
2
no access to certain WEB sites using CentOS 6.5
On Sat, Dec 20, 2014 at 6:28 AM, Jonathan Billings <billings at negate.org> wrote:
> I suggest keeping your system up to date before trying to track down
> whatever problems you're having.
I was able to remove firefox from the equation and reproduce the
problem using curl
NON working URL
[igor at localhost ~]$ ping www.iquaid.org
PING www.iquaid.org (208.97.177.112) 56(84) bytes
2007 Mar 29
1
Correct latency values in "sip show peers"
I was wondering if anyone knows how accurate the values are when you do a
"sip show peers" from the CLI.
My configuration is:
Asterisk box (192.168.1.102) -> gigabit switch <- PC running x-lite
(192.168.1.100)
the CLI reports 101 ms delay
however, ping is showing <1ms delay
Where is the extra 100ms coming from? The softphone response?
Here is a dump of some data:
CLI>
2002 Sep 10
2
Traceroute
How do I allow traceroute to reach my server? Pings work fine but
traceroute stops at the last hop before my server. If I shut off the
firewall it reaches it fine.
PING danicar.net (24.222.246.120): 56 data bytes
64 bytes from 24.222.246.120: icmp_seq=0 ttl=237 time=104.0 ms
64 bytes from 24.222.246.120: icmp_seq=1 ttl=237 time=74.9 ms
64 bytes from 24.222.246.120: icmp_seq=2 ttl=237 time=90.6
2009 Apr 22
2
purge-empty-dirs and max-file-size confusion
I want to use --min-size to copy just large files (and their necessary
parent directories), but everything I've tried copies *all* the source
directories, and creates them empty on the destination even if they
don't have any big files in them. I only want the minimal directory
hierarchies that contain the big files. This doesn't work:
$ rm -rf /tmp/foo
$ rsync -ai --min-size
2016 Mar 08
0
Can anyone compile mtr source RPM on CentOS 6.7?
It built just fine in mock, results here
http://li.nux.ro/download/nux/tmp/mtr6/
--
Sent from the Delta quadrant using Borg technology!
Nux!
www.nux.ro
----- Original Message -----
> From: "Digimer" <lists at alteeve.ca>
> To: "CentOS mailing list" <centos at centos.org>
> Sent: Tuesday, 8 March, 2016 00:05:59
> Subject: [CentOS] Can anyone compile
2005 May 18
3
odd line in current CVS for firewall
>From a diff of my current shorewall firewall script with the new one
from the CVS today :
$ diff -w /usr/share/shorewall/firewall /usr/src/shorewall/s/firewall
[...]
673c910
< for network in $networks; do
---
> for networks in $networks; do
I don''t think that "for networks in $networks" works well.
--
-IAN! Ian! D. Allen Ottawa, Ontario,
2016 Mar 08
2
Can anyone compile mtr source RPM on CentOS 6.7?
Hi all,
I was trying to rebuild mtr
(http://vault.centos.org/6.7/os/Source/SPackages/mtr-0.75-5.el6.src.rpm)
and I keep getting:
====
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.gu9Ds0
+ umask 022
+ cd /root/rpmbuild/BUILD
+ '[' /root/rpmbuild/BUILDROOT/mtr-0.75-5.el6.x86_64 '!=' / ']'
+ rm -rf /root/rpmbuild/BUILDROOT/mtr-0.75-5.el6.x86_64
++ dirname
2016 Mar 08
3
Can anyone compile mtr source RPM on CentOS 6.7?
I'm not surprised, given that it is in the repo. That's why I was asking
if anyone tried building it themselves and, if so, did they have the
same issue as I describe below?
Alternatively, any tips/advice on solving my build issue would be helpful.
digimer
On 07/03/16 07:29 PM, Nux! wrote:
> It built just fine in mock, results here
> http://li.nux.ro/download/nux/tmp/mtr6/
>
2012 Oct 27
2
Network issue - Windows works but CentOS does not
I am having an extremely strange issue with a BL460c1 (G1) blade on a
c7000 enclosure. I could not for the life of me get the machine to ping
the gateway or any other blade on the same enclosure (yes, the subnet
mask was correct & quadruple-checked); although pinging to the local IP
works. I was almost convinced that it was a network or hardware issue;
until I asked someone to try
2005 May 05
2
Numerical Derivative / Numerical Differentiation of unknown funct ion
Hi,
I have been trying to do numerical differentiation using R.
I found some old S code using Richardson Extrapolation which I managed to get
to work.
I am posting it here in case anyone needs it.
########################################################################
richardson.grad <- function(func, x, d=0.01, eps=1e-4, r=6, show=F){
# This function calculates a numerical approximation
2004 Aug 03
4
Share Printer
I am using shorewall firewall. My firewall have two interfaces: External
interface 192.168.9.254 and Internal Interface 192.168.1.1.
I have a printer (HP) 192.168.1.200. I want to share my printer with
PCs in subnet 192.168.9.*. I use static nat :
/etc/shorewall/nat
192.168.9.250 eth0 192.168.1.200 No No
And i open all ports for net to local:192.168.1.200 and all ports for
2005 May 05
2
Numerical Derivative / Numerical Differentiation of unkno wn funct ion
Ah... I searched for half an hour for this function... you know, the help function in R could really be a lot better...
But wait a minute... looking at this, it appears you have to pass in an expression. What if it is an unknown function, where you only have a handle to the function, but you cannot see it's implementation ? Will this work then ?
-----Original Message-----
From: Berton Gunter