Thanks all,<br><br>I will have two static ips as 77.78.8.111 and 77.78.8.89<br><br>I will have this configure:<br><br><br>DEVICE=eth0:0<br>BOOTPROTO=static<br>IPADDR=77.78.8.111<br>BROADCAST = ???????<br>NETWORK=????<br>NETMASK=255.255.255.0<br>
TYPE=Ethernet<br>ONBOOT=yes<br><br><br>and <br><br>DEVICE=eth0:1<br>
BOOTPROTO=static<br>
IPADDR=77.78.8.89<br>
BROADCAST = ??????<br>
NETWORK=????<br>
NETMASK=255.255.255.0<br>
TYPE=Ethernet<br>
ONBOOT=yes<br>
<br><br><br>What value would for BROADCAST and NETMASK ?<br><br><br><br>Thanks again<br><br><div class="gmail_quote">On Thu, Aug 27, 2009 at 8:12 PM, Clint Dilks <span dir="ltr"><<a href="mailto:clintd@scms.waikato.ac.nz">clintd@scms.waikato.ac.nz</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im"><a href="http://online.service.com" target="_blank">online.service.com</a>@<a href="http://gmail.com" target="_blank">gmail.com</a> wrote:<br>

</div><div><div></div><div class="h5"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
<br>
I like to add an extra ip address to my fedora server. But here is my ifcfg-eth0 file in under /etc/sysconfig/network-scripts directory<br>
<br>
DEVICE=eth0<br>
BOOTPROTO=dhcp<br>
TYPE=Ethernet<br>
ONBOOT=yes<br>
<br>
there is no IPADDR field. Where possibly i can find "IPADDR" gets defined?<br>
<br>
<br>
Thanks!<br>
</blockquote></div></div>
This indicates you are getting an address via DHCP.<br>
<br>
In order to setup a second interface you can either use system-config-network and look at setting up an alias. Or manually convert<br>
<br>
//etc/sysconfig/network-scripts/ifcfg-eth0 to /etc/sysconfig/network-scripts/ifcfg-eth0:0 and /etc/sysconfig/network-scripts/ifcfg-eth0:1 making sure that the files contain the information that you need.<br>
<br>
The Link below seems to be a good example of what needs to be done.<br>
<br>
<a href="http://www.xenocafe.com/tutorials/linux/redhat/bind_multiple_ip_addresses_to_single_nic/index.php" target="_blank">http://www.xenocafe.com/tutorials/linux/redhat/bind_multiple_ip_addresses_to_single_nic/index.php</a><br>

<br>
<br>
///<br><font color="#888888">
<br>
-- <br>
fedora-list mailing list<br>
<a href="mailto:fedora-list@redhat.com" target="_blank">fedora-list@redhat.com</a><br>
To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-list</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Communicate/MailingListGuidelines" target="_blank">http://fedoraproject.org/wiki/Communicate/MailingListGuidelines</a><br>
</font></blockquote></div><br>