Removing the last line of the /etc/network/interfaces (iface eth1 inet dhcp), made dissapear a lot of errors in the syslog (dhclient: No DHCPOFFERS received, etc), but the system continues working as expected, well, not really, now seems that the guruplug believes that the network socket eth1 is the one that will provide support to send the postfix mails with the alarms, and since I configured correctly eth1, no message is sent to my email account, I get errors like:
Mar 12 21:49:42 guruplug-debian postfix/smtp[9529]: connect to gmail-smtp-in.l.google.com[74.125.39.27]:25: No route to host
Mar 12 21:49:42 guruplug-debian postfix/smtp[9530]: connect to gmail-smtp-in.l.google.com[74.125.43.27]:25: No route to host
Mar 12 21:49:45 guruplug-debian postfix/smtp[9528]: connect to gmail-smtp-in.l.google.com[74.125.43.27]:25: No route to host
Mar 12 21:49:45 guruplug-debian postfix/smtp[9530]: connect to alt1.gmail-smtp-in.l.google.com[74.125.155.27]:25: No route to host
Mar 12 21:49:45 guruplug-debian postfix/smtp[9529]: connect to alt1.gmail-smtp-in.l.google.com[72.14.213.27]:25: No route to host
Mar 12 21:49:46 guruplug-debian zmvideo[9532]: INF [Creating video file Frontal-18604-r1-s1.avi for event 18604]
Mar 12 21:49:48 guruplug-debian postfix/smtp[9528]: connect to alt1.gmail-smtp-in.l.google.com[74.125.155.27]:25: No route to host
Mar 12 21:49:48 guruplug-debian postfix/smtp[9530]: connect to alt2.gmail-smtp-in.l.google.com[74.125.67.27]:25: No route to host
Mar 12 21:49:48 guruplug-debian postfix/smtp[9529]: connect to alt2.gmail-smtp-in.l.google.com[74.125.65.27]:25: No route to host
Mar 12 21:49:51 guruplug-debian postfix/smtp[9528]: connect to alt2.gmail-smtp-in.l.google.com[74.125.67.27]:25: No route to host
Mar 12 21:49:51 guruplug-debian postfix/smtp[9529]: connect to alt3.gmail-smtp-in.l.google.com[74.125.45.27]:25: No route to host
Mar 12 21:49:51 guruplug-debian postfix/smtp[9530]: connect to alt3.gmail-smtp-in.l.google.com[74.125.45.27]:25: No route to host
Mar 12 21:49:51 guruplug-debian zmvideo[9532]: INF [Finished Frontal-18604-r1-s1.avi]
Mar 12 21:49:51 guruplug-debian zmfilter[2231]: INF [Creating notification email]
Mar 12 21:49:54 guruplug-debian postfix/smtp[9528]: connect to alt3.gmail-smtp-in.l.google.com[74.125.45.27]:25: No route to host
Mar 12 21:49:54 guruplug-debian postfix/smtp[9529]: connect to alt4.gmail-smtp-in.l.google.com[74.125.113.27]:25: No route to host
Mar 12 21:49:54 guruplug-debian postfix/smtp[9530]: connect to alt4.gmail-smtp-in.l.google.com[74.125.115.27]:25: No route to host
Mar 12 21:49:54 guruplug-debian postfix/smtp[9529]: 1199346F33: to=<mymail@googlemail.com>, relay=none, delay=5233, delays=5216/0.11/16/0, dsn=4.4.1, status=deferred (connect to alt4.gmail-smtp-in.l.google.com[74.125.113.27]:25: No route to host)
Mar 12 21:49:54 guruplug-debian postfix/smtp[9530]: A82124708F: to=<mymail@googlemail.com>, relay=none, delay=1044, delays=1028/0.12/16/0, dsn=4.4.1, status=deferred (connect to alt4.gmail-smtp-in.l.google.com[74.125.115.27]:25: No route to host)
So seems that postfix is taking eth1 as the ethernet 'responsible' to do the external mailing, but it should not be that way....Any clue?
Regards,
PacoLM