Running Honeyd on interface IP
Posted by Evgeniy Arbatov on Jul 22
Hello,
I have a question concerning the configuration of Honeyd IP address.
I want to make my honeypot visible by the IP address of host computer interface.
I have the following setup, within the same physical host:
1.1.1.1 (interface IP)-> 2.2.2.2 (honeyd IP)
So if I ssh to the honeyd, I want to ssh to 1.1.1.1.
I guess this is something that can be done with iptables, for example like this:
iptables -A FORWARD -s 1.1.1.1 -p tcp –dport…