Displaying 4 results from an estimated 4 matches for "interface1".
Did you mean:
interface
2007 Jan 05
4
Load Balancing Problems
...mpilation) or debian''s one (2.6.18-3-486),
same results
Thanks
=========================================================================
ip rule add prio 50 table main
ip route del default 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 s...
2007 Apr 18
0
[Bridge] Re: [VLAN] newbie problems
...C's and it's bridging
>> between two VLAN's, although 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...
2009 Mar 14
0
shorewall, ucarp & conntrackd on debian
...k x.x.x.x
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
w...
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