Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
We successfully installed Linux with one network card (OSA) on S/390. Now we want to install more network cards (OSA) in Linux. How is this done? Many thanks.
Yes, multiple adapter cards (OSAs), each with its own IPADDR. Users will access LINUX over the various IPADDRs. We have the one adapter (OSA) installed and configured via the install process. Now we want to add a couple more OSA adapters. What is the command sequence/procedure to do this? Thanks.
In short, if your cards are PCI and fully supported, depending on your distribution, they may be just "plug-n-pray". Chapter 6.3 ( http://www.linuxdoc.org/HOWTO/Net-HOWTO/x1100.html ) has a description of assigning/verifying ethx names to the individual cards.
Then, to set up the IP addresses of the individual cards, check your ifcfg-eth? files (in redhat, they're in /etc/sysconfig/network-scripts/ ).
To manually bring up/down interfaces, /sbin/ifup eth?, /sbin/ifdown eth?. When you're all done, /sbin/ifconfig should verify all your interfaces are good.
In short, if your cards are PCI and fully supported, depending on your distribution, they may be just "plug-n-pray". Chapter 6.3 ( http://www.linuxdoc.org/HOWTO/Net-HOWTO/x1100.html ) has a description of assigning/verifying ethx names to the individual cards.
Then, to set up the IP addresses of the individual cards, check your ifcfg-eth? files (in redhat, they're in /etc/sysconfig/network-scripts/ ).
To manually bring up/down interfaces, /sbin/ifup eth?, /sbin/ifdown eth?. When you're all done, /sbin/ifconfig should verify all your interfaces are good.
Ditto. I'm sure if the poster could enlighten the populace here as to what distro we are using there may be more specific answers forthcoming. Otherwise it's straight to the glorious land of How-To's for you. I must admit though that I am more than a little envious of someone getting the run of the ranch on an S/390. Kinda makes my pile of Intels look like so many shiny trinkets.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.