How to establish two ethernet connections simultaneously?

Hi!
I have a two-ports router. The first port via ordinary RG-45, and the second port via usb interface.
I want to have both of them to be connected simultaneously. I done this at Gentoo, but can't to do at Arch.
So, what I done exactly:
I found and loaded usbnet module: modprobe usbnet. After that I written appropriate values for new interface (eth1) in /etc/conf.d/network
interface=eth0
address=192.168.1.7
netmask=255.255.255.0
broadcast=192.168.1.255
gateway=192.168.1.1
interface=eth1
address=192.168.1.70
netmask=255.255.255.0
broadcast=192.168.1.255
gateway=192.168.1.1
At this point I restarted networking: systemctl stop/start network and checked for new interface:
ip addr | sed '/^[0-9]/!d;s/: <.*$//'
and got output:
1. lo
2. eth0
3. eth1
OK, I decided to test new interface:
ip link set eth0 down
ip link set eth1 up
eth1 started succesfully. But I can't to start eth0 back: 'ip link set eth0 up' does nothing, even I stopping eth1
I tried to reboot and checked eth0 again: eth0 gone. No more eth0...
ip addr | sed '/^[0-9]/!d;s/: <.*$//'
1. lo
3. eth1
Second interface that was eth0 is missing. And I can't get it back.
Where is eth0 and how to connect both interfaces simultaneously?
Thanks in advance for any help.
Last edited by chord (2012-11-14 21:35:07)

fukawi2 wrote:
hunterthomson wrote:No, using a bridge device connecting two Hosts to your Arch router/switch will not cause a loop.
I'm assuming the "two devices" are actually the 1 router (via Cat5 and USB), and that the router is also acting as a bridge between those 2 interfaces.
That's my understanding of the OP's situation anyway.
That will not cause a switching loop. STP is enabled by defualt on a bridge device and will take care of that. The packets will only use one inteface, until one link is down. Then the packets will use the other interface.
EDIT: Hum, really the OP didn't really give us enough info.
The way I read it was that the Arch computer is a Router with 2 interfaces 1 RJ-45 and one USB-to-RJ-45. Then that's it. He didn't say anything more about his network. So, origonaly thought that he must be wanting to connect to other computer to this "Arch Router"
|----------------------|
|    Arch                |
|   ____#-B___      |
|--/--------------\----|
|--#1----------#2---|
    |                 |
    |                 |
|--#--|        |--#--|
| H1  |        |  H2 |
|------|        |------|
BUT, This 'could' cause a broadcast storm if the "Switch GW" didn't suport STP.
|----------------------|
|    Arch                |
|   ____#-B___      |
|--/--------------\----|
|--#1----------#2---|
    |                 |
    |                 |
|--#---#---#--#---|
|  Switch GW         |
|----------------------|
Last edited by hunterthomson (2012-11-19 08:39:22)

