LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-08-2012, 09:29 AM   #1
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Rep: Reputation: 56
2nd NIC


Hi all,

Ubuntu 12.04 server 64bit

I have TP-Link Gigabit ethernet card installed on the PC as 2nd NIC

eth0 onboard LAN nVidia chip
eth1 TP-Link NIC RTL chip

the driver is r8168-8.032.00.tar.bz2 download on;
http://www.realtek.com.tw/downloads/...etDown=false#2

I have following questions;

1)
On booting the PC it prompts on screen;
RPL-ROM-ADR: 90F6 5203 5786
RPL-ROM-IRQ: 11
RPL-ROM-PIO: AC00

RPL-ROM-FFC: 1/50 (running from 1 to 50)

on each boot. Whether it is necessary? If NO how to skip it?


2)
The cable used for eth0 is CAT5e connected to the router. Can I use CAT5 cable to connect eth1 to the same router? If YES I have spare CAT5 in store room. If NO I have to purchase a new CAT5e cable.


3)
I need to set static IP address as follow:-

(#eth0)
auto eth0
iface eth0 inet static
address 192.168.0.10
netmask 255.255.255.0 ?
network 192.168.0.1


(#eth1)
auto eth1
iface eth1 inet static
address 10.0.0.1
netmask ?
network ?

Please help. TIA

B.R.
satimis
 
Old 08-08-2012, 10:28 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,675

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by satimis View Post
Hi all,
Ubuntu 12.04 server 64bit I have TP-Link Gigabit ethernet card installed on the PC as 2nd NIC

eth0 onboard LAN nVidia chip
eth1 TP-Link NIC RTL chip

the driver is r8168-8.032.00.tar.bz2 download on; I have following questions;

1)
On booting the PC it prompts on screen;
RPL-ROM-ADR: 90F6 5203 5786
RPL-ROM-IRQ: 11
RPL-ROM-PIO: AC00

RPL-ROM-FFC: 1/50 (running from 1 to 50)

on each boot. Whether it is necessary? If NO how to skip it?
If you looked up the message, you'd see it's trying to do a network boot from that card. If you don't want it to, go into the card settings, and turn it off.
Quote:
2) The cable used for eth0 is CAT5e connected to the router. Can I use CAT5 cable to connect eth1 to the same router? If YES I have spare CAT5 in store room. If NO I have to purchase a new CAT5e cable.
If you already HAVE CAT5 cable, why do you need to purchase a new one? Use the cable that you have that fits the plug on the back of the card. And we have no way of telling you if you can connect it to the same router or not, since we don't know your network topology, or what you're trying to accomplish.
Quote:
3) I need to set static IP address as follow:-
(#eth0)
auto eth0
iface eth0 inet static
address 192.168.0.10
netmask 255.255.255.0 ?
network 192.168.0.1

(#eth1)
auto eth1
iface eth1 inet static
address 10.0.0.1
netmask ?
network ?
...and again, we have no idead what to tell you...this will depend on YOUR network topology, and how you have things configured. Contact your network administrator.
 
Old 08-08-2012, 10:33 AM   #3
Gleylancer
LQ Newbie
 
Registered: Aug 2012
Distribution: Slackware+RHEL
Posts: 24

Rep: Reputation: Disabled
Please tell us the reason you're installing a second NIC, we might be able to help if you do.
 
Old 08-08-2012, 11:53 AM   #4
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by satimis View Post
2)
The cable used for eth0 is CAT5e connected to the router. Can I use CAT5 cable to connect eth1 to the same router? If YES I have spare CAT5 in store room. If NO I have to purchase a new CAT5e cable.
Cat5e or Cat6 are fine for gigabit speeds, Cat5 is not. If you want to keep gigabit all the way through (gigabit router, gigabit switch, gigabit NIC), then you'll need to use Cat5e or Cat6. If any of these devices are just 10/100 (don't support gigabit), then you'll be dropped down in speed anyway, so Cat5 is fine.
 
Old 08-08-2012, 12:05 PM   #5
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by TB0ne View Post
If you looked up the message, you'd see it's trying to do a network boot from that card. If you don't want it to, go into the card settings, and turn it off.
I got it done.

[Shift] + [F10] before booting
->
Realtek RTL8111B/8111C Gigabit Boot Agent
Configuration Menu

made change on;
Boot Order - ROM Disable

[F4] Save and Quit

Other advice note as well. Thanks.

B.R.
satimis

---------- Post added 08-09-12 at 01:06 AM ----------

Quote:
Originally Posted by Gleylancer View Post
Please tell us the reason you're installing a second NIC, we might be able to help if you do.
I need it for testing Cloud only.

satimis
 
Old 08-08-2012, 12:07 PM   #6
satimis
Senior Member
 
Registered: Apr 2003
Posts: 3,695

Original Poster
Rep: Reputation: 56
Quote:
Originally Posted by suicidaleggroll View Post
Cat5e or Cat6 are fine for gigabit speeds, Cat5 is not. If you want to keep gigabit all the way through (gigabit router, gigabit switch, gigabit NIC), then you'll need to use Cat5e or Cat6. If any of these devices are just 10/100 (don't support gigabit), then you'll be dropped down in speed anyway, so Cat5 is fine.
Thanks

I have Gigabit router here.

B.R.
satimis
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cant get the 2nd NIC to work noden Linux - Networking 4 08-16-2009 11:50 AM
About 2nd NIC satimis Linux - Server 2 08-23-2007 02:24 AM
2nd NIC? Cornholio Slackware 3 04-25-2005 10:17 AM
1st nic regular FTP, 2nd nic SSH Riselong Linux - Distributions 2 02-02-2004 05:13 PM
2nd NIC def1014 Linux - Networking 3 10-23-2002 08:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:25 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration