Search found 103 matches

by jmacdougca
2022/10/21 19:17:56
Forum: CentOS 7 - Networking Support
Topic: [SOLVED] - Networking Error - Unable To Access Services
Replies: 6
Views: 6466

Re: Networking Error - Unable To Access Services

Okay what I did was add the 24.109.185.150 to the same nic as 24.109.184.150 and all services working.

I am wondering if I needed to make a bridge connection?
Test for another time...
by jmacdougca
2022/10/20 19:07:02
Forum: CentOS 7 - Networking Support
Topic: [SOLVED] - Networking Error - Unable To Access Services
Replies: 6
Views: 6466

Re: Unable to ssh into Second Static IP on Network

when I run software I see eth0 trying to connect which does not exist. It does sound like the software has been set to check interface "eth0". You should preferably reconfigure the software to use existing interface. If that is not possible, then rename the device that you want to be used. (I'm not...
by jmacdougca
2022/10/19 22:21:48
Forum: CentOS 7 - Networking Support
Topic: [SOLVED] - Networking Error - Unable To Access Services
Replies: 6
Views: 6466

[SOLVED] - Networking Error - Unable To Access Services

I am trying to access services on 24.109.185.149 externally. Gateway and ip ping locally. I have two LAN cables plugged into this hardware. Aiming to run services on one ip and another. This router is in bridge mode. Here is my routing table. [Neptune@orcacomputers ~]$ ip r default via 24.109.184.14...
by jmacdougca
2021/12/18 03:50:43
Forum: CentOS 7 - Hardware Support
Topic: Bose Sound Link X Bluetooth
Replies: 2
Views: 4903

Re: Bose Sound Link X Bluetooth

Got Bluetooth working finally. I simply had a non compatible device before.
This works flawlessly
https://www.amazon.ca/gp/product/B007Q4 ... UTF8&psc=1
just wanted to share incase anyone looking for hardware
by jmacdougca
2021/11/20 22:50:45
Forum: CentOS 7 - General Support
Topic: VNC: Configuration
Replies: 7
Views: 6632

Re: VNC: Invalid Argument

Things making more sense now :D Getting lost in the weeds here. 5905 shows VNC extension running cat $HOME/.vnc/orcacomputers:5.log Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on T...
by jmacdougca
2021/11/15 15:22:14
Forum: CentOS 7 - Networking Support
Topic: [SOLVED] - Some Ports Open | Some Ports Closed ?
Replies: 7
Views: 6653

Re: Some Ports Open | Some Ports Closed ?

Code: Select all

[Neptune@orcacomputers ~]$ sudo ss -tlpn | cat 143
cat: 143: No such file or directory
So no process using socket. So the process has to use the socket before the port will show as listening even though the port shows in

Code: Select all

firewall-cmd --list-all
?
:?:
by jmacdougca
2021/11/15 07:46:41
Forum: CentOS 7 - Networking Support
Topic: [SOLVED] - Some Ports Open | Some Ports Closed ?
Replies: 7
Views: 6653

Re: Some Ports Open | Some Ports Closed ?

No services listening on port 143 as per; [Neptune@orcacomputers ~]$ sudo netstat -avpn | grep 143 [sudo] password for Neptune: netstat: no support for `AF INET (sctp)' on this system. netstat: no support for `AF INET (sctp)' on this system. unix 3 [ ] STREAM CONNECTED 31438 3697/gsd-print-noti unix...
by jmacdougca
2021/11/15 00:01:31
Forum: CentOS 7 - Networking Support
Topic: [SOLVED] - Some Ports Open | Some Ports Closed ?
Replies: 7
Views: 6653

[SOLVED] - Some Ports Open | Some Ports Closed ?

I do not understand why port 143 is not showing as open on portchecker.co 24.109.184.150 yet port 7689, 80 and 443 are showing as open. I see port 143 is enabled in firewalld [Neptune@orcacomputers ~]$ sudo firewall-cmd --zone=public --add-port=143/tcp [sudo] password for Neptune: Warning: ALREADY_E...
by jmacdougca
2021/11/12 16:07:16
Forum: CentOS 7 - General Support
Topic: VNC: Configuration
Replies: 7
Views: 6632

Re: VNC: Invalid Argument

I see. [b]Neptune 21070 1 0 Nov10 ? 00:00:01 /usr/bin/Xvnc :1 -auth /home/Neptune/.xauthkxhwbT -desktop orcacomputers:1 (Neptune) -fp catalogue:/etc/X11/fontpath.d -geometry 1024x768 -httpd /usr/share/vnc/classes -pn -rfbauth /home/Neptune/.vnc/passwd -rfbport 5901 -rfbwait 30000 I changed user to N...
by jmacdougca
2021/11/12 03:14:46
Forum: CentOS 7 - General Support
Topic: VNC: Configuration
Replies: 7
Views: 6632

Re: VNC: Invalid Argument

oh wow, blocks . My baseball bad :? I removed the block. Now have [Unit] Description=Remote desktop service (VNC) After=syslog.target network.target [Service] Type=simple # Clean any existing files in /tmp/.X11-unix environment ExecStartPre=/bin/sh -c '/usr/bin/vncserver -kill %i > /dev/null 2>&1 ||...