Displaying 20 results from an estimated 1000 matches similar to: "Multiple Internet links - routing traffic to the correct one."
2005 Jun 27
8
OT: Good soft-phone on Linux
Hi Folks,
I am wanting advise on a good soft-phone on Linux. I have looked at
Gnophone but cannot seem to get it to compile under debian sarge. I am
now looing at sipXphone seem to be picking up that it is not that
stable, but perhaps someone here can advise on what softphone I can use
on Linux.
Thanks in advance,
Hamish
-------------------------------------------------------------------
|
2012 Feb 19
3
Shore wall and multi ISPs and ip addresses
Hi All!
I only ever have complex setups.
Customer site has a dedicated leased line from their ISP terminating on a
Cisco router. Router is configuered with the first usable address on a /28
network - 196.x.y.73. The linux firewall is configured with the remaining 5
ip''s, 196.x.y.74 to 196.x.y.78 and 79 as the broadcast. Sounds normal but here
is the twist. The primary or first ip
2007 Aug 09
0
Problem with packet mangling over 2 links
Hi
I have a strange problem. I have a firewall with 3 nics.
1 - lan
2 - leased line or diginet
3 - connected to adsl modem
I have 2 tables in defined in /etc/iproute2/rt_tables:
200 diginet
201 adsl
The ADSL modem has an IP of 192.168.0.1 and is configured to initiate
the PPPOE connection. I can mark packets within the network destined
for port 80 successfully:
ip ro add default via x.x.x.x
2006 Jan 20
2
How to have a phone ring another extension as soon as off-hook?
I am seeking to implement the following behavor:
When a headset on phone1 is picked up, phone2 rings right away, without any
need to dial numbers on phone1. Is this possible to implement?
ScriptHead
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060120/0892441d/attachment.htm
2006 Jan 20
2
TE110P + PRI incoming + outgoing extensions question
I just got a TE110P up on an XO PRI - everything looks good so far.
We've been given a block of 23 numbers for the PRI. If I explictly set the
incoming extension in extensions.conf like:
exten => 1153,1,Answer
or:
exten => _XXXX,1,Answer
I can get the incoming call. If I try and do:
exten => s,1,Answer
I'll see something like this:
-- Extension '1153' in context
2004 Oct 04
2
300 extensions on Asterisk?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello
I am running an * box with just 8 extensions connected to our old Alcatel BCN
5200 PABX.
The requirement is that we now scale it up to handle about 300 lines and get
rid of our old PABX. Is there a way of hooking up 300 phones to asterisk
without going via the PABX. I am more of a network person than a telecomms
one so i may not fully
2005 Feb 06
2
problems with u32 fiter
hello to all
i''m trying to set a filter but doesn''t want to work.
i''ve set ut the qdiscs and the classes like this :
tc qdisc add dev ppp0 root handle 1: htb default 20
tc class add dev ppp0 parent 1: classid 1:1 htb rate 120kbit
tc class add dev ppp0 parent 1:1 classid 1:20 htb rate 30kbit ceil 120kbit
tc class add dev ppp0 parent 1:1 classid 1:21 htb rate 30kbit ceil
2005 Nov 25
1
2 WAN links and DNAT
Hi
Here is a short description of my network:
ppp0 (adsl) ppp1 (adsl)
| |
| |
---------------------
| Router |
| Firewall |
| MASQUERAD |
| DNAT |
| |
| eth0 |
---------------------
|
|
|
----------------------
|
2005 Dec 10
10
Marking packets by mac addr using tc filter u32 match?
Hi
Is there a way of marking packets by mac address instead of ip or ports
using a "tc filter u32 match"?
I read somewhere that I could use the offset -8 and -14 to grab the mac
addresses but if I use anything lower than -8, for example -9, I get an
error.
I''m modifying the wondershaper script to cap the download speed by mac
address.
Any sugestions?
2003 Nov 13
1
HTB traffic shaping + squid cache proxy
Hello!
My system is:
Internet ADSL(PPPoE) ---> ppp0 [LINUX server(router)] eth0 ---> LAN
Server(router) is running on LINUX Slackware 8.1. I have recompiled a
2.4.22 kernel, enabled all QoS support in the kernel config,
including HTB. My ADSL bandwidth is 256Kbit/s for download and
64Kbit/s for upload.
I use the following HTB+IPTABLES configuration, because I want to
reduce bandwith for
2005 Mar 16
1
Problem starting Asterisk - libssl.so.4 cannot be found
I'm sure this is a pretty basic problem, unfortunately I am a telecomms rather
than a Linux person so any suggestions would be most appreciated. I have
successfully downloaded and installed the various Asterisk packages.
However, when I try to start Asterisk, I immediately get a message saying
module 'libssl.so.4' cannot be found and the startup is halted. I don't have
this
2006 Jan 20
1
2400P Pinouts
Hi,
this is probably a stupid question but can someone point me to where I
can find the pinouts for the connector at the back of the TDM2400P card
from Digium.
I am assuming this is some kind of telecomms standard but I need to
connect to 8 existing analogue lines and therefor need to wire this
connector to a patch panel or R11 jacks.
Also most of the docs do not mention this card - am I
2006 Sep 16
1
Wondershaper Errors
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all!
when I activate wondershaper on my dsl connection (pppoa vc mux), i get
three errors:
# sh -x /usr/sbin/wshaper ppp0
+ /usr/sbin/xmlstarter setenv tc_downlink
+ DOWNLINK=
+ /usr/sbin/xmlstarter setenv tc_uplink
+ UPLINK=
+ [ -z ]
+ cat /proc/avalanche/avsar_modem_stats
+ grep Connection Rate
+ awk {printf("%d", $8)}
+
2006 Jan 16
10
Multi-path routing only using last nexthop in default route.
I''ve applied julian''s paches to a 2.6.14 gentoo kernel with the appropiate
options enabled, and i''m using a modified version of the mpath2.sh script
also available on julian''s site http://www.ssi.bg/~ja/
Overall everything works nearly perfectly. Incomming connections to either
the fios (PPPoE) connection, or cable modem get routed back out correctly.
The
2008 Jan 31
3
Controling vpn access
Hí everybody, you have a nice day.
I am configuring accounting in shorewall /etc/shorewall/accounting and
the traffic between eth0 (local network)1, eth2(local network2) and
eth3(local network3) <--> eth1(ip public network), works fine. I
make the accounting because y want to control the remote vpn
access(pptpd) throught shorewall.
Which is the way to control vpn /ip/access in
2007 Apr 25
3
PPPoE and shaping
Hi all,
I have a little problem with my home-made slackware linux server.
Here is the scenario:
1. I have a local wifi network
2. my server do masquerading and exit in internet via a PPPoE connection
Goals:
1. not use SQUID
2. shaping the traffic with classes
3. emule connection must have minimum priority and a band-limit of
10KBytes/s in uplink (server--->internet)
Any idea?
Thx,
Diego
--
2004 Nov 24
14
traffic shaping on ftp server don''t work
Having study a number of documents on linux traffic shaper, I started
to setup my shaping rules in my network.
My linux box is running RH AS3 U3, shorewall 2.0.9.
It is using PPPoE connected to the Internet
firewall:
eth0: connect to the adsl modem
eth1: private net
ppp0: virtual dial up interface for pppoe
There is a ftp server on the private net
It is listen for port 21 and configured
2005 Jun 06
23
Multi-ISP in 2.4.0
Hello Shorewall list,
I''m a happy Shorewall user since a few years now and everything works fine
for me except one thing that I try to implement since a week, the multi-isp.
I''ve downloaded the 2.4.0 Stable release yesterday and tried the RC2 since a
week.
My config is a Debian running a kernel 2.4.27 home made with the
CONNMARK.diff patch applied
I''m using 2 ISP,
2005 Jul 17
3
iproute2 rules not being followed !!!!!!!
Hi...
I have installed ip route 2 package on Linux kernel 2.4.25
I am using 2 tables:
###################################
ebox:100.254~# ip route list table ALTER
default via 192.168.100.253 dev br0
ebox:100.254~# ip route list table main
10.0.0.254 dev ppp0 proto kernel scope link src 10.0.0.1
192.168.100.0/24 dev br0 proto kernel scope link src 192.168.100.254
192.168.100.0/24 dev
2000 Nov 18
9
priority bands don't reduce interactive latency?
I run a small Linux webserver and NAT router from my cable modem at home.
Whenever someone starts an http download, all other traffic from my LAN is
starved. Bandwidth is not really an issue, but latency is particularly
horrible -- pings that usually come back in 20ms can take up to 600ms while
the web server is active!
I set up QoS (netfilter+iproute2) on the NAT machine in an attempt to give