Connecting Router between Switch and Ethernet Port

I uploaded both of the router configurations I used on the 1750 router and I unable to get pass E1/0 which should put me on my companies Lan. Thanks

Well I guess the best way to explain what I trying to accomplish it create my own LAN off my companies LAN
Wall Jax-------------1751 E 1/0-----------1751 FA 0/0-------------2950 Switch
Nat the 1751 Router with FA 0/0 with this interface address 192.168.3.1 /24
And E 1/0 with a static address of 192.168.2.253 or preferable use the
"ip address dhcp” Command.

Similar Messages

  • I have bought a TC to extend the range of the wireless network in the house and would like someone to explain the best way to do this? My combine router/modem is supplied by Movistar(in Spain) model Xavi 7958 router ADSL with four ethernet ports.

    What is the best way to extend my wireless network in the house using a TC? I currently use a combined router/modem supplied by Movistar(live in Spain) model XAVI 7958 router ADSL with four ethernet ports. What is the best configuration and can you explain what is meant by bridging and which is best to bridge for signal strenght TC or Xavi modem/router? Have ipads, iphones, apple tv...etc and want a connection them all in the whole house which, not just downstairs, to our wireless network.

    You cannot wireless bridge Apple to non-apple router.. so that is out.
    The only way you can do this is run ethernet or EOP adapters.. and place the TC in a location where the other apple idevices can reach it.
    If you want to repeat wireless with apple routers you have to use another apple router next to the modem.. plugged in an running as an AP.
    Basically the TC is the wrong piece of equipment unless you want Time Machine backups.. take it back and buy a universal repeater.. not apple. Or buy more apple stuff like an extreme or express.. one apple router is useless to you without running ethernet.

  • Airport Express as an end point on a wireless network and connect a computer via the ethernet port?

    Can I use my Airport Express as an end point on a wireless network and connect a computer via the ethernet port? - I'm wanting to connect a computer that does not have wireless and is in another building.

    The requirements for this to work are:
    1) The AirPort Express must be the 802.11"n" version. Model Number is A1264
    2) There must be adequate wireless signal stength where the Express will be located
    3) The Express must be configured to "join" the wireless network with the option checked to activate the Ethernet port

  • Problem of routing between inside and outside on ASA5505

    I have a ASA5505 with mostly factory default configuration. Its license allows only two vlan interfaces (vlan 1 and vlan 2). The default config has interface vlan 1 as inside (security level 100), and interface vlan 2 as outside (security level 0 and using DHCP).
    I only changed interface vlan 1 to IP 10.10.10.1/24. After I plugged in a few hosts to vlan 1 ports and connect port Ethernet0/0 (default in vlan 2) to a live network, here are a couple of issues I found:
    a) One host I plugged in is a PC, and another host is a WAAS WAE device. Both are in vlan 1 ports. I hard coded their IP to 10.10.10.250 and 10.10.10.101, /24 subnet mask, and gateway of 10.10.10.1. I can ping from the PC to WAE but not from WAE to the PC, although the WAE has 10.10.10.250 in its ARP table. They are in the same vlan and same subnet, how could it be? Here are the ping and WAE ARP table.
    WAE#ping 10.10.10.250
    PING 10.10.10.250 (10.10.10.250) from 10.10.10.101 : 56(84) bytes of data.
    --- 10.10.10.250 ping statistics ---
    5 packets transmitted, 0 packets received, 100% packet loss
    WAE#sh arp
    Protocol Address Flags Hardware Addr Type Interface
    Internet 10.10.10.250 Adj 00:1E:37:84:C9:CE ARPA GigabitEthernet1/0
    Internet 10.10.10.10 Adj 00:14:5E:85:50:01 ARPA GigabitEthernet1/0
    Internet 10.10.10.1 Adj 00:1E:F7:7F:6E:7E ARPA GigabitEthernet1/0
    b) None of the hosts in vlan 1 in 10.10.10.0/24 can ping interface vlan 2 (address in 172.26.18.0/24 obtained via DHCP). But on ASA routing table, it has both 10.10.10.0/24 and 172.26.18.0/24, and also a default route learned via DHCP. Is ASA able to route between vlan 1 and vlan 2? (inside and outside). Any changes I can try?
    Here are ASA routing table and config of vlan 1 and vlan 2 (mostly its default).
    ASA# sh route
    Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
    D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
    N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
    E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
    i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
    * - candidate default, U - per-user static route, o - ODR
    P - periodic downloaded static route
    Gateway of last resort is 172.26.18.1 to network 0.0.0.0
    C 172.26.18.0 255.255.255.0 is directly connected, outside
    C 127.1.0.0 255.255.0.0 is directly connected, _internal_loopback
    C 10.10.10.0 255.255.255.0 is directly connected, inside
    d* 0.0.0.0 0.0.0.0 [1/0] via 172.26.18.1, outside
    interface Vlan1
    nameif inside
    security-level 100
    ip address 10.10.10.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address dhcp setroute
    interface Ethernet0/0
    switchport access vlan 2
    All other ports are in vlan 1 by default.

    I should have made the config easier to read. So here is what's on the ASA and the problems I have. The ASA only allows two VLAN interfaces configured (default to Int VLAN 1 - nameif inside, and Int VLAN 2 - nameif outside)
    port 0: in VLAN 2 (outside). DHCP configured. VLAN 2 pulled IP in 172.26.18.0/24, default gateway 172.26.18.1
    port 1-7: in VLAN 1 (inside). VLAN 1 IP is 10.10.10.1. I set all devices IP in VLAN 1 to 10.10.10.0/24, default gateway 10.10.10.1
    I have one PC in port 1 and one WAE device in port 2. PC IP set to 10.10.10.250 and WAE set to 10.10.10.101. PC can ping WAE but WAE can't ping PC. Both can ping default gateway.
    If I can't ping from inside interface to outside interface on ASA, how can I verify inside hosts can get to outside addresses and vise versa? I looked at ASA docs, but didn't find out how to set the routing between inside and outside. They are both connected interfaces, should they route between each other already?
    Thanks a lot

  • Connecting router to switch

    Hi all,
    I'm using packet tracer version 6.0.1 and I need to connect a switch to a router. My goal is to setup a very small LAN. So far I have two 2900 switches and a computer. The computer can ping each interface vlan IP of the layer 2 switches. The two switches are trunked together. Now I need to connect one of those switches to a router and on the other end of the router will be the internet/ISP connection. So these are my questions:
    1. Do I trunk the router and switch just like I did the two switches, any recommendations on that?
    2. What type of cabling do I use on the router to connect to the internet/ISP?
    3. Do I give the outside interface of the router a public IP address?
    4. How do I set the default gateway on the router so all the devices can reach it?
    5, How do I route the internal traffic that goes to the router to the internet?
    Thanks for your help and any suggestions.

    1. Do I trunk the router and switch just like I did the two switches, any recommendations on that?
         Yes you need a trunk connection between switch and the router to support multiple VLAN traffic to reach the router.
    2. What type of cabling do I use on the router to connect to the internet/ISP?
         I don't think that PT has this option. (Don't mind if i'm wrong because i never tried it).
    3. Do I give the outside interface of the router a public IP address?
         Obviously the outside interface of the router should be a public IP if it is going to connect to ISP.
    4. How do I set the default gateway on the router so all the devices can reach it?
         You need to configure sub-interfaces on the router for each VLAN and that sub-interface IP address will be the gateway for all the devices in that particular VLAN. (This is called as Router on-a Stick configuration)
    5, How do I route the internal traffic that goes to the router to the internet?
         Once you configure the above steps, since your router is directly connected to the ISP your local devices can access internet.
    Please rate if it is helpful for you. And please don't mind if i'm wrong somwheter because i too prapraing for my CCNA with PT.
    Regards,
    Chandu

  • Access to serial and ethernet port in FPGA for cRIO-9068

    hi
    i want to know if i can Access to serial and ethernet port in FPGA for cRIO-9068 like camera IP
    thanks for help

    dalyto wrote:
    thanks
    but how i can i acquire image with IP camera and fpga ???
    The Ethernet hardware interface in the cRIO is not directly connected to the FPGA backplane in a way that you could directly access it. Even if you could it would be a pretty bad idea to try to do. A fully operational TCP/IP network stack implementation in the FPGA would not leave much resources for anything else even on the biggest FPGAs available. That doesn't include support for the typical image compression algorithmes which are even more complicated to implement on FPGA. Even if you would go to highly optimized VHDL code directly it would be a pretty difficult thing to do!
    In fact implemenintg the MAC and PHY of an ethernet interface on the FPGA is totally trivial in comparison. The IP level could also be implemented fairly easily in the FPGA but anything above that is going to give you bad headaches and still will be very limited in number of connections and packet sizes it can support.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Let applications choose between WiFi and Ethernet

    Hi Forum,
    So basicly I'm connected to a secure ethernet line with limitations, besides that I'm also connected to wifi with no limitations.
    I want to let apps choose between wifi and ethernet, is there any way to do so ?

    (A repost of something I posted elsewhere - trying to help others)
    If it helps you at least a little, in the Podcast App, playlists are now called "My Stations". You can add entire podcasts to Stations (and create new Stations), or you can add individual episodes to the "on-The-Go" station.
    Not intuitive, and not as good as having the podcasts back with the music, but it gets the job done till Apple listens to the users again and changes this back.
    Cheers!
    Ken

  • Cisco Router support 24 E1 (Ethernet port)

    Hi
    I use E1/Ethernet conveter 8 port for my internet link and want to replace this converter by cisco router support 24 E1(ethernet port).
    could you please suggest  for me wich router model can I use for this? 

    thanks Leo for your answer
    I have the E1s separated, now i have 24 E1 so I will need 24 port Ethernet to terminate all my 24 E1s, at total now the total sppeed is 48 Mbps, but  I plan to expend this capacity later to 100 Mbps, thats way I tald you the total capacity is 100 Mbps.
    can we have 24 port Ethernet for this router model and in witch module? thank you in advance.

  • (UIX XML) Sharing Connection objects between BC4J and custom java.

    If I have a UIX XML page that contains some BC4J application modules, then in the event handler I call [public static EventResult handleMyEventEvent (BajaContext context, Page page, PageEvent event..) ], which in turn calls some java classes I have written that take a java.sql.Connection object and access the database doing some updates/inserts with this Connection object (via JDBC)....HOW CAN I USE THE SAME TRANSACTION AS WAS USED IN THE BC4J APPLICATION MODULE...i.e. CAN I SHARE THE CONNECTION OBJECT BETWEEN BC4J AND MY OWN JAVA CLASSES THAT USE JDBC?
    What are the best ways to share such a transaction?
    Thanks,
    Paul.

    Would it be easier to use a custom method on the bc4j Application module?
    Take this scenario...
    1. User opens UIX XML web page which opens a bc4j App Module..it has a VO based on all employees.
    2. User presses the add button and a new employee is created (using the bc4j App Module).
    (Notice: no commit yet!)
    3. User presses the submit button...fires event REVIEW_SALARY.
    4. This event is 'handled' in the event section of the UML XML...it calls:-
    public static EventResult handleREVIEW_SALARYEvent (BajaContext context, Page page, PageEvent event)...
    5. I now want to call a java class I wrote that computes an employees new salary and updates the employee record with this new salary. This update will fail unless it is part of the same transaction as the one used by the bc4j App Module (that inserted the new employee).
    How best to proceed from here?
    How about having a method on the bc4j App Mod's VO called 'reviewSalary'? Calling this would use the same transaction? I could then call my java class from within the VO's method? However do I still have the same problem in that my java class expects to be passed the connection object?
    The approach you suggested previously seems a touch dangerous....in that these are not 'publically exposed'...and a new release of JDev may break my code.
    Thanks,
    Paul.

  • I have a good connection thru both wifi and ethernet but cannot get to the internet

    I have a good connection thru both wifi and ethernet but cannot get to the internet

    Which model iMac do you have? Which OS system is currently installed on your comp? 

  • Network Configuration Window Freezes When USB NDIS Internet Connection Sharing and Ethernet Port Are Used Simultaneously

    Current Setup:
    Asrock Extreme 4 Z77 mobo with built-in Broadcom NetLink (TM) Gigabit Ethernet.  Windows 8 Pro. Intel i5-3570k (using onboard Intel 4000 HD Graphics).  RAID0- 2 OCZ Vertex 4's.  
    I will refer to this setup as my tower.
    The Ethernet port works fine by itself.  When I use wired tethering with my Android phone (Droid 4 running on 4.0.4 Ice Cream Sandwich), it works fine when nothing is connected into the Ethernet port in the mobo.  
    The issue arises when I try to connect both simultaneously.  The network configuration window in windows basically freezes and I cannot really navigate it without a ~60 second delay at best.  
    I would like to be able to accept the internet from my Android via a USB tether and either bridge the connection or use the internet connection sharing service to route traffic through the unused Ethernet port on the mobo (either to another computer/xbox
    or more desirably a switch/router to spread to the entire home network).  I have extensively researched the issue of Windows 8 become slow and unresponsive when I attempt to do this and I have not found anyone with the exact problem.  I am able to
    do both the MAC bridge miniport (bridge 2 connections) and Internet Connection Sharing though a Windows Vista (home premium) Laptop I have. The difference between the laptop and the tower I am try to do this on is the laptop has a WIFI and Ethernet connection
    while the tower only has the on-board Ethernet. 
    Do I have all the necessary equipment to accomplish this, or do I need to buy a PCIe WIFI card?  If so could I get away with just getting a USB WIFI dongle?
    Any help would be very appreciated. 

    I had the same problem and came here by searching.
    Per Rosengren's method solved the problem, but he didn't say how to do it, so I'll try to explain step-by-step for anyone that may venture here.
    Open Device Manager (right click on Computer > Manage > on the left side, under System Tools choose Device Manager)
    Choose the problematic device in Network Adapters (for me it's called HTC Remote NDIS based device)
    Right click on it and choose Update Driver Software...
    Click Browse my computer for driver software
    Click Let me pick from a list of device drivers
    Uncheck the box Show compatible hardware
    For the manufacturer, choose Microsoft Corporation
    Now you will have two options:
    - Remote NDIS based Internet Sharing Device
    - Remote NDIS Compatible Device
    I chose the second one and it solved the problem, but if it doesn't work you could try the other one. In my case, the driver that was being used was neither of these, but a special driver from Android SDK ADT bundle.
    Pick one and click Next. If a dialog comes up, confirm by clicking Yes.
    Wait a few seconds for the connection to restart. If it doesn't work, try disabling and reenabling USB tethering on the phone, or reconnect the USB cable.
    I should also note that I'm using a custom Android ROM on HTC Wildfire S (unofficial Cyanogenmod). If you have a stock ROM with HTC Sense, maybe this method may not work and you'll need a proprietary HTC driver.

  • Bridge between airport card and ethernet port

    My son wants to access the internet through the ethernet port to connect his xbox 360. My airport extreme base station is upstairs and my powermac g5 is in the basement and connects to the internet through the airport network (airport extreme card to base station). One of his friends says he can configure a bridge between his wireless card and his ethernet port on his windows computer and was trying to do it on my mac. Can a bridge be configured between the airport extreme card and the ethernet port on the g5 which will allow an ethernet device to connect to the internet? Any advice will greatly appreciated. Thank you.
    Larry

    I have used an external ethernet bridge in the past. What I am wondering is: How can the airport card be configured to create a bridge to the ethernet port on the computer, so the game console could be connected to the back of the g5 with an ethernet cable and then connected to the tv with a/v cables. Do I have to use some external device to provide an internet connection to the game console or is there some way to share the connection from the airport card to the ethernet port?

  • Etherchannel or Aggregated ports between switch and AIX server

    I have a problem with the configuration of an etherchannel or port aggregation between an 4507 Catalyst switch and a server running AIX 5.2 maintenance level 4. The two ports on the switch are on the same blade.
    I tried configuring etherchannel with the command
    config-if# channel-group XX mode on
    and I tried configuring 802.3ad with the command
    config-if# channel-group XX mode activ
    but in both cases, as soon as I configured the second port, connection went down (I monitored with pings).
    On the AIX, I tried configuring modes "round-robin" and "802.3ad" with both switch configurations, but the result was the same.
    Does anyone has experience with this kind of configuration?
    thanks,
    Antoine

    Hi amaitre
    Could you setting  the etherchannel with the AIX Server?
    I configured in my switch 4510 with a AIX, but the 2 ports with channel-group keep in suspend. This is the configuration
    interface Port-channel2
    description ## LACP AIX ##
    switchport
    switchport access vlan 100
    load-interval 30
    interface GigabitEthernet4/20
    description  ## LACP AIX ##
    switchport access vlan 100
    channel-protocol lacp
    channel-group 2 mode active
    spanning-tree portfast
    interface GigabitEthernet4/21
    description ## LACP AIX ##
    switchport access vlan 100
    channel-protocol lacp
    channel-group 2 mode active
    spanning-tree portfast
    This configuration works with a server Dell with windows 2008.
    The schema is 1 switch 4510 with etherchannel to AIX.
    Thanks!

  • Quantum Gateway G1100 router - can't get ethernet ports to work?!

    I just got a Quantum Gateway G1100 router, and the improvement in wireless networking speed over my old Actiontec router is as advertised.
    However, I find that I can’t get any of my wired devices to connect to the router via any of the four yellow Ethernet ports on the back of the unit. I can only connect to this thing wirelessly. Hooking up my PC to the router with an Ethernet cable gets me no connection, not even to the router itself at 192.168.1.1 (or myfiosgateway.com).
    I have a PC, a printer, a network drive/media server and a Roku all wired to my router, none of them are detected. I can connect my PC and Roku wirelessly, but the network drive and printer must be wired.
    The instructions act like it should be plug-and-go for the Ethernet ports, which has always been my experience with other routers over 10+ years of using Linksys, Netgear, D-Link, Actiontec, etc., units. Usually it’s the wireless network config that has hiccups. This is a first for me.
    Am I missing something obvious? I’ve swapped back in my old Actiontec router just to check things out, and the wired devices all see my home network and the internet as well.
    Interestingly, if I go to the “My Network” tab on the router, I see one and only one Ethernet device. I don’t know what it is, and it is labeled “Active”, but it’s sitting on 192.168.1.4, which is the static IP address I’d configured my network drive to grab, yet it is not the network drive (any attempt to connect to it just times out).

    it does give me an IP address for the ethernet connection - 192.168.1.151 - that is different from the one for the wireless connection, which is 192.168.1.152.  I can see both of these listed on the router's connections as well, in the My Network tab, if I Show All.   But if I disable the wireless, my PC cannot ping either iteself or the router at 192.168.1.1.
    In fact, I can ping 192.168.1.152 (the wireless connection) but never 192.168.1.151.
    There is no IP address for my other wired devices, except that I do see 192.168.1.4 appearing, which is the static address of the network drive device.  But I cannot connect to it (there is a web and media server running on the device which ordinarily pops up a config screen at 192.168.1.4).

  • Connectivity loss between PLC and Kepware

    Hi Experts,
    I m working on SAP PCo and PLC connectivity using Kepware.
    I m trying to find out ways to find connectivity loss between
    1) PLC and kepware
    2) kepware and PCo
    For 2nd approch,if connectivity loss is there then PCo instance will go in error state and using remote monitoring we can get alert.
    But m not able to find any way for 1st approch.
    If PLC connection lost then only tag quality in kepware is bad.
    Is there any way in PCo expression editor to check tag quality so that i can trigger MII transaction?
    Thanks in advance.
    Regards,
    Neha

    To add to Hubrisnsx's comment ... are you provisioned Ethernet or MoCA for the WAN connection?
    Edit: Never mind, I see in the first post you said MoCA.   So, if the MoCA channel is staying up, then it sounds like it might be something inside the ONT. 
    Keep in mind that while some Verizon folks do drop by these forums from time to time, that this is primarily are user to user forum where customers can help one another.

