<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Marius Gedminas wrote:<br>
[...]<br>
<blockquote cite="mid:20070716191016.GA5874@fridge.pov.lt" type="cite">
  <pre wrap=""><!---->
iface eth0 inet static
    address ...
    netmask ...
    gateway ...
    up ip address add ... dev eth0
    up ip address add ... dev eth0

Cheers,
Marius Gedminas
  </pre>
</blockquote>
<br>
Splendid.  Thank you.  Perhaps this could be added to the interfaces(5)
man page.<br>
<br>
-david<br>
<br>
</body>
</html>