Re: Parts of the internet keep on disappearing on me

2013-01-22 Thread E.S. Rosenberg
Even though you say it is not your DNS provider, please note that unless you manually set something else the Bezeq modem are notoriously unreliable in my experience, they can be acting fine with one computer in their network and almost completely barring access from another machine.

Re: Parts of the internet keep on disappearing on me

2013-01-22 Thread Geoffrey S. Mendelson
E.S. Rosenberg wrote: Even though you say it is not your DNS provider, please note that unless you manually set something else the Bezeq modem are notoriously unreliable in my experience, they can be acting fine with one computer in their network and almost completely barring access from

Re: Parts of the internet keep on disappearing on me

2013-01-22 Thread Baruch Shpirer
Are all vms running same os? On Jan 22, 2013 1:09 AM, Shachar Shemesh shac...@shemesh.biz wrote: I'll try to summarize in a single reply. You all made some very good suggestions, that are irrelevant for my case, I'm afraid. This is not the NIC. It's not its hardware or driver or firmware.

Re: Parts of the internet keep on disappearing on me

2013-01-22 Thread Shachar Shemesh
On 01/22/2013 04:22 PM, Baruch Shpirer wrote: Are all vms running same os? My host machine is Debian Squeeze with kernel from backports. My VM is an Ubuntu server 12.10 (kernel 3.4, IIRC). Also, I have some more orderly collected information. All attempts are for connecting to my own server

Re: Parts of the internet keep on disappearing on me

2013-01-22 Thread E.S. Rosenberg
Could it be that you have a lot of traffic coming out of your station and you are running out of available tcp/udp ports (in bridged mode the VMs would not be using ports as their traffic is practically direct with the NIC, but in NAT mode they would be taking up TCP/UDP ports on your host

Re: Parts of the internet keep on disappearing on me

2013-01-22 Thread Shachar Shemesh
On 01/20/2013 10:59 PM, shimi wrote: Does ping work when the internet is 'down'? If so, I would go for: TCP Timestamps, TCP SYN Cookies, Selective ACKs, Window Scaling SYN cookies are irrelevant here, as my machine is the one initiating the connection. I am not sure what the question is

Database driven filesystem

2013-01-22 Thread David Suna
I have a web application (written in PHP) that works against a MySQL database. I would like to have an FTP interface that would translate a request for a file into a request against the web server and return the data generated by the web server as the contents of the

Re: Database driven filesystem

2013-01-22 Thread Meir Michanie
HI David, it sounds like a job for node.js On Tue, Jan 22, 2013 at 10:22 PM, David Suna da...@davidsconsultants.comwrote: I have a web application (written in PHP) that works against a MySQL database. I would like to have an FTP interface that would translate a request for a file into a