search for: bri0

Displaying 9 results from an estimated 9 matches for "bri0".

Did you mean: br0
2007 Mar 15
3
Traffic Shaping over Satellite Internet
I''ve set up Traffic Shaping on a Linux Router. Using HTB with SFQ, i''m trying to slow down heavy downloading for 20 subscribers over a 2048 kbit downlink. I''m classifying internet related traffic using iptables marking. bri0 is my local lan bridge, receiving egress traffic destined for subscribers. tc qdisc add dev bri0 root handle 1: htb default 2 tc class add dev bri0 parent 1: classid 1:1 htb rate 92129kbit ceil 102400kbit tc class add dev bri0 parent 1:1 classid 1:2 htb rate 90072kbit ceil 92129kbit tc class add d...
2005 Sep 21
5
IP Tables on a bridge
Not normally a question for this group, but you guys are very bridge/router/firewall savvy, so I thought I''d toss it here. I have a bridge. On one side of the bridge is that fancy thing called the Internet. On the other side is my LAN. The bridge is the obvious demarcation line and a good place to put a firewall. Now, I have all my iptables stuff planned out, EXCEPT for nat. The
2006 Jul 08
3
Mulitple VLANs containing the same ip subnet NATed on same box
I know this is not a normal request, but I would like to connect two vlans into the same box that have the same subnet on them, and then NAT them out to the Internet. We don''t need to make any connections inbound to them, but only provide outbound access. Any suggestions on how to do this? If I can''t do it with routing then I could use something like user-mode Linux, or other
2004 Nov 30
5
cisco dial-peer voip
...0 syst ipv4:y.y.y.y:5060 40 voip up up .+ 0 syst ipv4:x.x.x.x:5060 50 pots up up .+ 5 up 1/0/0 60 pots up up .+ 5 up 1/0/1 dial-peer voice 10 pots description INBOUND CALLS PSTN BRI0 incoming called-number 2012345.. no digit-strip direct-inward-dial port 1/0/0 ! dial-peer voice 20 pots description INBOUND CALLS PSTN BRI1 incoming called-number 2012345.. no digit-strip direct-inward-dial port 1/0/1 ! dial-peer voice 30 voip description INBOUND CALLS VOIP ASTERISK dest...
2009 Jan 21
1
Fw: Re: mISDN BRI Asterisk 1.4
Its been a few days, I was wondering if anyone else has any ideas on how to get this to work? If not, could I ask a the direct question as to if anyone here has (or knows someone who has) successfully got something like a Cisco Router to successfully establish an ISDN data/Internet connection through the Asterisk PBX?
2009 Jan 22
0
Fw: Re: mISDN BRI Asterisk 1.4
...ered -- -->> > Loaded chan_misdn.so => (Channel driver for mISDN -->> > Support (BRI/PRI)) -->> > -->> > I've got onto the Cisco router and found the BRI -->> > interface to be configured as below: -->> > -->> > interface BRI0 -->> > no ip address -->> > encapsulation ppp -->> > dialer pool-member 1 -->> > isdn switch-type basic-net3 -->> > no cdp enable -->> > ppp authentication chap callin -->> > end -->> > -->> > And the fo...
2009 Jan 13
3
mISDN BRI Asterisk 1.4
Good Evening, The company I work for is attempting to connect an Cisco ISDN Router to an OpenVOX B200P BRI Card so that we can get it to dial out across an existing ISDN PRI Line also installed in the Asterisk PBX Everything has compiled successfully and the BRI card has been detected when mISDN is started: # misdnportinfo Port 1: NT-mode BRI S/T interface port (for phones) -> Interface
2007 Jun 06
5
What I learned about Linux bridging
Here are some notes I have about Linux bridging. I''ll try to separate what I know I know from what I think I know. Let''s say I want to bridge eth0, eth1, and eth2 together, all with an IP Address of, say, 1.2.3.2. This is how to do it: echo "Setting up br0 to bridge eth0 with eth1 and eth2" /usr/sbin/brctl addbr br0 /usr/sbin/brctl addif br0 eth0
2004 Nov 30
3
7960 utilize all lines
I have several 7960 phones with SIP image (7.3) and Asterisk 1.0.1 on FreeBSD. When I have 2 active SIP calls on the 7960 phone there are no available lines for additional calls. I tried to configure 2 lines to the same SIP server but it's still limited to 2 calls. How to utilize all lines? -- Called user -- SIP/user-acc6 is ringing -- SIP/user-acc6 answered SIP/x.x.x.x-09a9a000 --