Re: Question about network

Achim Klausmann <[email protected]> Thu, 27 Nov 2014 22:15:18 +0100
Newsgroups gmane.linux.suse.autoinstall
Message-ID <[email protected]>
Am 27.11.2014 um 20:52 schrieb Floris Bos:
> You used to be able to, but it is broken in the latest OpenSuse release:
> https://bugzilla.novell.com/show_bug.cgi?id=903582
ok, i wil try it in this way:

		<interfaces config:type="list">
			<interface>
				<bootproto>static</bootproto>
				<device>eth0</device>
				<ipaddr><192.168.1.132></ipaddr>
				<netmask><255.255.255.0></netmask>
				<startmode>auto</startmode>
				<usercontrol>no</usercontrol>
			</interface>
		</interfaces>
		
		<routing></routing>
		
		<net-udev config:type="list">
			<rule>
			  <name>eth0</name>
			  <rule>ATTR{address}</rule>
			  <value><?=$mac ?></value>
			</rule>
		</net-udev>

Right?
What will happen if i have another board with 2 NICs?

Question:
what will happen if i use something like this:
   <ipaddr><?=$ip ?></ipaddr>
   <netmask><?=$netmask ?></netmask>
What will happen with the ip-address, if i have no dhcp-server running?

Best regards.
Achim Klausmann
-- 
Alkohol löst keine Probleme,
aber das macht ja Milch auch nicht.
-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]