Displaying 3 results from an estimated 3 matches for "framerelay".
2007 Aug 04
1
Connecting two Asterisk servers with a framerelay connection
...__________________
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of MOSBAH
ABDELKADER
Sent: Saturday, August 04, 2007 3:16 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] Connecting two Asterisk servers with a
framerelay connection
Hello,
Have i to buy an asterisk card like TDM400P to connect the two asterisk
servers with frame relay.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070804/3927e1ba/attachmen...
2005 May 06
1
new to the group - need help/suggestions
...oup and I have some questions and looking for suggestions.
Our current firewall is running on a BSD system and has issues, I was
planning on implementing shorewall. Here is how our IP network is
-----T1 Link ---Cisco ---- Firewall ----Router -----
T1 link has a dedicated IP address
and has a framerelay link with Cisco
T1 (206.11.72.1) ---- Cisco (206.11.72.2)
and behind the Cisco I have three routable IP networks
207.24.169.0
207.24.79.0
207.24.172.0
I have two options,
Connect the Cisco to the firewall with 4 ethernet interfaces, use
207.24.79.1 /30 for Cisco interface and 207.24.79.2...
2006 Feb 02
0
Problem with routing to multiple tables
...to one interface (eth2 - cheaper
link) nad the rest of the traffic go to another interface (eth0 - frame
relay very expensive).
I am using this script to make the mark and
balance:
-------
#!/bin/bash
IPT="/usr/local/sbin/iptables"
IP="/sbin/ip"
#----
# Declara redes
#----
#
FrameRelay
IFE1="eth0"
IPE1="200.163.208.3"
NWE1="200.163.208.0/26"
GWE1="200.163.208.1"
PRE1="3"
#
#
DSL
IFE2="eth2"
IPE2="10.1.1.10"
NWE2="10.1.1.0/24"
GWE2="10.1.1.1"
PRE2="1"
#---
# Tabelas de
roteamento
#...