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.
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.
It seems identical to Windows 2016 .
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
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:
*#
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.
Run a Chkdsk in that volume can take days..
@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.
I love Bitwarden too.
Open source, free version and with very affordable pay plans.
I use Veracrypt.
It's compatible with TrueCrypt but It uses his own encryption mode by default.
@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.
@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.
@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.
I like keep a copy in Tapes.
If you can afford it, LTO-8 is a good option.
I get a Blank screen after instalation
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
@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.
Try to disable SELinux with the command "setenforce 0"
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.
@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.