Similar Messages

  • How to establish the ODBC connectivity for Hyperion Brio

    Hi Every One,
    Please some one let me know how to establish the ODBC connectivity for Hyperion Brio/ interactive reporting studio.?
    Thanks & Regards,
    Raj

    check out the manual
    http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/ir_user.pdf
    chapter 15
    Edited by: [email protected] on Feb 9, 2010 7:00 AM

  • Two Ethernet Connections

    Why are there two ethernet connections on the back of a Mac Pro? Can they both be used?

    You could run one to your Router for Internet access and the other to your Storage Network, or you could use the machine as a Gateway/Router and run Mac OS X Server.
    You can also use the second port to share your Ethernet Network, but that is not very convenient as the computer must be always on.
    A single port is already way faster than most people's Internet connection, so teaming up both port to do Internet, while possible, does not gain you anything.

  • Two network connections simultaneously?

    Hi,
    I want to do screen sharing with presenters, so I can use SnapzPro on my MacBook to record their screens on their Mac. Can the Mac that is presenting be connected to my Mac via a crossover cable, and to the wireless network via AirPort so they can access the internet? The reason for this suggestion is that when I tried to use a wireless network with ARD, it was far too slow (screen redraw once every minute or two), so I'm wondering if I can use a crossover cable between my Mac and the presenter's Mac and then use ARD 2.2 to do the screen capture, while the presenter's Mac is also connected and they can use regular internet access via AirPort.
    Can a Mac have two simultaneous network connections like this?
    Any ideas/comments?
    Thanks,
    Russ Conte

    Yes, the Mac can be connected simultaneously to both ethernet and Airport. And, as C.Moser indicated, any G4 class or newer machine will auto sense the direct connection.

  • How to establish an Https connection from a html client

    Hi! I�m totally new to Java so my question is rather"stupid". I have an html page that sends a post to a servlet
    <form name="form" action="servlet/ServletLogOn" method="post">
    I want to establish an https connection between the client and the servlet. How is it?
    Thanks in advance.

    Ignore the previous poster's reply - he was obviously mislead by my original post re: JSSE.
    How you install an SSL certificate on your webserver is completely dependent on the webserver you are using. Ususally there is some functionality for doing this from the administrative interface - usually involves pasting some text from the CA's (certificate authority, e.g. Verisign) site into a text box and designating a port number for SSL traffic (use 443, it's internet standard). I've actually only done this for Netscape Enterprise Server - you may want to find a forum for users of your webserver to ask for specifics.

  • How to query two data blocks simultaneously?

    Dear all,
    Need your inputs on the following problem statement...
    Existing Functionality:
    We have two data blocks A (Parent) and B (Child) in a relationship. Both data blocks refer to different tables.
    Data block A is the query data block and for a single record in block A we can have multiple records in block B. Multiple records in block B are shown one at a time after executing a query, this is implemented by using a list item C (belongs to a third block).
    For example
    Let us say block B can have 5 different types of entries for each record in block A. In this case the list item C will have 5 values corresponding to these entries. Once the query is executed, block B will show the default entry for the queried record in block A. To see other entries for the record user can select the required value in list item C and corresponding entry in block B will be fetched.
    Requirement:
    Our requirement now is to enable querying upon both data blocks A and B simultaneously. To implement this I replaced data blocks A and B with a single data block X which is based on the join of the two tables referred by the Data blocks A and B earlier. As the fields should allow insert, update, delete operations we did not use a view here.
    Issue:
    Now the problem is, each record in block A for which block B had multiple entries earlier is now getting listed multiple times because of the join.
    I have tried but could not find any solution for this. I would appreciate if any of you can suggest how we can query both blocks simultaneously without affecting the existing functionality.
    Thanks,
    Amit

    I don't understand your requirement in detail. I try to repeat what i understood so far.
    You have a master-block A based on a table A and a detail-block B based on a table B. So far so good. You can now query based on conditions just the datablock A, because B is a detail and therefore can only be queryied in context of block A.
    Your reuirement is to query on both blocks A and B and find block in B also without giving conditions for the relevant block A.
    Is it that ?
    What i don't understand, what is block C used for?
    An idea for the querying of block B's data: Create Non-database-items items in block A for the search-criteria you need on block B and make them Queryable.
    In the PRE-QUERY-trigger on block A build a WHERE-condition if that search-criteria is entered, something like
    IF :BLOCK_A.SEARCH_CRITERIA_FOR_BLOCK_B IS NOT NULL THEN
      SET_BLOCK_PROPERTY('BLOCK_A', ONETIME_WHERE, 'WHERE PKVALUE IN (SELECT FKVALUE_TO_A FROM TABLE_B WHERE FIELDVALUE=' ||:BLOCK_A.SEARCH_CRITERIA_FOR_BLOCK_B)');
    END IF;This would query also records to A for which you want to have the B-records. So you could keep block-structure up to master-detail.

  • How to run two sub vi simultaneously??

    i need to run two sub vi simultaneously in one main vi, becasue it is a must the two sub vi run exactly at the same time, but now i find that if i put they in one diagram ,in fact they are not exactly run at the same time. if you see in high light mode Just like the attached simple example code.  any one can help me to handle this to run the two subvi exactly at  the same time ? how to do it ? thanks so much.
    Attachments:
    how to run subvi simultaneously.vi ‏11 KB

    You are correct, they will not run at exactly the same time.  What is it you are actually trying to do?  What platform are you developing on? What version of LabVIEW? What processor does your target system have? This information is vital in order for us to assist you.  In a nutshell, unless you are running a real-time OS, then the OS you are running is not deterministic.  When you say "at the same time", what are you actually referring to? As a note, when executing parrallel operations in LabVIEW, the execution order may or may not be the same with the highlight bubble on as it is when it is running without highlight execution.  It is highly unlikely that you will be able to just run two sub-vis at the exact same nS.  If you are using DAQ boards, you accomplish this through triggering.  Please give a detailed description of what you are doing, and what you see the road blocks being.
    Thanks
    Paul <--Always Learning!!!
    sense and simplicity.
    Browse my sample VIs?

  • How do I display ethernet connection is being used rather than WI-FI connection in the menu bar/elsewhere?

    I have a new 13" retina MacBook Pro - I have wi-fi connection but also a thunderbolt/ethernet adapter that allows me to connect to my network
    Sometimes, the ethernet connection does not connect and I do not notice for a while (possibly a dodgy TP-LINK plug adapter thingy)
    My question is - how can I display that I am connected/using the ethernet connection rather than the wi-fi? The wi-fi symbol stays in the menu bar but it would be nice to see that I am using the ethernet connection instead
    Many thanks
    Mike

    I don't think you can do that. You can only display the WiFi connection on the menu bar.

  • How to establish an Oracle connection between server1 and server2

    I am trying to establish an Oracle connection between server1 and server2 specifically, while logged into server2 launch OEM on server1. Can anyone help me out here on establishing this connections between the 2 servers. thank you inadvance

    I am assuming this is 10g.
    Same way you connect from your desktop to the server using the URL (e.g http://server1:1158/em).
    But you have to ensure that server2 can see server1. They cannot see each other, then it is not OEM problem.
    if it is not 10g, then let me know

  • How do i establish an ethernet connection to my xbox360 via an ethernet cable?

    i am using an ethernet cable connected to my pro from my xbox360. My pro is reading that there is an established connection on the "network" in "system prefences" but i am not able to connect to the internet from my xbox as well as join xbox live. i have been told to get an apple airport but the result is just the same. are there any settings that needs to be synced or changed?

    Your XBox needs to be plugged into a router (such as the Airport Extreme, or whatever you'd like), not into your MacBook Pro.
    Clinton

  • Time Capsule and Time Machine: How can I force Ethernet Connection for the first backup ?

    Hi,
    How can I force the Time Capsule - Time Machine Couple to communicate via an Ethernet cable for the initial backup without changing the wi-fi configuration of the Time Capsule?
    I do not want to change the wi-fi configuration of the TC because it appeared that I was not able to restaure it proprerly after a first "ethernet backup".
    Please note that I do not want to use my TC to extend my wi-fi network nor create a new one. But, when I disable the wi-fi on the TC, as I want to restaure it, I only can see "expend" or "create a network" options within the wirless config page of AirPort Utlity; "Connect to a network" is not shown in the list!
    Thx a lot for your attention,
    François
    MBP 15' mid-2010
    OS X 10.8.2 (12C54)
    Time Capsule end-2011 (2TB - v7.6.1)

    You MUST change the TC mode to something other than join a wireless network.. because in that mode, TC turns off the ethernet ports. 
    The join a wireless network is hidden option because apple do not support it and it works poorly.
    You can access it by holding down the option key.
    You can also save the current settings and restore them after you finish the ethernet backup.
    Please note using join means double hop wireless and your TC data speed to the Mac will be extremely slow.. this will also affect your other internet connections and any other computers on the wireless network as it will use most of the capacity for much longer period than directly connecting to the TC.
    Basically that is why Apple do not support it.. it is lousy way to work a TC in a network.

  • How to establish a trusted connection with JDBC for SQL SERVER 2000

    Hi!I am using jdk 1.4 and eclipse 3.3.
    I create a servlet in eclipse with in-build tomcat.
    When I run it ,it was working perfectlly has it was suppose to work.
    In this servlet I connect to a sql 2000 database using jdbc-odbc bridge driver.
    But when I tried to deploy the servlet on tomcat 5.5 manully on the same machine ,it gave me error saying
    [Microsoft][SQLServer JDBC Driver][SQLServer]Login failed
    for user 'sa'
    I searched around some post and found that ok ,I need trusted connection
    But I have 2 Questions
    1). Why was in eclipse I was able to connect to the SQL server and why not in the servlet which I deployed manully on tomcat.
    2). How do I create a trusted connection with JDBC for SQL server 2000
    Thnaks for your help in advance.

    Hi! duffymo ,QussayNajjar ,dvohra09 .
    Thank for help.
    The ideas are really great.
    I am trying generate reports for my company.
    When I used eclipse the code worked perfectly.
    below is code which I used
    out.println("Calling For Class Name<br>");
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    out.println("Calling For Class Name success Now calling database <br>");
    1). jdbcConnection = DriverManager.getConnection("jdbc:odbc:SQLJasper");
    2). jdbcConnection = DriverManager.getConnection("jdbc:odbc:Driver={SQL Server};Server=ServerName;Database=tempdb");
    3). jdbcConnection = DriverManager.getConnection("jdbc:odbc:Driver={SQL Server};Server=ServerName;Database=tempdb","UID=UserName","Password=Password");
    out.println("connecting to database success<br>");
    I had tried to connect the database using this three way.
    In 1st I tried using DSN name .
    Next 2 self explainer for expert like you.
    I used to 2nd variant to connect in eclipse and it worked fine.
    I not an expert in java ,I just doing some research on jasperReport.
    My best guest is that eclipse is using some library files of which I have no clue.
    Thank's for your help,I appretiate it.
    Once again thank a billion.
    Sorry for the messy righting.

  • How to run two Automator actions simultaneously?

    I want to perform two actions at once in an automator applcation, specifically Speak Text and Run AppleScript. I can only figure out how to run one after another. Is there a way to have text spoken as a script is run?

    This is what it looks like:

  • How to establish data socket connection with remote computer

    hi am new to data socket subject, cau u guys guide me on this...
    i want to establish connection between system with lv and datasocket modem.... so i need to create vi to receive
    the data and insert into sql from modem(its having data socket option).
     Pls help me.........

    duplicate post -- continue here

  • How to establish data socket connection with remote unit

    hi am new to data socket subject, cau u guys guide me on this...
    i want to establish connection between system with lv and datasocket modem.... so i need to create vi to receive
    the data and insert into sql from modem(its having data socket option).
     Pls help me.........

    duplicate post -- continue here

