I have a really weird problem - maybe it was always like that or it only
happened since I upgraded, I'm not sure -
I have a CentOS 5.1 box and for some weird reason I can't connect using
TCP to a server running on the same machine, either through localhost or
through the eth0 IP address. Connecti
On Tue, Apr 15, 2008 at 07:30:18AM +0300, Oded Arbel wrote:
> I have a really weird problem - maybe it was always like that or it only
> happened since I upgraded, I'm not sure -
Works for me (on CentOS 5.1).
>
> I have a CentOS 5.1 box and for some weird reason I can't connect using
> TCP to a
Oded Arbel wrote:
> I have a really weird problem - maybe it was always like that or it
> only happened since I upgraded, I'm not sure -
>
> I have a CentOS 5.1 box and for some weird reason I can't connect using
> TCP to a server running on the same machine, either through localhost or
> throu
Centos comes with iptables pre-configured to block almost everything.
There is a tool to configure it - system-config-firewall
or just /etc/init.d/iptables stop :-)
On Tue, Apr 15, 2008 at 12:49 AM, Yedidyah Bar-David
<[EMAIL PROTECTED]> wrote:
> On Tue, Apr 15, 2008 at 07:30:18AM +0300, Oded Ar
..or perhaps, I should read your entire email before replying...
netstat -an | grep LISTENING shows that the service is listening on 0.0.0.0:80 ?
On Tue, Apr 15, 2008 at 1:12 AM, Michael Tewner <[EMAIL PROTECTED]> wrote:
> Centos comes with iptables pre-configured to block almost everything.
>
On Thu, 2008-04-10 at 16:08 +0300, Gilboa Davara wrote:
> On Wed, 2008-04-09 at 12:40 +0300, Ira Abramov wrote:
> > can't remember what streaming technology it was, but way back I managed
> > to capture and save to the disk the UDP broadcasts of Gala"tz using
> > mplayer.
> >
> > Find yourself a
[top posting for a bit, sorry]
httpd is listening on all interfaces (default configuration: Listen *),
and is serving outside requests just fine. Other services have the same
problem - I just used httpd as an example - Specifically I want a local
LDAP server to work, and I can't connect to it, and
On Tue, 2008-04-15 at 07:49 +0300, Yedidyah Bar-David wrote:
> > When I try to connect, even something simple such as
> > telnet localhost 80
> > I get a timeout:
> How about
> tcpdump -n -i lo
Interestingly, it says
# tcpdump -n -i lo
tcpdump: ioctl: No such device
I don't know what it means.
the "no such device" was the hint I needed.
For some weird reason, the local interface was named lo_rename and was
down.
service network restart didn't solve it and the configuration looks ok
to me (/etc/sysconfig/network-scripts/ifcfg-lo), but ifconfig lo_rename
up did the trick, at least for th