Displaying 20 results from an estimated 2000 matches similar to: "Wierd traceroute/routing problem"
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
2012 Dec 17
1
seeking a help on if function
Hello r helpers! Below is the whole coding for my programme. Before proceed more further, let me explain for you. First of all, I need to compute trimmed mean. Till that step is ok. Then I need to compute ssdw which is sum of square deviation. If I do equal trimming at both tail of distribution that I chose, I will use the first ssd formulae which is "a". But if I am doing unequal
2002 Mar 07
3
I can't ping across gateway
Hi Who concern,
I setup TINC VPN follow these.
192.168.1.x / 24 (Client groups)
|
192.168.1.1 (eth1)
(GW1)
202.44.34.206 (eth0)
||
Internet
||
202.44.45.14 (eth0)
(GW2)
192.168.2.1 (eth1)
2003 Apr 08
0
Using iproute2 to bond two Internet lines for a webserver.
I am relatively new to iproute2. Any information on the topic below would
save me considerable time. I appreciate any help, thanks.
We want to plug two lines into a webserver to increase the bandwidth
available to the hosted sites. Rather than use round-robin DNS we would
prefer to use iproute2 to use equal cost routing across the two lines.
However, I am still not sure how well that will
2005 Nov 23
0
Source based routing, some TCP packets not SNAT-ed
Hello,
I have a problem with the following setup, I hope you can help me.
I have two internet gateways, one for LAN1 and the second for LAN2.
+--------------+
GW1 more eth0| |eth4(SNAT) GW2
---...routers...-----+ router +-----------------
| |
+---+------+---+
eth1|
2007 Oct 12
0
load balance switching latency
Hello there.
I am setting up a router using openwrt. Part of the project is load
balancing among 2 broadband lines. I made use of the line:
ip route add default scope global \
nexthop {GW1} dev {IF1} weight 1 \
nexthop {GW2} dev {IF2} weight 1
somewhere on the configs.
On the test phase, automatically switching (routing) to line GW2 when
line GW1 is suddenly disconnected takes a long time.
2007 Feb 12
0
Route-map Linux for ssh traffic
Hi guys, I have a question about of route-map with linux, I have two
routers linux, one for Internet Trafic and other for VPN traffic, both
routers have public IP''s address.
Internet with nat VPN with nat
eth0 200.244.10.1 eth0 200.244.10.2
---- ----
2004 Nov 24
1
gateways failover with asterisk
Hi,
I've searched the archive but can't seem to find the answer to my
problem.
i have two gateways running with asterisk , my question is : is there any
possibility to do failover with gateways with asterisk ? i mean that if one
gateway is down , asterisk switch automatically to other gateway .
i have succefully used failover with limit number off calls (if gw1 have max
calls ,asterisk
2009 May 13
1
Double dial.
Hello,
I have a strange situation with an SPA3102 FXO/FXS device. I'm in
situation that when i receive a call from PBX line I must forward the
calls to 2 VoIP numbers.
Right now i have the following settings: (S0<:1010 at GW1>). I want to
forward at 1020 too. I tested (S0<:1010|1020 at GW1>) and doesn't work.
Did you have any other ideea?
Thank you.
2003 Jul 04
3
Routing SMTP traffic
Hi guys,
I have a mail server running qmail with two network
interfaces. All packages comes from the first one and
I want to mark outgoing packages to route them using
the second interface (ADSL).
I have write this script, but it ins''t work. All
packages are returning by the first interface... :-(
x-x-x
# Tables, networks, interfaces, addresses and gateways
IF1=eth0
T1=100
2005 Feb 04
2
Multiple gateways setup and timeout connections
Hi,
I''ve setup a gateway using multiple default gateways and netfilter
MASQUERADE to load balance traffic between two DSL interfaces and one
dedicated link, and when I try to download something big, or when I''m
using MSN (both in clients under this gateway), sometimes, or most
times, after a while the connection timeouts. The connection doesn''t
seem to change its
2006 Feb 06
0
ip rule, fwmark, mangle and src IP
I made a script to test if in a moultiple gateway setup all default
connection are up, regardless of the fact that that gateway is the default
gw.
Suppose adsl1 and adsl2 are present, and all traffic goes by default to
adsl1, and you want to test if adsl2 is ok.
1. I use mangles from iptables to mark icmp packets to some test machines
2. I set up a routing table for each adsl
3. I use
2015 Mar 13
2
PJSIP/Asterisk 13.1.0 incoming call via DID: No matching endpoint found
I have a working Asterisk 13.1.0 running, and I am trying to configure a
SIP trunk for outbound and inbound calling, and a DID for the Asterisk
server, which is used for incoming calls from PSTN.
I configured my SIP.US trunks (showing one gateway, gw1, here for brevity,
have two: gw1 & gw2, which are both configured on my end):
[sonnyGW1]
type=registration
transport=transport-udp
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 (
2000 Jul 31
0
Linux traceroute (oddness & localhost memory-alloc)
Seems like the message got filtered on BUGTRAQ, I'd still
think at least some of the people on this list may have an
interest in parts of the data below.
Cheers.
---------- Forwarded message ----------
Date: Sat, 29 Jul 2000 06:11:54 +0300 (EET DST)
From: Ville <viha@cryptlink.net>
To: bugtraq@securityfocus.com
Subject: Linux traceroute (oddness & localhost memory-alloc)
Hi.
2008 Aug 21
0
VPN traceroute is not consistent/ Bind cannot transfer
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
I've got this strange thing:
I setup a openvpn link between two openwrts.
NetA: 192.168.2.0/24
NetB: 192.168.0.0/24
In netA there is a mail server + DNS: 192.168.2.44, with domain name
branch.abc.com
In netB there is a mail server + DNS: 192.168.0.44, with domain name abc.com
I setup both DNS server to be a slave server of each other
2001 Dec 07
1
dividing traffic equally towards 2 default gateways?
Hello all.
I am not 100% familiar with the Linux advanced routing capbalieties yet, so I thought , after reading source code, documentation and more that I might be better off asking the experts on this list. I am not using this ina production environment, but at home, as a test case. First of all, here is the network topology.
Internal LAN <--> Switch <--> [NAT/FIREWALL/INTERNAL LAN
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
2007 Feb 18
0
Fwd: Re: Fwd: HOW to enable traceroute with IPTABLES
Neil,
Doesn't look like my original message made it to the mailing list so here you
are.
---------- Forwarded Message ----------
Subject: Re: Fwd: [CentOS] HOW to enable traceroute with IPTABLES
Date: Sat February 17 2007 10:07
From: Robert Spangler <lazydog at zoominternet.net>
To: CentOS mailing list <centos at centos.org>
On Sat February 17 2007 03:11, Indunil Jayasooriya
2006 Jan 26
4
Problems in Dead Gateway Detection / Failover - Multiple ISP Links
Hello,
I have configured a load balancing router using Julian''s patches and as
described in "nano.txt" for two ISP links as shown below.
ISP 1 ISP 2
. .
| |
| |
| |
| WAN