Displaying 20 results from an estimated 20000 matches similar to: "port running but connection refused"
2016 Oct 19
4
tcpenable
I am playing with tcpenable... on 13.11.2
so in sip.conf I have
tcpenable=yes
tcpbindaddr=192.168.1.8:5070
but when I "telnet localhost 5070" I get no connect.
iptables -L -n -v | grep 5070
0 0 ACCEPT tcp -- * * 0.0.0.0/0
0.0.0.0/0 state NEW tcp dpt:5070
firewall is good.
Is my syntax not correct above to run on port 5070 for SIP over TCP?
2015 Apr 03
5
vncserver on CentOS 7
I am trying to setup a centos 7.1 vncserver
I cannot believe they went from a relatively easy process in 6 to the
"crazyness" that is 7.
I did the following:
yum install tigervnc-server
cp /lib/systemd/system/vncserver at .service
/etc/systemd/system
systemctl daemon-reload
edit /etc/systemd.system/vncserver at .service
2015 May 09
2
firewalld trouble opening a port
Hey all,
I'm having a little trouble opening up a port on a C7 machine.
Here's the default zone:
[root at appd:~] #firewall-cmd --get-default-zone
home
So I try to add the port:
[root at appd:~] #firewall-cmd --zone=home --add-port=8181/tcp
success
Then I reload firewalld:
[root at appd:~] #firewall-cmd --reload
success
Simple! That should do it. Right? Well not quite.
Cuz when
2020 Mar 24
2
Firewalld direct.xml
HI All - I created a /etc/firewalld/direct.xml file and put in it :
<?xml version="1.0" encoding="utf-8"?>
<direct>
<chain ipv="ipv4" table="raw" chain="blacklist"/>
<rule ipv="ipv4" table="raw" chain="PREROUTING" priority="0">-s
192.168.1.8 -j blacklist</rule>
2005 Apr 14
2
tftp - getting connection refused
I did the following to setup the tftp server.
Download tftp from
ftp://ftp.kernel.org/pub/software/network/tftp/tftp-0.40.bz2
tar -jxvf tftp-0.40.bz2
cd tftp-0.40
make
make install
mkdir /tftpboot
chmod 777 /tftpboot
chown nobody:nobody /tftpboot
changed /etc/xinetd.d/tftp file to "disable no"
service xinetd restart
Now when I connect I get in /var/log/messages "tftpd: read(ack):
2020 Oct 31
5
dnsmasq centos 7
HI I setup dnsmasq on my computer. I tested with an entry in /etc/hosts for
laptop.w530
I tested with "host laptop.w530" and I get unresolved (expected).
If I add "nameserver 192.168.1.8" (my computer) to top of /etc/resolv.conf
and do "host laptop.w530" I get 192.168.1.105 - so seems to be working.
Then I goto another machine, add the "nameserver
2016 Oct 14
4
Asterisk use with verizon hotspot
Apparently Verizon is blocking or changing packets on port 5060 so my
softphone from my hotspot will not work.
How do I set asterisk (11.23.0) to run default 5060 for all other devices I
have - BUT for my software run on a different port like 5070? I'm using
linphone and is easy to change the ports from 5060 to 5070 ( I think).
Thanks,
Jerry
-------------- next part --------------
An HTML
2017 Jan 28
1
firewalld
> -----Original Message-----
> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of James
> Hogarth
> Sent: Saturday, January 28, 2017 4:18 AM
> To: CentOS mailing list
> Subject: Re: [CentOS] firewalld
>
> On 28 Jan 2017 3:02 am, "TE Dukes" <tdukes at palmettoshopper.com> wrote:
>
>
>
> > -----Original Message-----
> >
2015 Aug 27
2
Samba AD firewalld services
On 08/27/2015 03:29 AM, Rowland Penny wrote:
> On 27/08/15 05:20, Robert Moskowitz wrote:
>> Now with firewalld, opening up ports is now 'better' done by opening
>> services. So what do I need, for starters it seems:
>>
>> dns, dhcp, dhcpv6, samba, kerberos
>>
>> Here is the list of services:
>>
>> RH-Satellite-6 amanda-client bacula
2017 Jan 28
3
firewalld
Got 7.3 installed Wednesday, things went so so.
Been working on getting roundcubemail setup and firewalld is kicking my
butt.
I can't figure out all these zones. I opened imap, imaps, pop3, pop3s, smtp,
smtps in zones internal, trusted and public.
I still get connection refused.
I telnet localhost 143, I get connection refused.
What zone is used for the local network and what zone is used
2017 Jan 28
4
firewalld
> -----Original Message-----
> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Gordon
> Messmer
> Sent: Friday, January 27, 2017 9:23 PM
> To: CentOS mailing list
> Subject: Re: [CentOS] firewalld
>
> On 01/27/2017 06:01 PM, TE Dukes wrote:
> > I telnet localhost 143, I get connection refused.
> >
> > What zone is used for the local
2016 Aug 04
3
Can't connect trough SSH to a new fresh CentOS 7 minimal server
I have installed a new CentOS 7 minimal virtual machine in Vmware
Workstation. I have disabled the firewall by running:
*systemctl disable firewalld* => this one for disable it permanently (I
don't need it since it's a VM for development)
*systemctl stop firewalld* => this one for stop the service
I have set SELinux to be permissive.
SSH is up and running as the output from:
2008 Mar 07
3
parsing /proc/cmdline
Hi - I am not an expert at shell script writing.
If /proc/cmdline looks like
option1 option2 ... ks=http://192.168.1.8/ks/ks.cfg option3 option 4 ...
How can I get the 192.168.1.8 out of this cmdline.
THanks,
Jerry
2017 Jan 28
3
firewalld
> -----Original Message-----
> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Pete Biggs
> Sent: Saturday, January 28, 2017 6:02 AM
> To: centos at centos.org
> Subject: Re: [CentOS] firewalld
>
>
> >
> > The zone apparently means something because an interface can only be on
> one.
> > Moving it to a different zone results in the same
2017 Jan 28
2
firewalld
On 28 January 2017 at 13:44, Mike McCarthy, W1NR <sysop at w1nr.net> wrote:
> firewalld isn't the only thing that will prevent services from accessing
> the internet. I found that I needed to do a relabel before postfix could
> access DNS and I have seen other issues as well. Have you tried
> disabling the firewall to see if you can get connections to work? Then
> try to
2016 Jul 14
2
CentOS7 firewalld ploblem
Dear Members,
Please tell me how can I fix this problem.
Against allow imap on firewalld, I cannot access to the server.
[root at speedex ~]# telnet 153.153.xxx.xxx 110
Trying 153.153.xxx.xxx...
telnet: connect to address 153.153.xxx.xxx: No route to host
After stopping forewalld I can access to the server.
[root at speedex ~]# telnet 153.153.xxx.xxx 110
Trying 153.153.xxx.xxx...
Connected to
2016 Jul 14
2
CentOS7 firewalld ploblem
You need to add pop3. Please note that op3 is not secure as password and
username is transferred in plain text.
*firewall-cmd --add-service=pop3 --permanent*
*firewall-cmd --reload--*
*Eero*
2016-07-14 11:43 GMT+03:00 Subscriber <ml-lists at agoris.net.ua>:
>
> Thursday, July 14, 2016, 11:32:31 AM, you wrote:
>
> > Dear Members,
>
> > Please tell me how
2015 Apr 03
0
vncserver on CentOS 7
> Is the port opened in the firewall?
I stopped firewalld with "systemctl stop firewalld"
Jerry
On Fri, Apr 3, 2015 at 2:46 PM, Jerry Geis <geisj at pagestation.com> wrote:
> I am trying to setup a centos 7.1 vncserver
>
> I cannot believe they went from a relatively easy process in 6 to the
> "crazyness" that is 7.
>
> I did the following:
2007 Oct 27
2
migrating files for centos virtualization, virtual disk no longer boots.
All,
I am playing with virtualization on centos 5.
I took my old redhat 7 disks and created a 10GIG virtual disk, I
installed redhat 7.
Now I am trying to get the EXACT image copied off of my actual redhat 7 disk
so that I know it is the same (including all patches, updates and OTHER
things I did to it that I
have forgotten about).
I booted the redhat 7 image just fine at this point. I also
2015 Aug 27
2
Samba AD firewalld services
On 27/08/15 13:50, L.P.H. van Belle wrote:
> After reading this thread.. and ..seeing the comments..
>
> I googled a bit around. and yes.. more then 5 sec.. ;-)
>
> I wonder why almost every "centos/redhat/rpm based" howto removes firewalld with the base iptables service
Now here's a funny thing, I was searching the samba wiki for 'firewall'
and found there