16 Nov
2004
16 Nov
'04
2:38 a.m.
Dose dovecot have problem working on a eth0:1 alias type interfaces? I just wondering if this could be my problem?
if you run on linux those ethx:y are deprecated. you can now easily add ips to a device:
ip address add 192.168.1.1/24 broadcast 192.168.1.255 dev eth0
for the more insane people:
for ((i=0; i<255; i++)) ; do
ip a a 192.168.1.${i}/24 broadcast 192.168.1.255 dev eth0
done
just my 2 cents
darix
-- irssi - the client of the smart and beautiful people
http://www.irssi.de/