Maybe you are looking for

  • I can't get a JSP to run with XP. What gives?

    I had an app that ran ok under 2000. I installed xp and now it does not work. IE opens but just sits there. I reinstalled jdev and the whole bit but no go. Is it IE or tomcat? Does anybody know? Thanks for any tips or advice Owen

  • Installing Oracle 8i Personal Edition in Win98

    Hi, Would like to find out if there is any issue in installing Oracle 8i Personnal Edition in windows ME. I have this error message when I tried to install the programme. "Jrew has caused an error in JAVAI.DLL. Jrew will now close." Anyone can help ?

  • Reversal Document.. URGENT!!!!

    Hi all, When I run Payment run I need to check whether the document is reversed before. Ex: When I run payment for document number 200000023, I have to check whether this payment is done before and reversed. How can I check? Thanks Shashi.

  • When mastering my DV deck records only black, crash record sees program

    Hi there: I've been editing for years but this is my first Final Cut job. I was having a problem outputting an 8-minute sequence, geting an Incompatible Compression Settings error message. I am not sure why, because all the sources were either DV, ai

  • Messages keeps trying to open, even when i am not using it

    Ok i am wondering if anyone is having a problem with their Message app. Problem being with mine that it keeps trying to open itself and i get a message displayed. See atttached pic!   If i click continue the box goes away and nothing happens, sometim