Answer the question
In order to leave comments, you need to log in
Where else can firewall rules hide?
The task was to forward mail messages from the host machine to the container for further mail relaying to the admin.
In general, everything works except for postfixa access to the relay
ip host of the machine 192.168.1.50
ip lxc of the machine 192.168.1.35
Everything pings, you can even go from the container to the host via ssh and other ports - but the mail does not go and that's it!
iptables is disabled
ufw is also disabled
[email protected]:~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
root@proxmox:~# ufw status
Status: inactive
[email protected]:~# telnet 192.168.1.35 25
Trying 192.168.1.35...
^C
Answer the question
In order to leave comments, you need to log in
Where else can there be rules?
[email protected]:~# telnet 192.168.1.35 25 Trying 192.168.1.35... ^C
netstat -ltpnd
what does it say inside the virtual machine?you can even go from the container to the host via ssh and other ports
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question