Maybe you are looking for

  • Acrobat X Pro Mac upgrade from 9 Pro Ex PC

    I had been running Acrobat 9 Pro Extended on my PC and when I recently went back to a Mac, Adobe sales said I could just buy an upgrade and enter my old serial number and it'd all be good.  Doesn't like my old serial number as it wants a Pro version

  • Users with two monitors

    Hi: I have an application using either JInitiator 1.3.x or Sun Java Plug-In 1.4.2.x which works fine. But I have several users with two monitors and if the user move the application to the secondary monitor the menu didn't work (using JInitiator or S

  • Yet Another Help! Connecting to Windows 2000

    Hello all, I see this is a popular topic. Got the latest 60 gig ipod and my Windows 2000 SP4 with the latest ipod updater and itunes. All of this and the program simply won't recognize my ipod. Windows sees it as a generic usb harddrive and that's it

  • ECC 6.0 New Features

    Hi All, Can anyone help me out in listing out all the new features available in ECC 6.0 for Finance users which do not need any implementation effort and which can be used directly? For eg: I am looking for any new features apart from New GL. New GL

  • Business Objects Level

    Hi Experts, I heard ESOA is different from R/3 in such a way that there are no tables but Business Object levels Example : (SAP TMS standalone system). I am not able imagine any transaction or postings not going to tables in SAP. Kindly somebody thro