search for: netsh

Displaying 20 results from an estimated 48 matches for "netsh".

Did you mean: nets
2011 Feb 07
2
how to install "missing" netsh.exe using commands?
After trying to install Tunngle on Wine I came upon this error: _______________________ unable to execute file: netsh CreateProcess failed; code 2. File not found _______________________ I have scoured the internet for a fix for this problem to no avail. It seems it isn't just the program I'm using, it's a fairly common(ish) problem. The closest I came was with this forum here: http://newyork.ubuntuf...
2006 Nov 27
1
Tinc-up and Windows...
...roblem there. Unfortunately I now have to add a Windows host to the VPN. What a fight Winblows is! Probably just my ignorance. The VPN works and tinc says that tinc-up is run (and a debugging statement proves it) but I can't get an extra route added. tinc-up.bat contains: ------------------- netsh interface ip set address name=vpn1 source=static addr=192.168.1.12 mask=255.255.255.0 netsh routing ip add persistentroute dest=192.168.0.0 mask=255.255.255.0 name=vpn1 nhop=192.168.1.12 ------------------- I can ping/telnet the host on 192.168.1.5, but not 192.168.0.9. 'netsh routing ip show...
2009 Dec 16
2
Response time on Tinc VPNs, Bandwith on Tinc-VPN
...Business Server 2008 as server. On the client-side the config-file looks like this: Interface=Tinc-VPN AddressFamily=ipv4 Mode=switch Name=TincKnoten_PM1860NB PrivateKeyFile=C:/Programme/tinc/ESV/rsa_key.priv ConnectTo=TincKnoten_remote TCPOnly=yes The "tinc-up.bat"-file looks like this: netsh interface ip set address %INTERFACE% static 192.168.19.1 255.255.255.0 The file "TincKnoten_remote" on the client looks like this (without public key): Address=Server's DNS-Name Port=655 Subnet=192.168.19.8/32 Here is the content of the server's tinc.conf: Interface=Tinc-VPN Add...
2012 Apr 08
6
PMB.exe Error when Installing League of Legends
I'm using the terminal commands from http://appdb.winehq.org/objectManager.php?sClass=version&iId=19141 The LeagueofLegends.exe starts fine, but when it gets to the part where it starts Pando Media Booster, I get a Program Error saying "The program PMB.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience." Under that it says: "This
2015 May 18
4
is WMI through RSAT supported?
Hi, i'm trying to get GPO result info from a remote computer but i get an error "RPC server is not avaible". Is supported by samba 4.2.1? if i try to get the same info from local is working, and i've checked the WMI security on remote computer and is OK. Thanks!!
2023 Nov 11
2
OpenSSH on Windows, ssh cannot |bind()| localport to port < 1023
...ut due to firewall restrictions I need to run my experiments from a local port < 1024 (not negotiable). I thought that this was no problem... but ssh |bind()| fails with "address in use" (yes, I checked netstat, no one is there) for any port < 1023. Then I checked $ netstat # and $ netsh int ipv4 show excludedportrange protocol=tcp # and the same for IPv6, noone is using ports. This *feels* like the "restricted port range" (1-1023) on UNIX/Linux, where only "root" can do a |bind()| with a local port < 1023, but this is Windows, and even as "Administrato...
2012 Jun 20
2
TINC - sometimes working a bit
Hello everyone! I'm trying to get tinc running, but couldn't make it until now... My current situation is: all tincs are connected, but there ist (almost) no traffic: Only two PCs are able to ping to another, but not to itself. Let me explain, what I'm planning to do: I've got four networks: PROM: 10.69.0.0/16 PAN: 192.168.30.0/24 (I'm afraid, I can't change PAN to
2012 Sep 19
1
Puppet on Windows 2003 Server > wrong IP via facter?
Hello! I''m just getting started working with Puppet and testing on a Windows 2003 server. When I run facter on this server it returns a wrong value for the ipaddress (should be 10.10.0.203, but facter sets ipaddress=10.0.0.203). As you can see from the following ipconfig output, facter is looking at the TELECOM Ethernet adapter instead of the adapter used for the local domain
2014 Mar 05
1
Abysmal performance with Samba 4 and Windows Explorer
...s: one of the test machines runs as VM on host, so this is not the issue * Update network drivers: same thing, using different machines and a VM the problem exists on all of them * Turn off Remote Differential compression on the client: Didn't help at all * Disable autotuning on the client with netsh: Didn't help at all * Make sure not to use mapped drives but UNC paths instead: Did help when logging in but has no effect on file transfer * Try switching max protocol on the samba server to something like NT1: did not help * Do not use any other custom smb.conf options like socket etc. What...
2018 Jan 29
2
Re: issue with openssh-server running in a libvirt based centos virtual machine
...mps in the TCP Options, and because of this, the Ethernet frames are never below 60 bytes, while in my windows the TCP Options timestamps are not used, and therefore some Ethernet frames are less than 60 bytes. So I enabled the TCP Options timestamps in windows as well, by running the command 'netsh int tcp set global timestamps=enabled', and just like that, the ssh started to work. Still, I do not know who is causing this issue, and who to blame for this behavior... Any suggestion how to identify which network element wrongly assigns the Ethernet padding to the TCP payload is more than w...
2016 Feb 02
1
dual gateway with routing issues and tinc-up and host-up scripts for windows clients?
...------------------------------------------- # install tap device C:\Program Files\tinc>tap-win32\addtap.bat # change name of created interface to PowerCraftVPN wmic nic where "Caption like '%TAP-Win32 Adapter V9'" set NetConnectionID=PowerCraftVPN # set interface metric to 5 netsh interface ipv4 set interface "PowerCraftVPN" metric=5 store=persistent # windows .bat example that needs some work to rename interface using a script http://wiki.cementhorizon.com/display/CH/How+to+install+and+configure+tinc+on+Windows+7+and+Ubuntu+10.10+Linux+and+CentOS+5 #------------...
2013 Aug 12
3
Speed differences for windows clients
Hi, we have a strange phenomenon with the transfer speed between windows clients and samba servers. Here's the setup: server 1: centos 6.3 with samba 3.5.10 server 2: centos 6.4 with samba 3.6.9 both servers are configured as BDC and have - aside from netbios name - identical smb.conf which contains ldapsam as backend and all other parameters are not set (i.e. default) When I mount a
2019 Aug 12
4
Windows cannot access \\server check the spelling of the name 0x800704cf
.... . . . . . : ( should be the same as on a linux server : hostname -d ) If that is the case. ( same as hostname -d on linux ) Then i suggest, you verify if you server also has its PTR record configured. A few other options to check or what might be a problem here. The IpStack is kaput. Run: : netsh int ip reset Or Enable "Client for microsoft networks" - From the Network and Sharing Center click Change Adapter Settings - Right Click on Adapter >> Select Properties - Check if "Client For Microsoft Networks" is installed? If not; - Click Install - Double-Click Clien...
2010 Jul 20
2
New issue, configuring 2 Vista nodes
...ased on my experience over the last few days, I would be willing to write up & submit a 'how-to' guide for setting up under Windows Vista (& once I get to setting up the Windows 7 environment, that one too) so that others can avoid the guesswork and problems I've had to solve. (Netsh syntax has also changed from XP.) Best Regards, Alan S. Lawee Polygration Email: <mailto:info at polygration.com> info at polygration.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/2010071...
2015 May 21
1
is WMI through RSAT supported?
.......... DISABLED. >> 31210 15:26:16 (0) ** => This will prevent any WMI remote >connectivity >> to/from this machine. >> 31211 15:26:16 (0) ** - You can adjust the configuration >by executing >> the following command: >> 31212 15:26:16 (0) ** i.e. 'NETSH.EXE ADVFIREWALL >FIREWALL SET RULE >> GROUP="Windows Management Instrumentation (WMI)" NEW ENABLE=YES' >> 31213 15:26:16 (0) ** Note: With this command all inbound >and outbound >> WMI rules are activated at once! >> 31214 15:26:16 (0) ** You can...
2015 Nov 17
5
Error Join Machine in Domain - Samba 4 Debian Jessie
Hi guys: After a power outage, one machine network does not enter the field more. The machine is a Windows 7 Professional. I have a Samba 4 server as the PDC. Every time I try to join in the Domain this machine is a user error and password on your computer, however they are correct. I have 15 machines in the field and only this machine with this problem. Already excludes account Samba Server
2013 Oct 24
3
SolidWorks 2013 performance problems
Hi, We're having performance problems with SolidWorks on our shares. Copying the entire entire solidworks project to local disk and opening from there takes around 30s, but opening from the share directly takes minutes. Apparently solidworks knowledge base has this to say about Samba: > The official policy with regards to Linux Samba is that our legal department has advised us that the
2006 Jul 14
2
browser connection issue to http://localhost:3000/ on XP ?
http://www.ruby-forum.com/topic/73035#new Hi, I think I have network issue on my XP PC here trying to run up InstantRails and using it. I create an application and run up the server "ruby scripts/server" and it runs up, but then when I try to browse to it the browser just sits and spins and doesn''t connect :( Note that I posted this at
2010 Nov 09
6
question from openvpn user, how to "redirect-gateway" in tincd
Hello, today I was trying to do something easy I did with openvpn before. I have a server, and a few clients will connect to the server and route their internet traffic into the tunnel. The server then makes NAT. To configure clients in OpenVPN there was this directive called: --redirect-gateway that basically (copy and paste from OpenVPN man): 1) Create a static route for the --remote address
2018 Jan 29
0
Re: issue with openssh-server running in a libvirt based centos virtual machine
...cause of this, > the Ethernet frames are never below 60 bytes, while in my windows the > TCP Options timestamps are not used, and therefore some Ethernet > frames are less than 60 bytes. > > So I enabled the TCP Options timestamps in windows as well, by running > the command 'netsh int tcp set global timestamps=enabled', and just > like that, the ssh started to work. Still, I do not know who is > causing this issue, and who to blame for this behavior... > > Any suggestion how to identify which network element wrongly assigns > the Ethernet padding to the T...