Network with VC 2.5 problem

Hello

We have a little bit of esx and esxi on our LAN network and everything works well.

We have also two server on our DMZ network and we have the VC even controlling them, but we are facing a problem connecting. A few minutes after that connection is established are disconnected from the CR.

On the other hand, if connect us directly to these servers via VI everything works and we don't lose the connection.

No idea what probably happens?

Our LAN network is 10.95.96.0/20

Our DMZ network is 10.95.93.0/25

The journal of VI and these servers ESX does not display relevant information:

== & gt; hostd.log & lt; ==

Event 2201: [email protected] user

The task was created: haTask - vim.AuthorizationManager.setEntityPermissions - 38414

Task completed: haTask - vim.AuthorizationManager.setEntityPermissions - 38414

: Vpxuser of the user

Event 2202: [email protected] user

Event 2203: Vpxuser disconnected user

..................................

Any idea what the controls can do?

Thanks for your help

Check the firewall

443 VC to the guests (I guess 902 is upward)

ESX--> VC, ensure that you allow 27000 & 27010

You will need to remove and add your ESX DMZ hosts to the CR

Tags: VMware

Similar Questions

  • ESXi 6.0 Networking with blades Gen8 HP problems

    Have a few 6.0 hosts on DL380 Gen8 blades. Just improved their work 5.5 - 5.5.2 installs. The two blades Gen8 map of the NETWORK, MAC and the status of the connection addresses. But whatever the config, impossible to get connectivity. DHCP not receive and consider the same if DHCP is required for installations of our PXE. Even tried ISO installs through the ILO. Tried the HP and regular of ESXi 6.0 versions installation. Also made the same way of upgrade on 2 blades DL380 Gen6 and not had any problems.

    Any suggestions?

    Hello

    have you tried upgrading the firmware of your host for the latest versions with HP SPP 2015.04.0 ISO and as you execute the upgrade with the help of the ISO official from the seller? Sometimes, when you have a bad NIC firnware/driver combo, the network stack will not work.

    Good luck!

  • Network with ESXi 4 VM problem

    Hello

    I have network problems with one of my ESXi 4. VMs I have two switches virtual, vSwitch0 and vSwitch1. vSwitch 0 contains the virtual network machine and the management network. I attributed to this network an IP address and I can connect to my ESXi host through the vSphere Client. vSwitch1 contains the VM Network 2 network and the virtual machine, I created on the host computer. This network will not respond to pings or Remote Desktop connections. If I connect to the virtual machine (Win2k8 R2), he cannot ping the default gateway or any other host on the network. I checked that all the IP addresses, gateways and DNS servers are correctly defined. If I put the host in the network of the VM, it responds to the pings and CdR - VM Network 2equals, no dice.

    Thanks for the help.

    Welcome to the community,

    from what you describe, is trying to replace the network cable or check the physical switch port settings (for example the access mode, spanning tree portfast,...)

    André

  • launch of checkers problems: error: trying to re-launch your game. If the problem persists, it may be network with the server problems or a problem with the configuration of your firewall.

    Windows Vista can not launch problem of checkers: try to re-launch your game. If the problem persists, it may be network with the server problems or a problem with the configuration of your firewall. Please check your firewall settings by visiting the Open Ports FAQ.

    Original title: launch of the problems of checkers:

    Hello

    If you have not yet tried to disable the antivirus/firewall software, then try the following steps to disable them.

    Disable the anti-virus software: http://windows.microsoft.com/en-US/windows-vista/Disable-antivirus-software

    Enable or disable Windows Firewall: http://windows.microsoft.com/en-US/windows-vista/Turn-Windows-Firewall-on-or-off

    IMPORTANT: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network during the time that your antivirus software is disabled, your computer is vulnerable to attacks

  • Metadata of data user not found! -read the problem of network with Netbeans

    Hi all,

    I have Oracle11gR2 and Fedora 13 operating system.
    I have to do the analysis (in the calculation of the shortest path) on a network with IFN.
    I'll use the APIs of LOD, but the network is not yet partitioned.
    Before partitioning, I want to see if Netbeans can read my network. When I run the code to do this:
    String url = "jdbc:oracle:thin:@IP_of_machine:1521:dbSID";
    
        try {
    
                    Class.forName("oracle.jdbc.OracleDriver").newInstance();
                    
                    Connection conn = DriverManager.getConnection(url,"italia","italia");
                    System.out.println("Connect to Database");
                    conn.setAutoCommit(false);
       
                    Network net = NetworkManager.readNetwork(conn, "ITALY_NET");
                    System.out.println("Network has been read");
    but the output is:

    run:
    Connect to the database

    oracle.spatial.network.NetworkDataException: oracle.spatial.network.NetworkDataException: user not found data metadata!
    at oracle.spatial.network.NetworkAdapterSDO.readNetwork(NetworkAdapterSDO.java:792)
    at oracle.spatial.network.NetworkAdapterSDO.readNetwork(NetworkAdapterSDO.java:552)
    at oracle.spatial.network.NetworkManager.readNetwork(NetworkManager.java:176)
    to calcolopercorso. Main.main (hand. Java:62)
    Caused by: oracle.spatial.network.NetworkDataException: user not found data metadata!
    to oracle.spatial.network.UserDataMetadataImpl. < init > (UserDataMetadataImpl.java:108)
    to oracle.spatial.network.NetworkMetadataImpl. < init > (NetworkMetadataImpl.java:585)
    at oracle.spatial.network.NetworkAdapterSDO.readNetworkMetadata(NetworkAdapterSDO.java:4148)
    at oracle.spatial.network.NetworkAdapterSDO.readNetwork(NetworkAdapterSDO.java:766)
    ... 3 more
    BUILD successful (total time: 1 second)

    It has successfully connected to the database, but I have error when it should read the network
    What am I wrong?
    Thank you much in advance.

    Published by: crystal13 on Sep 16, 2010 03:05

    Note that network has been properly validated:
    SQL> SELECT SDO_NET.VALIDATE_NETWORK('ITALY_NET') FROM DUAL;
    SDO_NET. VALIDATE_NETWORK ('ITALY_NET')
    --------------------------------------------------------------------------------
    TRUE

    It seems that you have probably set user_defined_data 'Y', but do not fill your data defined by the user to the user_sdo_network_user_data.

    Follow these steps:

    select network,user_defined_data from user_sdo_network_metadata where network = 'ITALY_NET';
    

    If user_defined_data is set to 'Y', you can set it to "n" then IFN will no definition of user data search in user_sdo_network_user_data.
    If you intend to use your network user data, you must set user_defined_data 'Y' and
    fill your user data information in user_sdo_network_user_data.

    desc user_sdo_network_user_data;
    

    You can get the user to more data information form the white paper in ndm_whitepaper_11gR2 under the Section of the data defined by the user.
    https://spatial.SampleCode.Oracle.com/servlets/ProjectProcess?PageID=0Zl7oV

    I guess you know you use the API in memory of 10g instead of the API of NDM LOD 11 g.

    Jack

  • Network with A60-155

    Having recently acquired this laptop, I tried to transfer files between it and my desktop (os w2k pro sp4) which is already networked with 2 other computers (ME and 98) in the House. Seems the laptop refuses to cooperate.
    I can ping 127.0.0.1, no problem, I can even ping IP of my desktop computer, but the laptop will not ping itself. The same office it detects my home network, but cannot access it. I have a light green and orange when ping of the desktop computer. I installed the latest drivers realtek for local networks (device drivers everything apparently works well)
    With the Office when this is the case I could uninstall the internet protocol (TCP/IP) and put things back by reinstalling, in XP this option is grayed out.

    Any suggestion would be appreciated as I am running out of ideas?

    See you soon

    Eddie

    Hi Eddie

    I guess you have a lot of experience with computer networks, and as you can see this sometimes a strange and inexplicable things.

    I'm sure that all the settings are good, but you can also try to connect your laptop directly to the desktop (peer to peer). On this way, you can check if it is possible to establish the connection.

  • Correction of installation Photosmart Wireless with SSID of SigmaplusEOL1 problem

    Hey,.

    I have a Photosmart C4780. I have set up for a little wireless printing back and it worked fine. Recently, I had to reset my router for other reasons, which forced me to set up my printer wireless again.  But I can't too. First of all, I used the Setup Assistant that has been installed on the iMac when I previously installed it.  That did not work.  Then, I just uninstalled and tried to reinstall it back. I tried to implement wireless first. When defective, I tried to set up via USB, and then wireless, which still did not work. The problem I meet is during installation in the Setup Wizard, I get 'Select unit.' My printer is connected via USB, and it appears on the list of devices. I click on "Continue" and the following window is an option that says "Set up your device for a wireless network." I check the box and click "continue." The next window is 'Select Network'. And here the problem comes in. A message appears that says "Device not connected", even if it is clearly. I even tried not to connect the printer via USB until it says "Select Device." But I get the same result. Also, when I click 'OK' to the message, window "Select network" not said no "Wi - Fi network discovered."  I can't do anything on this subject. I tried to reset the settings of the printer, and the printer for 15 seconds unpluggin wireless to reset the printer as a whole. Still having the same problem.  Any help would be greatly appreciated. Thank you in advance.

    Printer: HP Photosmart C4780 computer: iMac late 2009 OS: OS X Lion mountain 10.8.2 router: Netgear WGR614v7

    I finally thought to it! (Sorry I'm answering my own posts btw, but I want to put the solution for someone else with the problem of SigmaplusEOL1). If you have the SigmaplusEOL1 as your SSID when you print the "wireless network Test report", you have NO need to come back (I know it's a hassle for people).  To resolve this issue, follow these steps.

    (1) disconnect your printer.

    2) go to your router's IP address (such as 192.168.1.1 or whatever it is for your router).

    (3) replace the SSID of your wireless network with "SigmaplusEOL1".

    (4) for the security option for your wireless network select None (of the sort that a password is not required to access your wireless network).

    (5) Please turn your printer back and reprint "The wireless network Test report". It should say «No problem found...» »

    (6) the report shall also give an IP address of the printer (under Configuration Summary below). Type this address into your browser to go to the printer setup page.

    7) click on the 'Network' tab at the top.

    (8) under the heading "Connections" in the left pane, click "Wireless (802.11).

    9) click on "Start the Assistant" at the bottom right.

    (10) in the wizard, edit (the SSID and encryption wep or wpsk) password that you want your network to be wireless. So probably everything what he started as before you changed the SSID to SigmaplusEOL1

    11) click on 'Finish' at the end. The page will probably try to keep loading but it won't because you have changed the network settings on the printer. Just ignore that

    (12) back to the IP address of your router and change the SSID and the encryption password for everything what you change printer SSID and password.

    (13) reprint of the wireless network Test report. Admittedly, the SSID is the same as your wireless network, and everything is good.

    That's all. You should be good to go now.

  • Message appear conflict of IP address at startup. Another computer already uses the network with the same IP address. How do I cure this?

    When my kids play online on the X - Box I get an error message on my laptop when I start after them. It is said there is an IP address conflict and that another device is already on the network with the same IP address. It does not affect me access internet even if. How can I fix thi.

    Hello

    1. which is the version of Windows installed on the computer? For example, Windows 7, Vista

    2. only the error message appears only when the Xbox is connected to the computer or at both times?

    3. have you made any software or changes to the material on the computer before this problem?

    Please answer these questions and provide additional information so that we can better guide you.

  • another network with my Ip address?

    A message appeared saying: "another network has the same IP as this PC, I checked the network administrator and conducted an audit and found no problems.

    I also checked for antivirus updates and no problems were found. I recently signed up for Yahoo. This has something to do with the IP address?

    Hello Silvia,.

    I don't see how to sign up for Yahoo this would cause.  Although this is stated in the reference below, it is IMPOSSIBLE to have two identical IP addresses on the internet.  There are sometimes common sense as well as the technical reasons for this. You can read or skip to the next section you choose covering some basic concepts of networking that can help as I don't know where you are in terms of networking knowledge. This could be much too basic or even above your head.  The answer to your question follows this section with an article that will probably the thing and then a search for related sites that cover this problem if this article isn't enough.

    ******************************************************************

    It is a phenomenon of local network because all local networks use one of three ranges for the allocation of addresses TCP/IP based on the number of computers should be connected.  For home use, it is usually begins with 192.168. and two other numbers that are limited by a set of rules.  Most people use 192.168.000.001 (or which is written 192.168.0.1 as address of the router (or gateway) and the local DHCP server, Server DNS and WINS Server (often assigned and controlled by the router, but sometimes by a computer instead for various reasons).  Then network (DHCP server) Configuration is used to assign a range of acceptable numbers for computers that use this number.

    Most people allow these numbers are dymically assigned by the DHCP server to keep things simple - so that a specific computer may change from time to time.  Some devices need an assigned static address (which is reserved for this device which always uses and nothing else is never assigned it on this network because two that are the same on the same network would have caused a problem such that the communication would not have an idea that you choose if selected).  An example might be a stand-alone network printer where the configuration of the printer on any computer using it could be a nightmare if not to change the address of the printer and that nobody was able to connect to it - then it becomes static and then all computers use this address and since it never changes which avoids printer problems.  Another example is the above router other than the same problems occur whenever the computers tried to connect to the internet or connect to what be it through the router.

    Now, if you have two LANs linked together, a problem starts to appear as both may have been implemented with the same philosophy and therefore likely to use the same numbers.  This is often done using a network http://www.ehow.com/how_5329107_use-router-bridge-two-networks.html bridge or can be done through complex subnets creation of each network (more complicated).

    For the more (and perhaps even to understand that, you need to understand the basics of networks.)  Here's a search to find some one who can help you get started: http://www.bing.com/search?q=networking%20basics%20tutorial&PQ=Networking%20basics%20&SP=2&QS=AS&SK=AS1&sc=16-26&form=BSRTSS&pc=BBSR.

    *******************************************************************

    Please see http://answers.microsoft.com/en-us/windows/forum/windows_other-networking/another-computor-is-using-same-ip-adress-as-my/84f10eec-9ff4-4d40-8867-392422367026 which should help explain some things about it (and even if in a forum of Vista, most if not all of it applies to networks in general - so don't worry that).

    Learn more (a lot more, actually) on both computers with the same ip address, see the following Bing search which will give you plenty of resources for this, why and how it happens and what to do when it comes to solving things: http://www.bing.com/search?q=two%20computers%20with%20same%20ip%20address&PQ=two%20computes%20with%20&SP=1&QS=SC&SK=&sc=16-34&form=BSRTSS&pc=BBSR.

    I hope this helps.

    Good luck!

    Kosh

  • several devices on the network with the same name

    I want to install Windows 7 OS computers on a domain with Small Business SERVER 2003.  Curiously, I see all the computers on the network, where I should be able to, but one of them WK02011, is not accessible from all Windows 7 systems because there are multiple devices with the same name on the network according to a diagnosticn check.  WK02011 is visible and accessible from other systems on the network that are runjning XP OS.  There is only one device named WK02011 on the network.  I don't have this problem with any other XP system - that is - I can see and access all of the other XP machines on the network with the exception of WK02011.  I can't access WK2011 from the server and the server indicates that it is multiple devices with the same ID.  Rename the XP would be complicated because of having to re - set up the service to the customer and then turn around and install 7 OS in the workstation in the coming days.

    How to find the ghost device double?

    Hello

    Your question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for Windows 7 on TechNet. Please post your question in the Technet forums. You can follow the link to your question:

  • my windows says that another computer is running in the same network with the same ip address, please contact

    Today morning when I opened my samsung mini, it displays a message that another computer is running on the same network with the same ip address please find a solution for this

    In most home networks where multiple devices are connected to a router, router will assign an IP address to each device (via DHCP). This method keeps usually different devices to get the same IP address, but if you restart your router, it will not address remembered that he released before it was restarted.  This condition can also occur if you manually assigned an IP address to a device located in the router's DHCP range.  If the problem is not due to manually assign an IP address, then this condition will be corrected over time.  But if you're in a hurry, you can unplug your router from the wall and stop all computing devices on it.  Then plug the router back in and bring up all your devices again one by one.

    HTH,

    JW

  • Network says it has detected another computer on the network with my IP address.

    Original title: ip addy

    My internet access icon said that it has detected another computer on the network with my ip address, is there something that I have to take

    Try restarting your router.  It should solve the problem.

  • BSOD network, related function for Winsock problem driver-related

    I'll give as much detail as possible in order to get the right answer.

    I'm working on HP G70 - 463CL with Vista Home Premium 64 - bit.

    The problem is that whenever we try to use something that would require a network function, I have a BSOD with the IRQL_NOT_LESS_OR_EQUAL.
    This occurs even if I plug in a network cable, try to run a web browser, or right-click on the signal wireless in the bottom task bar.

    When the computer reboots, I get the "Windows has recovered from an unexpected shutdown' with this information.
    Problem event name: BlueScreen
    The system version: 6.0.6002.2.2.0.768.3
    LocaleID: 1033

    More information about the problem:
    BCCode: a
    BCP1: 0000000000000000
    BCP2: 0000000000000002
    BCP3: 0000000000000001
    BCP4: FFFFF80002228C45
    OS version: 6_0_6002
    Service Pack: 2_0
    Product: 768_1

    He then lists the minidump file which I do not know how to open it.

    I went to HP and download the current network for the WLAN and LAN drivers. (I have uninstall the previous)

    I went to Services to see what didn't work and I got these errors when I tried to start them.

    The DHCP Client 1.) -Error 1068: the dependency service or group could start. So I clicked on the dependencies and seen that it relies on the "accessory function for Winsock driver" and the "WinHTTP Web Proxy Auto - Discovery Service" depends on DHCP.

    TCP/IP NetBIOS Helper 2 properties.) -a had the same message according to the 'related function pilot' and it depends on the NETBT.

    I have passed to the command window and tried ping 192.168.1.1, and got the error that transmit failed, error code 1231.

    I have also reset IP address and with the command netsh winsock

    I went to Device Manager and click on devices show hidden.

    Under the pilot no Plug and Play there was a yellow by 'Related function for Winsock driver' symbol when I click Properties, it says under the status it is not working properly or has not all the drivers installed (Code 24).
    I also had a yellow symbol of security processor Loader driver and the same information under properties.

    In searching the Internet, I tried several different things that I found and tried including change something in the registry.  At one point I was able to make wireless work and managed to get on the internet and ran Windows Update and downloaded several items.  After the reboot, I clicked on an Internet Explorer icon on the screen to come back on the internet and I got the blue screen again.

    I ran Malwarebytes and it found nothing.

    I uninstalled AVG 8.5 and was going to install a different virus protection and I have a feeling that this is where the problem started.

    So if anyone can offer help, I'd appreciate it.  I have a feeling that everything hinges on the related function driver but do not know how to reinstall.  The hard drive has a recovery partition, but I don't want to reinstall the OS.

    There are a few issues, including the duplicate property and lack of records relating to the CPU.

    While this can be traced back to file by file, the best way to solve the OS when SFC finds files that it cannot solve is to do a repair of the DVD of the OS installation.

  • All of a sudden, impossible to get on the network with PDA

    I have an office of cable to a WRT610Nv2 with 2 desktops on the network wireless.  I used to be able to jump on and off with my PDA and Netbook... now I can't.  PDA reports a 'Yin-Yang' symbol and the symbol of encryption at the network location... I think I somehow locked me out... help please

    Chuck

    Forgot to mention, basic wired computer and two desktops wireless are still working fine.

    Thanks for your reply, but turn the appliance market has not solved the problem... to dig around, I finally found that MAC addresses on my laptop had inadvertently been filtered by software... it sure was not easy to use.  I don't know how it happened all of a sudden, but when I "allowed" those blocked from MAC, everything was fine and I was able to get on the network with my PDA.

    Kind regards

    Chuck, CABGx3 + AAA

  • set up a home network with the PC using xp vista and windows 7

    I need to know how confugure my desktop vista and xp desktop and cell phone with my computer laptop windows 7.  detailed with inustrictions or links please.

    Hello

    You plug the computer via the network to a router or a switch card, and configuring their file sharing.

    ---------------------

    Win7 when configured on the peer-to-peer network has three types of configurations of sharing.

    Group residential network = only works between Win 7 computers. This type of configuration, it is very easy to entry level users to start sharing network.

    Working network = fundamentally similar to previous methods of sharing that allow you to control what, how and to whom the records would be shared with.

    Public share
    = network Public (as Internet Café) in order to reduce security risks.

    For the best newspaper of the results of each computer screen system and together all computers on a network of the same name, while each computer has its own unique name.

    http://www.ezlan.NET/Win7/net_name.jpg

    Make sure that the software firewall on each computer allows free local traffic. If you use 3rd party Firewall on, Vista/XP Firewall Native should be disabled, and the active firewall has adjusted to your network numbers IP on what is sometimes called the Zone of confidence (see part 3 firewall instructions

    General example, http://www.ezlan.net/faq#trusted
    Please note that some 3rd party software firewall continue to block the same aspects it traffic Local, they are turned Off (disabled). If possible, configure the firewall correctly or completely uninstall to allow a clean flow of local network traffic. If the 3rd party software is uninstalled, or disables, make sure Windows native firewall is active .

    ------------------------------

    If your network consists only of Win 7 and you want a simple network, use it.

    http://Windows.Microsoft.com/en-us/Windows7/help/videos/sharing-files-with-HomeGroup

    After you have configured the homegroup, scroll to the bottom for the Permission/security section.

    -----------------------------

    Win 7 networking with other version of Windows as a work network.

    In the center of the network, by clicking on the type of network opens the window to the right.

    Choose your network type. Note the check box at the bottom and check/uncheck depending on your needs.

    http://www.ezlan.NET/Win7/net_type.jpg

    Win 7 - http://windows.microsoft.com/en-us/windows7/Networking-home-computers-running-different-versions-of-Windows

    Win 7 network sharing folder specific work - http://www.onecomputerguy.com/windows7/windows7_sharing.htm

    Vista file and printer sharing - http://technet.microsoft.com/en-us/library/bb727037.aspx

    Windows XP file sharing - http://support.microsoft.com/default.aspx?scid=kb;en-us;304040
    Sharing printer XP - http://www.microsoft.com/windowsxp/using/networking/expert/honeycutt_july2.mspx

    Setting Windows native firewall for sharing XP - http://support.microsoft.com/kb/875357
    Windows XP Patch for sharing with Vista (no need for XP - SP3) - http://support.microsoft.com/kb/922120

    When you have finished the configuration of the system, it is recommended to restart everything the router and all computers involved.

    -------------

    If you have authorization and security problems, check the following settings.

    Point to a folder that wants to share do right click and choose Properties.

    In the properties

    Click on the Security tab shown in the bellows of the photo on the right) and verify that users and their permissions (see photo below Centre and left) are configured correctly. Then do the same for the authorization tab.

    This screen shot is to Win 7, Vista menus are similar.

    http://www.ezlan.NET/Win7/permission-security.jpg

    The Security Panel and the authorization Panel, you need to highlight each user/group and consider that the authorization controls are verified correctly.

    When everything is OK, restart the network (router and computer).

    * Note . The groups and users listed in the screen-shoot are just an example. Your list will focus on how your system is configured.

    * Note . There must be specific users. All means all users who already have an account now as users. This does not mean everyone who feel they would like to connect.

    ---------------------

    * Note. Some of the processes described above are made sake not for Windows, but to compensate for different routers and how their firmware works and stores information about computers that are networked.

    Jack-MVP Windows Networking. WWW.EZLAN.NET

