Subject Re: [firebird-support] Re: Installing Firebird 2.0 on Xen AMD64
Author Tom Miller
Milan Babuskov wrote:
> Tom Miller wrote:
>
>> xinetd is definitely running. I used "service xinetd status" . It's
>> there.
>>
>> I tried netstat as you suggested and it returns that 0.0.0.0 3050 is
>> listening.
>>
>> I thought that was really weird as there were serveral other services
>> that had 127.0.0.1 3050. So I am confused as whether Linux is
>> allowing the outside world to see this. I also tried ISQL and it ran
>> fine.
>>
>
> Could you please show us output of following commands:
>
> ifconfig
>

linux1fb:~ # ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:3E:EA:08:9C
inet addr:143.0.0.86 Bcast:143.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::216:3eff:feea:89c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:82416 errors:0 dropped:0 overruns:0 frame:0
TX packets:592 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10884157 (10.3 Mb) TX bytes:70090 (68.4 Kb)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)



> route -v -n
>

linux1fb:~ # route -v -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
143.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 143.0.0.5 0.0.0.0 UG 0 0 0 eth0
> lsof | grep LISTEN
>

linux1fb:~ # lsof | grep LISTEN
portmap 1792 nobody 4u IPv4
4597 TCP *:sunrpc (LISTEN)
cupsd 1869 root 0u IPv4
5068 TCP localhost:ipp (LISTEN)
cupsd 1869 root 2u IPv6
5069 TCP localhost:ipp (LISTEN)
zmd 1872 root 5u IPv4
4772 TCP localhost:novell-zen (LISTEN)
sshd 2017 root 3u IPv6
5105 TCP *:ssh (LISTEN)
master 2035 root 11u IPv4
5181 TCP localhost:smtp (LISTEN)
master 2035 root 12u IPv6
5183 TCP localhost:smtp (LISTEN)
xinetd 2546 root 5u IPv4
7947 TCP *:gds_db (LISTEN)