Can't access other devices on orange from orange

I am trying to setup a reverse proxy server to handle requests coming in on port 80 and 443 and then proxy pass them to other servers. All of these servers are in orange and have 10.10.10.x addresses. I have everything setup and all servers are properly connected to the internet but for some reason the servers can’t talk to each other.

I’ve tried creating rules to allow all traffic from 10.10.10.100 to 10.10.10.101 and such but still can’t so much as ping between them.

What is it that I am missing?

Thanks!!

How are the orange machines connected to each other and with IPFire? A switch?

Also, info similar to this would be helpful.

run this on the server(s):

pi@rpi:~ $ dhcpcd -U eth0

broadcast_address='192.168.60.255'
dhcp_lease_time='21600'
dhcp_message_type='5'
dhcp_server_identifier='192.168.60.1'
domain_name='localdomain'
domain_name_servers='192.168.60.2 192.168.60.1'
ip_address='192.168.60.127'
network_number='192.168.60.0'
routers='192.168.60.1'
subnet_cidr='24'
subnet_mask='255.255.255.0'
dhcp6_dump: eth0: No such file or directory

pi@rpi:~ $ 
1 Like

This is a great point. These are all virtual machines on one server connected to ipfire. I bet the issue is in the cockpit network configuration and not ipfire.

I appreciate the reply.