Maybe you are looking for

  • Problem loading the images with the php script.

    As a webdebdesigner that I developed a cms system to download images with php to a mysql database. Firefox version 5.0.1 for MAC and earlier versions have no problem with the script download. But after this version, it is impossible to upload images

  • Qosmio PX30T - Bluetooth mouse has stopped working

    I was able to reactivate Bluetooth on my PX30T after having changed the batteries in my Bluetooth mouse. (Sorry Toshiba, your standard mouse is uncomfortable!). Not sure if the circumstances leading to it as my son noticed the battery do not and then

  • create masks for marked particles

    Hello world I'm trying to creat masks for each marked by IMAQ label.vi particles. I did use IMAQ labeltoroi, get the return on investment for each particle, and do IMAQ roitomask 2. However, the images of these masks are related images. Do you know h

  • Set up a wireless printer, but do not think that it is password protected

    Hello I recently bought the wireless HP Deskjet 3520 printer. I set up the fine and was able to get my laptop wireless without having to use the USB cord.  I can print wireless from laptop, iPhone, etc. I have a secure WiFi network.  During the wirel

  • Internet on hp pavilion a614n, old computer screen problems

    I am running XP, IE8 I accidentally hit a key on my keyboard a key 'F' or more likely a key above the "Fs".  When I visit most of the sites, the bars at the top (those with back arrows, file, edit, Favorites, AND the status bar at the bottom: early a