Re: live boot networking question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, May 26, 2009 at 4:09 PM, Aldo Foot  wrote:
> On Tue, May 26, 2009 at 2:33 PM, David L  wrote:
>> I have a fedora live USB stick that I want to be able to boot in
>> a co-worker's laptop so they can run a Linux app on their
>> Windows system.  The app talks to an embedded device
>> through wired ethernet, so I need to set a static IP address
>> of the wired ethernet device.  Is there a way to do this since
>> the wired hardware device will be different on different computers?
>> On one co-worker's system, wired ethernet came up as eth0.
>> On another, it came up as eth2.  We don't have a DHCP server
>> in the embedded device, so I have to assign a static address.
>>
>> Thanks,
>>
>>            David
>
>
> The easy way:
>
> Say that the ethernet device came up a eth2, then edit or create
> the file /etc/sysconfig/network-scripts/ifcfg-eth2. In the file put
> something like this:
>
> DEVICE=eth2
> BOOTPROTO=static
> BROADCAST=1111.2222.3333.4444
> HWADDR=00:07:F5:3E:A7:6A
> IPADDR= 5555.6666.7777.8888
> NETMASK=255.255.254.0
> NETWORK=143.119.40.0
> ONBOOT=yes
>
> The DEVICE and HWADDR labels identify the NIC.

Thanks for the response...

If I understand this easy way, it requires that I know what eth device
the wired ethernet will come up as.  I've tested it on two laptops
and one came up as eth0 and one came up as eth2.  But I don't
know that it won't come up as eth1 or eth3 on another system.
I was hoping there was a way to configure the wired ethernet
device rather than a specific eth# so I could give a USB stick
to a random co-worker and expect the wired ethernet to come
up with the desired IP (without knowing their eth# or hwaddr).

Thanks,

                    David

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux