I'm running F@H client and control on my main desktop (Windows 10).
FAHControl connects and works fine connecting locally. However when I try to connect to a Linux FAHClient instance on the same network it cannot connect.
In the client-Add window I have: <hostname>,<ip address>,36330,no password.
From the desktop, I can connect to <ip address>:36330 via TELNET, (firewall and iptables have been checked, all connections are allowed on the 192.168.1.0/24 network.
Welcome to the FAHClient command server.
>
In FAHControl on desktop, when I click on the client it says: "Client: <hostname> Connecting inactive" (inactive is in orange)
Any ideas on why I cannot connect?
EDIT: Desktop (WIN10 version): 7.6.9, Linux (CentOS 8): fahclient-7.6.9-1.x86_64
FAHControl cannot connect to other clients on same network
Moderators: Site Moderators, FAHC Science Team
-
- Posts: 17
- Joined: Tue Mar 24, 2020 11:06 am
Re: FAHControl cannot connect to other clients on same netwo
Check your host config has all the necessary settings. When I did mine via the client it missed one of them and I wasted loads of time looking for connectivity issues before I gave up and started googling and found a post that showed what config should look like:
<!-- HTTP Server -->
<allow v='127.0.0.1,192.168.1.0/24'/>
<!-- Network -->
<proxy v=':8080'/>
<!-- Remote Command Server -->
<command-allow-no-pass v='127.0.0.1,192.168.1.0/24'/>
<password v='pass'/>
<!-- Slot Control -->
<power v='full'/>
<!-- User Information -->
<passkey v=your passkey/>
<user v=your name/>
<!-- Web Server -->
<web-allow v='127.0.0.1,192.168.1.0/24'/>
<!-- HTTP Server -->
<allow v='127.0.0.1,192.168.1.0/24'/>
<!-- Network -->
<proxy v=':8080'/>
<!-- Remote Command Server -->
<command-allow-no-pass v='127.0.0.1,192.168.1.0/24'/>
<password v='pass'/>
<!-- Slot Control -->
<power v='full'/>
<!-- User Information -->
<passkey v=your passkey/>
<user v=your name/>
<!-- Web Server -->
<web-allow v='127.0.0.1,192.168.1.0/24'/>
-
- Site Admin
- Posts: 7937
- Joined: Tue Apr 21, 2009 4:41 pm
- Hardware configuration: Mac Pro 2.8 quad 12 GB smp4
MacBook Pro 2.9 i7 8 GB smp2 - Location: W. MA
Re: FAHControl cannot connect to other clients on same netwo
Also, the FAHClient process on each machine needs to be restarted after making any network configuration changes through FAHControl for them to take effect. Easiest way is through a reboot.
iMac 2.8 i7 12 GB smp8, Mac Pro 2.8 quad 12 GB smp6
MacBook Pro 2.9 i7 8 GB smp3
Re: FAHControl cannot connect to other clients on same netwo
Code: Select all
<command-allow-no-pass v='127.0.0.1,192.168.1.0/24'/>
Re: FAHControl cannot connect to other clients on same netwo
not a fan of passwordless access. It's trivial to use the same network strings to allow access but also have a password set. It's just the section above the passwordless section of Advanced Control.
single 1070
Re: FAHControl cannot connect to other clients on same netwo
Overall I'd agree with you.
In this case, they're on an internally routed network and behind 2 firewalls.
In this case, they're on an internally routed network and behind 2 firewalls.
-
- Posts: 17
- Joined: Tue Mar 24, 2020 11:06 am
Re: FAHControl cannot connect to other clients on same netwo
if someone has managed to get into my network then I have a little more to worry about than them changing my FAH settings.HaloJones wrote:not a fan of passwordless access.