Hi
I have the same problem.
I have a device in the Orange DMZ that I can’t access from Green. I should be able to go from Green to Orange but I can’t.
I tried adding a specific rule to permit Green to the IP address in Orange.
I can’t ping the device. I get unreachable
The device has a webserver running. I can’t reach that from Green.
I should be able to ssh from Green into the device CLI. I can’t do that either.
I don’t see anything in the logs.
The Green subnet is on xx.yy.21.0
The Orange subnet is on xx.yy.23.0
There is an Orange network and it does have the expected ip address.
Also, this was done with a puTTY session/connection from my PC over the green network to ipFirewall.
I can ping the Green network, but I can’t ping the Orange from this PC.
Hi
I don’t have DHCP enabled on Orange. It was my understanding that everything on Orange needed a static address to be accessible from the Internet.
The device I have on Orange has the correct static IP address. I have confirmed that.
so as far as I can tell, everything is setup correctly, but I still can’t ping/connect from Green to Orange.
How is the topology of your network? Physical or virtual? If the former, are all your switches working properly, If the latter, are you correctly routing the virtual network? You might discover that your problem is not IPFire configuration at all but something outside its domain. To test this hypothesis I would connect directly to IPFire green interface one machine and the same to the orange assigned ethernet card so to simplify the system. Also, I would make sure as mentioned by @luxskywalker that is not the routing inside your green machine or orange machine the problem due to a local firewall rule. Finally, are you messing with the ICMP traffic?
Check also the arp table in all your machines (also route command can be helpful), maybe you can figure something out from there.
You can have dhcp on orange but it requires you to install a dhcp server onto a machine on orange. That machine usually the must have static ip but all others can then be run from dhcp.
I have that setup and running on my orange zone.
a local network with servers, which shall be accessible from outside
to accomplish this, there must be firwall rules to allow inbound traffic for this network
iptable rules work with IP addresses
there cannot be am ‘out of the box’ solution. A DHCP server for orange needs fixed leases for the servers in the network. How to guess them?
The effort to do this is nearly the same compared to setting static IPs.