Displaying 20 results from an estimated 50000 matches similar to: "How to use different path for INCOME and OUTGOING package ?"
2006 Jul 06
2
routing ssh to secondary uplink
Hello,
I''m following this HOWTO
http://linux-ip.net/html/adv-multi-internet.html to route outgoing SSH
from a secondary ISP. I can see using tcpdump,jnettop,iftop that when
one of the computers located in my internal network is trying to SSH to
a box online using SSH, packets are routed via the secondary internet
ethernet card. However, packets don''t seem to know how to get back.
2006 Aug 01
2
IProute/conntrack issues
Hi everybody,
sorry for posting again, however I''ve moved the problem now ;-)
After digging a bit deeper, I''ve successfully set up the routing as
such, it works for incoming as well as outgoing packets that take the
default route.
Changing some of the routes using IP works as well.
When I mark some outgoing packets in order to send them via another
route (the fast leased line
2006 Feb 17
2
Packet vanishes after mangle-prerouting.
Can anyone tell me whether I have a routing problem, or
an openVPN problem, or something else? I''ve stared at this
for so long I think I must be looking in the wrong place!
I have 3 machines:
Machine A has single ethernet card, eth0, 192.168.5.5
Machine B has eth0, 192.168.5.? on the local net,
eth1, 81.2.x.y to the internet, and
2006 Feb 20
5
Proxy ARP and UDP
Woops - my fat fingers hit the send key before I could put in a subject
a minute ago.
Hello -
I am using kernel 2.4.27 and running into behavior I don''t know how to
explain.
I have 2 relevant interfaces. eth0 is external, eth1 is internal. My
internal LAN is 10.10.10.0/24. My External range is 1.2.3.0/27 (dummied
up). I have an H.323 videoconference device inside my internal
2006 Feb 24
1
Multiple providers routing
HI folks,
I have a linux router connected to two separate internet
connection from an ISP. There is a third interface ( ip ->
192.168.1.1 ) in the router connected to the local network.
Configured the routing tables and added the rules and everything
seems to be working fine from the routing box. Traceroute to
external internet sites reveal that traffic is being routed
correctly and
2004 Aug 18
0
outgoing TCP load balance
Hello, LARTC mailing readers, I hope u can help with this mysterious
issue
i''m having with my linux box acting as a router.
Scenario:
Linux running 2.6.8.1 /w julians patches /w support for multipath routing
Latest iproute (iproute2-ss040702)
4 NICS
-----------------
|
x eth0 (63.43.x.x) network mask (255.255.240.0)
|
|
2007 Feb 13
11
Routing problem (RTNETLINK answers: Invalid argument) on multiple internet link.
Hi all,
I''m trying to set up a computer with 2 routes to the internet, much as
described at http://lartc.org/howto/lartc.rpdb.multiple-links.html .One of my
interfaces (eth5, 192.168.2.2) is only used for traffic originating inside
the network. The other (eth1, 192.168.1.2) is only used for a VPN, where all
(udp) traffic originates from outside our network. I have created a second
2000 Oct 10
3
TEQL: 2 Mbit eth1 + 2Mbit eth2 = 1Mbit teql0
Hi there,
I have two ethernet connections of 2Mbit/s each and I''m trying to add them
together to one 4Mbit/s connection but I cannot get more than approximate
1Mbit/s!
My setup:
I have a LAN (10.2.18.0/24), connected to a larger network (10.0.0.0/8) by
two WAN-connections with 2Mbit/s each. On each end I have a Linux router. I
first setup the routers to use TEQL with one of the
2000 Jan 14
0
Q: Solaris, two interfaces, outgoing smb fed throug 'wrong' interface!
Hello!
Problem:
Outbound data goes through default interface instead of specified,
causing congestion.
Question:
How can I instruct samba to tell Solaris to SEND data through specified
network interface?
Detailed:
I have a solaris filesserver with two network interfaces, hme0 and hme1.
I'd like NFS to use hme0 and smb hme1. I intsruct samba to only listen
for connections on the
2005 Jun 17
4
linux ip forwarding problem
Hi,
I have three linux machines, and I want to let one of them forward packets
betwen the other two. The forwarding node has two ethernet cards,
connecting the two two machines respectively. However, when I ping between
the two end points, the forwarding node can receive the ping requests at
its eth0, but it never forwards them to its eth1. So is the reverse
direction.
The forwarding node is
2010 Sep 30
1
Routing of outgoing packets
Hi!
I am trying to use hping to chek the latency of our network.
Somehow things are not going to plan and I thought someone might be able
to shed some light on the subject.
Here is the setup:
(the IP addresses gvien here are fake, but they do represent the correct
state of the networking setup)
vlan interface IP mask
V2 eth0 192.168.20.20 32
2005 Jul 14
7
Losing Packets after a DNAT in prerouting
I''m trying to setup some DNAT and the packets seem to be disappearing after
the PREROUTING step. The packets are coming in eth2 (both LOG targets in
iptables and tcpdump confirm this). They are then DNATed to an IP that
should cause them to go out eth3. However I never see them go out that
interface. I have tried putting LOG rules into the FORWARD chain with no
success. I''m
2016 Mar 31
4
Lost outgoing SIP packets
Hi list!
I have a problem where SIP packets sent by Asterisk do not hit the wire, and
I don't know what could cause this.
I'm running Asterisk 1.8.28_cert5 with full SIP debug. At the same time, I'm
doing a tcpdump of the traffic on the network interface. I can see in the SIP
debug log that asterisk is sending packets. Most of the time, I can see
those packets in the tcpdump,
2018 Apr 19
3
tftpd server S not responding
On Thu, Apr 12, 2018 at 9:26 AM, Steven Tardy <sjt5atra at gmail.com> wrote:
> Reading back through prior emails. . . TFTP client requests packets *are*
> making it to the TFTP server. So it seems like something on the TFTP server
> itself.
>
Right. I am not sure how to debug that
>
> Like previously mentioned server side
> firewall/iptables/tcp-wrappers/selinux are
2006 Aug 04
2
route mail through different gateway
Hi All,
I''ve got server with one LAN card eth0 ip=10.0.0.5
default access t ointernety done through ADSL router gw 10.0.0.1
we got second internet access through another ADSL router gw 10.0.0.2
I want to send all e-mail out through gw 10.0.0.2
How it can be done?
I''ve tried to mark packets:
iptables -t mangle -A OUTPUT -p tcp --dport 25 -j MARK --set-mark 0x1
and
ip ru add
2016 Mar 31
2
Lost outgoing SIP packets
Hi Roel
Just guessing: do you have conntrack enabled?
If not, "modprobe nf_conntrack_netlink" (you can remove it and its dependencies
later)
What are the outputs of
sysctl net.netfilter.nf_conntrack_count
and
sysctl net.netfilter.nf_conntrack_max
when the problem shows up?
cheers
Ethy
On Thu, 31 Mar 2016 12:17:12 +0000
"Dovid Bender" <dovid at telecurve.com>
2016 Mar 31
4
Lost outgoing SIP packets
Dovid Bender writes:
> The tcpdump that you are running is on the Asterisk box or via port
> mirroring?
It's on the asterisk box itself.
I've already replaced the network card - no change.
Thanks,
Roel
> Regards,
>
> Dovid
>
> -----Original Message-----
> From: Roel van Meer <roel at 1afa.com>
> Sender: asterisk-users-bounces at
2007 Feb 18
7
client disconnecting
Hi,
I have two connections to the Internet.
I implemented the load balancing as described in chapter 4.2 "Routing
for multiple uplinks/providers"
The problem that occurred is that the client applications like Yahoo
Messenger or even PuTTY (SSH client) are loosing the connection very often.
Does anyone experienced this problem? Does anyone knows an workaround
for this problem?
2016 Mar 31
2
Lost outgoing SIP packets
Dovid Bender writes:
> Just guessing I would verify that the out of : iptables -L -nv
> Shows no dropped packets, try disabling selinux as well as look at the
> limits of the asterisk pid (cat /proc/<Asterisk PID>/limits). I know the
> defualt for rhel is 1024 which was never enough for us.
Thanks for the hints. Selinux is disabled, there is no outgoing firewall
(anymore)
2004 Aug 27
0
auto-gain, or different gain between incoming and outgoing calls (EURO ISDN PRI) ?
Hi,
I am using Asterisk with various brands and models of SIP phones. Especially
the Welltech phones LP201 are particularly nasty with volume and echo. Even
with the input gain (microphone) of the Welltech set to the max, the PSTN
end can hardly hear the SIP user on incoming calls. Ztmonitor also only
gives a level of around 3 === from the SIP phone.
I have to increase the rxgain and txgain