All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: how to set static ip in linux
@ 2014-12-16 10:08 Constantin, Costin C
  2014-12-17 15:06 ` Philip Balister
  0 siblings, 1 reply; 5+ messages in thread
From: Constantin, Costin C @ 2014-12-16 10:08 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 783 bytes --]

Hello Sachin

The easiest way to do this is by modifying the install script. Here is how:
Suppose you cloned poky into a local dir. on your HDD drive. I use Ubuntu for this but you can use whatever certified OS (Fedora, Centos, OpenSuse) just:

$ cd your_local_poky_dir
$ gedit meta/recipes-core/initrdscripts/files/init-install.sh
...
#before the line containing "umount /tgt_root"   add the following
# interface=$(ls /sys/class/net | grep eth)
# echo "ifconfig $interface your_desired_ip netmask 255.255.255.0 up" >> /tgt_root/etc/profile
#eg.:
interface=$(ls /sys/class/net | grep eth)
echo "ifconfig $interface 10.10.10.10 netmask 255.255.255.0 up" >> /tgt_root/etc/profile
#after this comes
umount /tgt_root
...

Regards,

Costin Constantin
Yocto QA team

[-- Attachment #2: Type: text/html, Size: 3290 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread
* how to set static ip in linux
@ 2014-12-09 15:20 sachin dhiman
  2014-12-10 17:15 ` Gaurang Shastri
  0 siblings, 1 reply; 5+ messages in thread
From: sachin dhiman @ 2014-12-09 15:20 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 120 bytes --]

how to set static ip so that when linux boot then it get predefined ip
address.


-- 
Best Regards
Sachin Dhiman

[-- Attachment #2: Type: text/html, Size: 235 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-12-17 15:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-16 10:08 how to set static ip in linux Constantin, Costin C
2014-12-17 15:06 ` Philip Balister
2014-12-17 15:38   ` Constantin, Costin C
  -- strict thread matches above, loose matches on Subject: below --
2014-12-09 15:20 sachin dhiman
2014-12-10 17:15 ` Gaurang Shastri

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.