Displaying 6 results from an estimated 6 matches for "interface2".
Did you mean:
interface
2007 Jan 05
4
Load Balancing Problems
...t table main
ip rule add prio $PRIO1 from $NET1 table $PRIO1
ip route add default via $IPGW1 dev $INTERFACE1 src $IP1 proto static
table $PRIO1
ip route append prohibit default table $PRIO1 metric 1 proto static
ip rule add prio $PRIO2 from $NET2 table $PRIO2
ip route add default via $IPGW2 dev $INTERFACE2 src $IP2 proto static
table $PRIO2
ip route append prohibit default table $PRIO2 metric 1 proto static
ip rule add prio 222 table 222
ip route add default table 222 proto static \
nexthop via $IPGW1 dev $INTERFACE1 weight $WE1 \
nexthop via $IPGW2 dev $INTERFACE2 weight $WE2
=...
2013 May 30
1
how to launch a URl when dialing a number
...all a number like below
exten => 066104xxxx,1,Set(CALLERID(number)=52xxxxxxx)
exten => 066104xxxx,n,MixMonitor(zap_g1_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
exten
=> 066104xxxx,n,Dial(Zap/g1/${EXTEN},30,A(this-call-may-be-monitored-or-recorded))
exten => 066104xxxx,n,http://192.168.5.109/interface2/interface2.php ( here
i want to launch this url in my pc )
exten => 066104xxxx,n,Hangup()
thanks and regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130530/48c5fcb1/attachment.htm>
2007 Apr 18
0
[Bridge] Re: [VLAN] newbie problems
...h it doesnt see them. (Non-trunked ports).
>>
>> |---------| |-------------| |-----------|
>> Inet | gw | VLAN 4 | bridge | vlan40 | clients |
>> <----| x.x.x.1 |--------| interface1 |--------| x.x.x.13+ |
>> | | ext | interface2 | int | |
>> |---------| |-------------| |-----------|
>>
>> interface1 = eth0 = x.x.x.11/24
>> interface2 = eth1 = x.x.x.12/24
>>
>> However, I'm trying to get it running on VLAN's, on trunked ports, and
>> bridge b...
2009 Mar 14
0
shorewall, ucarp & conntrackd on debian
...pre-up /usr/sbin/conntrackd -C /etc/conntrackd.conf -c # commit the cache
pre-up /usr/sbin/conntrackd -C /etc/conntrackd.conf -f # flush the caches
pre-up /usr/sbin/conntrackd -C /etc/conntrackd.conf -R # resync with kernel conntrack table
pre-up /sbin/ifup interface1 interface2 [..]
up /etc/init.d/<whateverservice> start
down /etc/init.d/<whateverservice> down
post-down /sbin/ifdown interface1 interface2 [..]
post-down /usr/sbin/conntrackd -C /etc/conntrackd.conf -n # request a resync from other nodes via multicast
what i don...
2013 May 30
0
asterisk-users Digest, Vol 106, Issue 41
...> exten => 066104xxxx,1,Set(CALLERID(number)=52xxxxxxx)
> exten => 066104xxxx,n,MixMonitor(zap_g1_${EXTEN}_${UNIQUEID}.wav|av(0}V(0))
> exten
> => 066104xxxx,n,Dial(Zap/g1/${EXTEN},30,A(this-call-may-be-monitored-or-recorded))
> exten => 066104xxxx,n,http://192.168.5.109/interface2/interface2.php ( here
> i want to launch this url in my pc )
> exten => 066104xxxx,n,Hangup()
>
>
> thanks and regards
--
Andre Gronwald
andregronwald78 at gmail.com
andre.gronwald at gmx.de PGP-0x9CDEE439
2007 Jun 07
4
Listen on several (but not all) Interfaces
Hi,
I'm using Dovecot 1.0rc15 from Debian stable/etch.
I'd like to have Dovecot listen on more than one interface. It shall
listen on one IPv4 Interface and on one IPv6 Interface.
The comments in the sample configuration file say, that it's not
possible to listen on more than one interface at a time.
Sadly it's no option to me to listen on all interfaces.
So I'd like to ask