Questions tagged [open]

19 questions
19
votes
3 answers

What is strict, moderate and open NAT?

NAT options on domestic routers often come configured as strict. What does this mean? What do moderate or open do? Port-forwarding/DMZ access works properly on strict so why bother with the other two? A look through the router suggests this affects…
Metalshark
  • 517
  • 1
  • 5
  • 16
13
votes
2 answers

what is .ICEAuthority file in opensuse 11.2

what is .ICEAuthority file in opensuse 11.2?
user36867
9
votes
1 answer

Changing open-files-limit in mysql 5.5

I'm having an issue with mysql 5.5 running on Ubuntu 12.04 with the open-files-limit parameter. I recently noticed some problems due to the 1024 limit, and actually the main system limit was set to 1024, so I modified /etc/security/limits.conf with…
davidv
  • 91
  • 1
  • 1
  • 2
6
votes
2 answers

OpenVPN connection works but no gateway is assigned

i try to setup openvpn on a vps and I'm able to establish a connection to the server, but the gateway isn't assigned to the client. Here are my config files: client config: client dev tun proto udp remote foo.bar 1194 resolv-retry…
frozenbit
  • 61
  • 1
  • 1
  • 2
4
votes
1 answer

NGINX Keeps Crashing, Seems to be because of too many open files

As stated in the title, my Nginx server seems to be crashing constantly although the reason is unknown. I do have some hints from my error log which may lead to the issue. I have tried to increase the open file limit, which has some affect, but to…
Nick
  • 41
  • 1
  • 1
  • 3
4
votes
1 answer

OPENVPN route all traffic - Synology

I have a synology NAS that is my OPENVPN server. I am always on the road and I want to route all of my traffic through my house. Here is my config and my log. config file dev tun tls-client remote XX.XXX.XXX.XX 1194 # The "float" tells OpenVPN…
3
votes
3 answers

Accessing to shared folders with OpenVPN

This is my first attempt to configure a vpn so I have very little knowledge about this. Network where centos server is having local IPs 192.168.123.* Network where windows machine is having local IPs 192.168.1.* I installed and configured my openpvn…
Ergec
  • 578
  • 1
  • 7
  • 25
2
votes
3 answers

Kill all program.exe instances open on network share from Windows

How do I kill all program.exe instances that are currently open through a Windows network share? I know how to list the open files net files | Findstr "program.exe" but how then how do I kill it? In Linux I would type: kill -9 `pidof…
Widmo
  • 21
  • 1
  • 2
2
votes
1 answer

Calculating physical to usable storage for Open-stack Swift/Object Storage

Is there any calculation for figuring out the corralation between physical (disk) storage and the amount of usable storage available to OpenStack? I know it's not 1:1 as OpenStack duplicates data but does that make it 1:2? As an example, in our…
Smudge
  • 24,039
  • 15
  • 57
  • 76
1
vote
1 answer

Open litespeed and additional engines in subfolders

Last night I spent more time than I should have trying to get a. New VDS up and running with percona and open litespeed. The site I want to run ok there is structured as follows Webroot - index.php - wordpressfolder - forum When you go to…
Dan
  • 11
  • 2
1
vote
1 answer

Need an open SMTP relay for testing

I'm developing some HTML email templates and have a internal test tool that can send out test emails to my own email address for QA purposes. Unfortunately this tool's settings page allows the mail server and port to be set but there are no…
Xoundboy
  • 593
  • 1
  • 9
  • 20
1
vote
1 answer

Why does WinSCP connect to /root and nothing else, through OpenSSH?

We set up an Amazon EC2 instance and managed to WinSCP into it by setting up WinSSHD on the server. As WinSSHD is commercial, we were looking for a free alternative and opted to try OpenSSH, which I have always heard good things about. After…
npiani
  • 277
  • 4
  • 12
0
votes
1 answer

Configuring an Site to Site VPN ,open VPN client on Pfsense and Azure will host Open VPN Scess Server

Dears, I am relatively new to Open vpn , by reading through forums i have tried may of the suggestions, but still not able to get it work. I am trying to have a Site To Site VPN , with Open VPn Access Server on Azure. Site A and Site B will have…
Piyush
  • 1
  • 1
0
votes
1 answer

IIS 7.5 - Deployed WebApp can't access network shared's folder / files

I come back with a new question for you guys. :) My project need to work with some important data and print the results. I'm working with a big db and few files located on my company's network. So I need to open them, extract data, etc... But it's…
MTEDField
  • 31
  • 6
0
votes
1 answer

How to find what process for a particular user is accessing files on a share

Our business management system has had some hiccups here and there the past couple of weeks. It has been denied access to some of the files it uses. By digging around with Manage Open Files I have been able to determine which user(s) are accessing…
Dave
  • 43
  • 5
1
2