Displaying 2 results from an estimated 2 matches for "local_interfaces".
2007 Oct 29
1
Some questions about HTB
Hello,
I have installed a server with three physical ethernet links and some
virtual interfaces:
eth0 - 213.215.42.70
eth0:1 - 213.215.42.71
eth0:2 - 213.215.42.72
eth0:3 - 213.215.42.73
eth0:4 - 213.215.42.74
eth0:5 - 213.215.42.75
eth0:6 - 213.215.42.76
eth0:7 - 213.215.42.77
eth0:8 - 213.215.42.78
eth2 - 192.168.1.128
eth3 - 213.215.42.69
All traffic are routed by iproute2 and iptables
2005 Oct 21
2
Exim on all interfaces
Hi. I have a default installation of Exim with only a few changed
settings. It appears to only bind to the loopback interface. I have not
set any local_interfaces values, as the default behaviour is to bind on
all interfaces. But alas, exim does not respond on its IP address:
[root at obiwan ~]# /etc/init.d/exim restart
Shutting down exim: [ OK ]
Starting exim: [ OK ]
[r...