Failing IP communication across the network with 3750x

Hi!
I'm facing a very odd problem. A week ago I've installed a 3750x on a client.
 On it, was connected, a Lan2Lan fiber channel(with IP associated directly to 
 the interface) and a MPLS link(over a Cisco 2901) interconnecting a branch, 
 and several HP v1910 L2 swtiches.
By the day of the activation, everything works great. I have at this first moment, 
configured static routes with IP SLA on the L2L link and, with higher cost on the 
MPLS due the larger bandwidth of the L2L. It worked very well, and the tests of 
redundancy were ok.
My problems started a couple of days after. First, I've lost the IP communication 
with the L2 switches from the stations, but, from the 3750x, they still were 
accessible(both telnet and ping).
And now, there's another problem. Because of a previous design, there are two 
gateways configured across the network, all the stations and some servers, 
use as the default gateway the IP 10.31.1.1, and several servers and other 
appliances where configured with the gateway 10.31.1.2. So, as a workaround, 
I had configured both address on the 3750x, the 10.31.1.1/16 as primary IP 
and the 10.31.1.1/16 as secondary IP, both are on the VLAN 1 yet, as all the 
devices. All the stations, servers and appliances are configured with 
this /16 mask. And, it is working.
The problem is, every time that the communications between the branches 
is changed from one link to the another, on some servers and appliances, after the IP SLA 
take away the route, the communications only occurs if I manually change the 
default gateway on the servers/appliance to the other IP, and, get back to the 
previous one.
Does anyone saw something like that?

Carlos
The short answer is you can't as far as i know. You need to do NAT to able to do this and i don't think the Nexus switches support NAT.
You need a device that can NAT both address ranges. If prod is always the one that initiates the connection then you need static NAT translations for the test machines and you can dynamicaly NAT prod addresses as they go into the test env.
But if both prod and test can initiate connections then you need to have static NAT translations for both sides.
We used a pix firewall for this when we connected our prod and test environments. A firewall is a good choice because you can make the test enviornment the outside interface where all traffic is denied by default. You do not want test affecting prod.
Jon

