Mailinglist Archive: opensuse-autoinstall (100 mails)
| < Previous | Next > |
Re: [suse-autoinstall] routes question
- From: Uwe Gansert <ug@xxxxxxx>
- Date: Mon, 31 Jul 2006 09:10:56 +0000 (UTC)
- Message-id: <200607311110.56142.ug@xxxxxxx>
On Thursday 20 July 2006 16:29, Joe Landman wrote:
> At the end of an autoinstall with 10.x, yast overwrites my routes
> with a default route that happens to be incorrect. Is there a way to
> fix this in the autoyast file?
have you tried this?
...
<routing>
<ip_forward config:type="boolean">false</ip_forward>
<routes config:type="list">
<route>
<destination>default</destination>
<device>-</device>
<gateway>1.2.3.4</gateway>
<netmask>-</netmask>
</route>
</routes>
</routing>
</networking>
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
Business: http://www.suse.de/~ug
now playing Agonoize - Sacrilege
> At the end of an autoinstall with 10.x, yast overwrites my routes
> with a default route that happens to be incorrect. Is there a way to
> fix this in the autoyast file?
have you tried this?
...
<routing>
<ip_forward config:type="boolean">false</ip_forward>
<routes config:type="list">
<route>
<destination>default</destination>
<device>-</device>
<gateway>1.2.3.4</gateway>
<netmask>-</netmask>
</route>
</routes>
</routing>
</networking>
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
Business: http://www.suse.de/~ug
now playing Agonoize - Sacrilege
| < Previous | Next > |