Hello, I have a request. I need to set up NAT on one interface. I am using two addressing schemes in one network: 192.168.2.0/24 and 192.168.8.0/24. This was done previously and I cannot change it at the moment. The router, which is based on FreeBSD, has an address of 192.168.2.1 and an alias on the same interface of 192.168.8.90. Computers in the 192.168.8.0/24 subnet have a gateway of 192.168.8.1, but they need to access computers in the 192.168.2.0/24 subnet. I thought I would set up routing on them to the 192.168.2.0/24 network with a gateway of 192.168.8.90, and I would need to set up NAT on FreeBSD from the 8.0 network to the 2.0 network on one interface. Unfortunately, it's not working for me. Can someone give me some advice on how to do this?