- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- configuring ip address on DL380G5
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2006 06:51 AM
12-14-2006 06:51 AM
configuring ip address on DL380G5
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2006 09:04 AM
12-14-2006 09:04 AM
Re: configuring ip address on DL380G5
RH and SLES tend to use '/etc/sysconfig/network-scripts/ifcfg-
I'm unsure about Debian, as it's been a while.
But underneath it all, all the interfaces do is provide a front end to the 'ifconfig' command.
ifconfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2006 08:07 AM
12-15-2006 08:07 AM
Re: configuring ip address on DL380G5
/etc/network/interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 07:05 AM
12-18-2006 07:05 AM
Re: configuring ip address on DL380G5
*)Network, Name and browadcast fields?
In the /etc/hosts file i just put in the ipaddress and the hostname
In the /etc/sysconfig/network i put in
hostname and when i did the /sbin/service network restart and did ifconfig -a it did pick the ip?
Now, how do i check how many network interfaces are there in a system?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2006 09:11 AM
12-18-2006 09:11 AM
Re: configuring ip address on DL380G5
The 'lo' interface (loop-back) isn't supposed to have a real address attached to it, only '127.0.0.1'.
There will be an 'ifcfg-eth0' file in there, that's your network interface.
As for working out the rest of the values, the command 'ipcalc' is your friend.
To see what interfaces are there, use 'ifconfig -a'.