Hi,
I have the follwoing config:
eth0 - internal net
eth1 - world
eth2 - dmz
Beneath other thins I like to apply astaro as a smtp proxy between the world and the dmz. I have 7 official ip-addresses which are setup as follows
myhost1 (Standard ethernet interface) on eth1 n.n.n.5 / BC / GW
myhost2 (Additional address on ethernet interface) n.n.n.3 / BC / GW
myhost3 (Additional address on ethernet interface) n.n.n.1 / BC / GW
myhost4 (Additional address on ethernet interface) n.n.n.2 / BC / GW
(the other four adresses are not in use by now)
why answers the asg (yes i use a appliance) to all four ip addresses when the following command is invoked from a hosts connected to the internet:
telnet n.n.n.5 25
telnet n.n.n.3 25
telnet n.n.n.1 25
telnet n.n.n.2 25
That's a feast for port-scanners. How can I accomplish that asg only answers to ONE of the above addresses.
Thanks.
This thread was automatically locked due to age.