Similar Messages

  • Can I control a network of Macs across the internet with ARD?

    Hi,
    Can I control a network of Macs across the internet with ARD?
    I seem to only be able to control one mac at a time. Am I missing something?
    Thanks
    Matt

    To be able to connect to a workstation from outside it's network, the ports that ARD uses must be open on both ends of the connection. ARD uses ports 3283 and 5900 so those must be open.
    If your workstations get their addresses from an NAT device rather than being "real", the ports also need to be forwarded in the router to the workstation's internal IP address. ARD uses port 3283 for the reporting and updating function, so if your Macs are getting their IP addresses through NAT, since you can only forward a port to a single workstation, you can only get reports, push package/files to etc. for a single workstation.
    ARD uses the VNC protocol for observation and control, though, and there are a range of IP addresses for that protocol, starting with 5900. ARD uses 5900 by default, so that port would be forwarded to the first workstation. You would, I believe, need to install VNC servers on the systems (since the ARD client cannot listen on any port other than 5900 while VNC servers can be set for other ports such as 5901, 5902, etc. You would then forward 5901 to the second workstation (and on to 5902, 5903, etc.). You can then use the following information:
    Remote Desktop: How to specify a port number for a VNC client
    to connect.
    The only other options are: 1) to run the ARD administrator on a workstation on the network, and then take control of that system from outside, either via VNC or another copy of ARD, or 2) set up a virtual private network (VPN) so that when you connect from outside, your admin system is officially part of the local network.
    Hope this helps.

  • RE:  sharing photos across a network with Lightroom

    I own Lightroom but haven't starting using it, mostly because I've heard that it doesn't work if you accessing photos from multiple computers across a network.  Is that correct?  Or is there a way around this?

    I do use Lightroom on multiple computers that can work on a single network and, I believe I have the same question.  So let me see if I can ask it in a bit clearer fashion to get more complete advice from others.
    My workflow for LR has been to use the licenses on my desktop and on my laptop.   That works fine once my postprocessing flow is done and the processed raw files are exported in jpg form to working folders and incorporated into the LR Catalog.   Those ppd images can be transferred by Windows across the network and the exported jpgs can be imported into both LR catalogs and both catalogs are easily synchronized. 
    Where the workflow seems to break down is for the unprocessed RAW files.  If, for instance, I use my laptop for pping the images, than the actual processed raw files only appear with their changes on my laptop and in its LR catalog.  If I use my desktop for processing, the Raw files on the Desktop have the processing changes embedded but those changes don't appear in the RAW files in the laptop.  So I end up with raw files on 2 computers and only the LR catalog that actually processed the image has its processing data saved.   The other computer only holds unprocessed Raw files.
    Is there anyway to transer the processed raw files from one LR catalog to another along with their processed data?   Currently I find myself processing the Raw files on the other computer a second time quite often, which seems redundant.
    To the OP, is this what you were thinking about?
    Perry

  • View/Change User Accounts From Across The Network - Do not have Server

    Is there a program or utility that can be run in Mac OS X Tiger or Leopard to manage user accounts on other Macs that are located across the network? Is there anything that will do this that is free, or not too much money?
    Our setup: multiple Macs on a network that is primarily a Windows AD Domain. For various reasons, we do not have the Macs setup as members of AD. We also do not have a Mac OS X Server. I am wondering if there is something that is built-in, free, or on the cheaper-end, to manage user accounts and their permissions from across the network on the Macs?
    Thank you for your help!
    Dan

    If the systems are not bound to a parent domain, then local account policy will need to be set individually. There is a way to get Workgroup Manager working on OS X client, but I do not know of a way for it to see remote NetInfo/DS Local data stores. It will only see the local store. NetInfo in the 10.2 days could pull this off. But Apple removed those features in favor of LDAP and eventually DS Local.
    You will probably need to use a combination of tools. Start with defining base settings in the User Template to ensure that all new home folders are created equal. Then use ARD or ssh to define user policy with pwpolicy and other tools like niutil (Tiger) or dscl. Test with mcxquery. If you get Server Admin Tools, you can use Workgroup Manager to craft the needed xml for mcx values, then inject into the user account.
    But this is only going to get you local policy. If users are connecting to file shares and mail, they are using their network credentials so those policies need to be managed at the domain level.
    I would encourage binding the machines to the domain. While this can, and has (sadly), been done, being part of the domain is so much easier. If you need a system for storing the LDAP schema, get a Mini and do it on the cheap. Otherwise, consider AD schema modification and then practice your xml skills.
    Hope this helps

  • Burning the disc failed because communication to the disc drive failed

    I get this error when trying to burn more than 1Gb of stuff to a DVD+R disc. or a DVD-R:
    Burning the disc failed because communication to the disc drive failed.
    Error Code 0x80020022
    Any idea if my drive ***** or something?

    Hi everyone, just thought I'd update the thread.
    Last night i did a clean install of Leopard over the top of Tiger, and now the DVD drive works without the error. I was able to burn a full disk with no problem.
    I thought, incase google bring someone here, I'd post my sequence of events incase it helps someone.
    New MBP C2D migrated user from MBP CD
    Could not burn disks on media of any format over about 1.5Gb
    Put up with the problem as I couldn't afford to lose my MBP for 2 days while it was replaced by Apple.
    Upgraded to leopard with formatting drive and clean install. I did not migrate the user, I just reinstalled the apps I wanted, synced my dotmac goodies, and copied over all my data folder by folder.
    Result is a fully functioning DVD burner that burns without communication failure.
    Yippy

  • How do i use my time capsule and extend the network with airport express

    I have a new iMac and Time Capsule, how do i extend the network with airport express. My time capsule does have a guest net work, and logins and passwords? I am no computer person. So for me it would have to be spelled out.

    Use the search as this has been done to death ..
    Bob Timmons is the expert on this.. look at his answers here.
    https://discussions.apple.com/thread/4274187?start=0&tstart=0
    https://discussions.apple.com/message/21856077#21856077
    This has been automated in the v6 utility. I am used to doing it manually in v5 utility which is also fairly easy.
    Apple doco is also good to read.
    http://support.apple.com/kb/HT4145
    http://support.apple.com/kb/HT4259
    Note.
    You cannot extend the guest network unless everything is up to date 7.6.3 firmware. And that is only with the TC as the main router in the network.
    All apple routers can be configured as the main wireless or as the extend wireless.. so don't worry if a post uses express or extreme or TC.. they are for wireless, the same thing.

  • Fax over the network with HP LaserJet 400 ColorMFP M475dw

    Hi there, I was trying to send fax over the network with  HP LaserJet 400 ColorMFP M475dw, I have connected the printer/scan/fax on a wired network, just have 3 computers on it, all of them  can scan or print. But I can't find any option to just FAX from Microsoft Word or Adobe Acrobat Reader, going to File ---> Print ---> and select M475dw "FAx", I installed the lasted version of the drivers downloaded from hp.com and there's no way to install this multifunction printer as a FAX.
    So I can't see the FAX on Printers in the control panel of windows.
    I have never got an error message from any computer during the installation process either.
    Does anyone has an idea of what to do here?
    Thanks ahead.

    Thanks for your quick answer, I really appreciate it. But unfortunately, it didn't resolve my problem  
    Actually any of the workstations after complete the installation (with the last version of drivers downloaded just now from hp.com) can't recognize the HP LaserJet Pro 400 Color MFP M475dw, as a fax. I can print and scan over the network, or connecting the printer with a usb cable. I just can't see the icon "HP LaserJet Pro 400 Color MFP M475dw FAX" in Control Panel ---> Devices and Printers.   I did a full installation when I were asked during the installation process... I did then I custom installation and neither of them seems to work to me  
    This is very strange, it never happened to me with any other models of all-in-on (printer/fax/scanner)

  • TS2972 I cannot seem to get all of my music shared across the network from my MacBook Pro to my iPad. This was not an issue a few days ago. Can anyone help?

    I cannot seem to get all of my music shared across the network from my MacBook Pro to my iPad. This was not an issue a few days ago. I can see all my songs if sorted that way, but if i sort by artist, only a few of them are present. Can anyone help or have any insight?

    Well I didn't think of it before, but I logged out of my apple ID othe iPad's home sharing. The I logged back in and it worked. It's a little weird, but I will take it. Thanks!

  • Failed to load resource the network connection was lost

    I am uploading a 2 gb file into my application using chrome in my MacBook Pro, i keep getting an error (FAILED to load resource: net::ERR_CONNECTION_RESET) when the file is 100% uploaded and the file starts uploading from the beginning (1%... and so on). This issue is not happening when i am doing the file upload using chrome in my windows 7 machine. I Also noticed in the same MacBook if i upload through Safari i get the same error (failed to load resource the network connection was lost). Please let me know what additional information i can provide technically.
    Regards,
    Charan

    common guys..nobody have any solution for this...i have seen many people complaining about large file upload issues in MacBooks which wont happen in windows.

  • Hi there!  We just got an ipod touch 8G.  We have wireless internet, but can't join the network with the ipod touch!  Very frustrating and we have tried all of the troubleshooting suggestions on the support site.  Help!  The router is a linksys WRT120N.

    Hi everyone!  WE just got an ipod touch 8G.  We do have wireless internet, but can't join the network with the ipod touch.  Message comes up.."unable to join the network".....very frustrating!  We have tried all trouble-shooting suggestions on the site, but nothing is working.  Anyone out there got any ideas for us??  The router is a Linksys WRT120N.
    Thanks for any help any one can give!!!

    Does the iPod connect to other neworks?
    Do other devices connect to the network?
    What encryption are you using?
    How you tried changing the type of encruption? Changing to no encryption?

  • I am trying to burn a CD and keep getting this error message: Burning disc failed because communication to the disc drive failed. (error code 0x80020022)  Any suggestions??

    Burning disc failed because communication to the disc drive failed. (error code 0x80020022)  Any suggestions??

    Sadly, that error has umpteen causes, sometimes the drive is going out, sometimes it's bad media, sometimes a slower burn works, & rarely a Cleaning Disc helps.
    Bad File names can even cause it...
    http://www.bbqiguana.com/2010/02/macos-x-error-0x80020022-trying-to-burn-dvds/

  • My I Pad 4 has a white line across the screen with the apple logo and its frozen.

    I pad 4 has a white line across the screen with the apple logo on top of it and its frozen... HELP

    Try a reset:
    1. Hold the Sleep and Home button down (together)
    2. For about 10 seconds
    3. Until you see the Apple logo (very important)

  • Communication between two network with the same IP segment

    Good Moorning:
    How can establish communication between the production environment and test environment with the same IP segment using switch Cisco Nexus 5548?

    Carlos
    The short answer is you can't as far as i know. You need to do NAT to able to do this and i don't think the Nexus switches support NAT.
    You need a device that can NAT both address ranges. If prod is always the one that initiates the connection then you need static NAT translations for the test machines and you can dynamicaly NAT prod addresses as they go into the test env.
    But if both prod and test can initiate connections then you need to have static NAT translations for both sides.
    We used a pix firewall for this when we connected our prod and test environments. A firewall is a good choice because you can make the test enviornment the outside interface where all traffic is denied by default. You do not want test affecting prod.
    Jon

  • Problems with communication across a network using shared variables

    I have two programs(projects) running on two different computers connected with a LAN. I am using LabVIEW 8.0, and the DSC-module. The program on one of the computers have measurements that I want to collect and show on the program running on the other computer on the network. I choose the indicator where I want to show the data, select ''Properties'', ''Data binding'', ''Shared Variable Engine (NI-PSP)'', ''Network Items'' and then browse for a Network...but the problem is that in my ''Network Neighborhood'' There is only one computer...and that is the one I am one...not the computer on my Network that I want to communicate with....
    Have anyone any suggestions on how to solve this?
    Kind regards Mari

    Mari,
    Check this link regarding trouble shooting network-published shared variables:
    http://digital.ni.com/public.nsf/websearch/6E37AC5435E44F9F862570D2005FEF25?OpenDocument
    This might be a firewall issue, so I would check that first.
    Frode

  • Digital Signatures Across the Network

    Hello,
    We are currently working on a digital signature implementation across our network. What we want to do is set Acrobat to look for digital signatures in a specific location across all machines and profiles. In what ways could we possible accomplish this with out adjusting these settings for each profile on every machine?
    Any help is appreciated. Thanks.

    What kind of icon do you mean? A icon on a application? Please provide more detail about your requirement.
    Do you need this?  http://www.sevenforums.com/network-sharing/110543-possible-change-folder-icon-across-network.html
    Note: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore,
    Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you
    completely understand the risk before retrieving any software from the Internet.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • IPod corruption/can't open iPod drive

    Hi, I've been having a few problems with my iPod, iTunes and my laptop in general. A couple of days ago my iPod (which was working fine beforehand) starting telling me that something had gone wrong and I needed to check Apple support. I assumed this

  • What version of JInitiator is best for OA 11.5.10?

    I realize this is a bit subjective. I'd like to hear what version others are using and what you like or don't like about that version. We use 1.3.1.21 and are not wild about it. It has a couple peculiar behaviors when used with Internet Explorer. One

  • BPS variables and API_SEMBPS_GETDATA

    Hi, everybody! I've faced with the following issue. I have two planning levels. I have three variables: ZVPYEAR "Year of planning" (based on 0CALYEAR), ZVPRESP "Responsible person" (based on ZRESP) and ZVPWBS "WBS-element" (based on 0WBS_element), as

  • Safety Cameras not working on E7 with new map upda...

    Since updating the maps on my Nokia E7 yesterday the Safety cameras are no longer showing. Traffic info is working fine. I restarted the phone, have the switched cameras off and back on, I have deleted the camera data file called 1.0.0.602europe.cdt

  • Custom rings tones + itunes = banging my head off the desk

    When i try to sync custom ring tones onto my iphone via iTunes it does so but then deletes ALL my music. How do i stop this