- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How can I configure the second network on my lan c...
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
11-18-2002 05:51 AM
11-18-2002 05:51 AM
How can I configure the second network on my lan card?
Can anyone tell me how to do ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:11 AM
11-18-2002 06:11 AM
Re: How can I configure the second network on my lan card?
ifconfig eth0:1
should give you the solution !
But it only assigns a second IP address on your network card.
If you want to use only 1 network card to connect 2 networks, then it's possible through vlan , but it means specific kernel , you need also on the other side a vlan capability on your switch, and it works only for some cards (or you will have to patch yourself some network cards drivers). I did it and it works...
hth
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 06:15 AM
11-18-2002 06:15 AM
Re: How can I configure the second network on my lan card?
ifconfig lan0:1 172.20.10.41 255.255.0.0
I have the following messages :
ifconfig : no such interface
I'm running HP unix 10.20
Do you think that I have something wrong ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 07:22 AM
11-18-2002 07:22 AM
Re: How can I configure the second network on my lan card?
Search for multi-home.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2002 01:56 PM
11-18-2002 01:56 PM
Re: How can I configure the second network on my lan card?
do
ifconfig lan0
and
ifconfig lan1 to know which interface would give you your actual ipaddress.
Then execcute the command again.
The command is however a tempotrary one. Whenever you reboot the server, it goes.
You actually need to edit the file /etc/rc.config.d/netconf to achieve what is permanent. or better still use sam.