ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. iroal
    3. Posts
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 308
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: SAMIT on Huawei vs Google

      Mi brother works in Huawei (Spain branch )

      He told me the spanish employees are nervous but the the Chinese are very calm.

      Huawei have the most advanced 5g technology and at least Europe need this technology.

      posted in News
      iroalI
      iroal
    • RE: Windows Server 2019 Basic Installation

      @scottalanmiller

      It seems identical to Windows 2016 .

      posted in IT Discussion
      iroalI
      iroal
    • RE: Problem migrating vlans from 3Com Baseline to Cisco C3750X

      Problem solve.

      In Cisco Switch you cannot add an Access port to a Trunk port, instead you need to create a native Vlan and add the Vlan to the Trunk configuration.

      This is the correct way:

      interface GigabitEthernet2/0/38
      switchport trunk allowed vlan 3,99
      switchport trunk encapsulation dot1q
      switchport trunk native vlan 3
      switchport mode trunk
      end

      Regards

      posted in IT Discussion
      iroalI
      iroal
    • Problem migrating vlans from 3Com Baseline to Cisco C3750X

      Hi.

      I'm migrating a 3Com Baseline router for a new Cisco C3750X, everything works but I have problem with 1 Vlan.

      In 3Com I have this configuration, an Ubitiqui Wifi with two Vlan (one for Lan (Vlan 3) and one for Guest (Vlan 99) in 3Com port 38

      In 3Com port 20 I connect to Pfsense Firewall and Captive portal service to provide Wifi to the guest (Vlan 99)

      This is 3com Configuration:

      3com.jpg

      *#

      interface GigabitEthernet1/0/38

      port link-type trunk

      undo port trunk permit vlan 1

      port trunk permit vlan 3 99

      port trunk pvid vlan 3

      stp edged-port enable

      interface GigabitEthernet1/0/20

      port link-type trunk

      undo port trunk permit vlan 1

      port trunk permit vlan 99

      stp edged-port enable

      #*

      I try to replicate the same in a Cisco C3750X but I'm unable to make it works.

      This is how I have configured the ports:

      *interface GigabitEthernet2/0/38

      switchport access vlan 3

      switchport trunk allowed vlan 99

      switchport trunk encapsulation dot1q

      switchport mode trunk

      interface GigabitEthernet2/0/20

      switchport trunk allowed vlan 99

      switchport trunk encapsulation dot1q

      switchport mode trunk*

      Could someone help me with this configuration ?

      Thanks a lot.

      posted in IT Discussion
      iroalI
      iroal
    • RE: Veeeeeeerrrrrryyyyy long paths and filenames

      Check this link:

      https://superuser.com/questions/1119883/windows-10-enable-ntfs-long-paths-policy-option-missing

      posted in IT Discussion
      iroalI
      iroal
    • RE: Alternatives to Windows 10 File Explorer

      I like Q-dir

      https://www.softwareok.com/?seite=Freeware/Q-Dir

      posted in IT Discussion
      iroalI
      iroal
    • RE: Safe to have a 48TB Windows volume?

      Run a Chkdsk in that volume can take days..

      posted in IT Discussion
      iroalI
      iroal
    • RE: How to Install ZeroTier on a Raspberry Pi

      @anna said in How to Install ZeroTier on a Raspberry Pi:

      ddns

      For Ddns use Duckdns:
      https://www.duckdns.org/install.jsp

      I've my Raspi with OpenVpn and Duckdns, works very well.

      posted in IT Discussion
      iroalI
      iroal
    • RE: Enterprise password management

      I love Bitwarden too.

      Open source, free version and with very affordable pay plans.

      posted in IT Discussion
      iroalI
      iroal
    • RE: VeraCrypt or DiskCryptor for External Drives

      I use Veracrypt.

      It's compatible with TrueCrypt but It uses his own encryption mode by default.

      posted in IT Discussion
      iroalI
      iroal
    • RE: Guacamole 0.9.14 on CentOS 7

      @jackmartins_ said in Guacamole 0.9.14 on CentOS 7:

      @iroal Did you solve this problem? I got the same error

      I reinstall using this tutorial.

      https://cstan.io/?p=11405&lang=en

      Regards.

      posted in IT Discussion
      iroalI
      iroal
    • RE: Office 365 Manual Configuration

      @nerdydad said in Office 365 Manual Configuration:

      Even though O365 will work with Outlook 2010 with some help, you still want to strongly consider upgrading all of your desktops to Office 2016. Eventually, Exchange Online will drop support for Outlook 2010 and 2013.
      Typically, your Exchange Online address will be <tenant>.mail.protection.outlook.com

      I know, but it's a budget problem, while Office 2010 works with Exchange 365 and they don't let me upgrade the version.

      posted in IT Discussion
      iroalI
      iroal
    • RE: Office 365 Manual Configuration

      @jaredbusch said in Office 365 Manual Configuration:

      @shybrsky said in Office 365 Manual Configuration:

      Hi All

      I got this situation , after moving my email to office 365 . only few user succed to configure on outlook . i want to set manually to outlook 2010, 2013 . how do i know my mail server name , or how to check it

      Thanks any help

      Office365's Echange Online does not work with Outlook 2010. I think 2013 is gone now too. Or will be soon.

      It works with outlook 2010, just need a few updates. I've about 15 computers with Outlook 2010 and Exchange 365.

      posted in IT Discussion
      iroalI
      iroal
    • RE: Best way to backup big data...

      I like keep a copy in Tapes.

      If you can afford it, LTO-8 is a good option.

      posted in IT Discussion
      iroalI
      iroal
    • RE: Guacamole 0.9.14 on CentOS 7

      I get a Blank screen after instalation

      0_1529922416390_guacamole.png

      Checking the Log I find this error:

      Mapped exception to response: 500 (Internal Server Error)
      org.apache.guacamole.rest.APIException
      at org.apache.guacamole.rest.RESTExceptionWrapper.invoke(RESTExceptionWrapper.java:202)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:498)
      at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
      at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185)
      at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75)
      at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:302)
      at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108)
      at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147)
      at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84)
      at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1511)
      at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1442)
      at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1391)
      at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1381)
      at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416)
      at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:538)
      at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:716)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
      at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:263)
      at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:178)
      at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:91)
      at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:62)
      at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:118)
      at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:113)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
      at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
      at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:962)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
      at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1087)
      at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
      at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:316)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
      at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
      at java.lang.Thread.run(Thread.java:748)

      Any idea?

      Thanks

      PD: Same error @scottalanmiller had https://mangolassi.it/topic/17494/guacamole-0-9-14-client-error-on-centos-7-on-access

      posted in IT Discussion
      iroalI
      iroal
    • RE: OWA Frequent Logouts from O365

      @scottalanmiller said in OWA Frequent Logouts from O365:

      @iroal said in OWA Frequent Logouts from O365:

      What Browser use them ?

      Chrome

      Check for any strange extension in Chrome.

      posted in IT Discussion
      iroalI
      iroal
    • RE: OWA Frequent Logouts from O365

      What Browser use them ?

      posted in IT Discussion
      iroalI
      iroal
    • RE: CentOS 7 enabling Telnet

      Try to disable SELinux with the command "setenforce 0"

      posted in IT Discussion
      iroalI
      iroal
    • RE: Port forwarding custom ports in sonicwall appliance

      Check this Thread:

      https://mangolassi.it/topic/7948/problem-with-sonicwall-port-forwarding/36

      Network-->Address Object.
      Create an Address Objects with the name and Ip of the server
      
      Network->NAT Policies.
      Add an entry with the Address Object you create before and the port number.
      
      Firewall-->Access Rules-->Matrix-->Wan to Lan
      Create and entry with the port you want to open from Wan to Lan.
      
      posted in IT Discussion
      iroalI
      iroal
    • RE: Fiber VS Copper: racks interconnection in a pre-existing environment

      @gjacobse said in Fiber VS Copper: racks interconnection in a pre-existing environment:

      , and you are pushing the 180-220m distance between Racks.

      This is the only reason why I would use Fc.

      posted in IT Discussion
      iroalI
      iroal
    • 1 / 1