AnotherAlan
Technical User
Hi All,
I have a specific problem that I cannot work out.
I have been asked to provide a Red Hat EL 5.1 server with two NIC's, and two IP's.
NIC1 is externally facing and within a DMZ that will accept requests over port 22, 80 and 443.
The application that sits here will reverse proxy these requests to an internal DMZ based server.
The secondary, NIC2, should not pick up any of these external requests and ideally should not be listening on these ports. However, from an admin perspective, I will need to ssh to NIC2 from inside my network.
I figure I can amend sshd_config to listen on NIC1, but not sure how I could then achieve ssh over NIC2.
Again, IPTABLES may be able to help me but I guess what I'm really looking for is a way to configure each NIC independently.
I hope this makes sense because the more I think about it the more confused I get, it is Friday after all.
All help appreciated.
I have a specific problem that I cannot work out.
I have been asked to provide a Red Hat EL 5.1 server with two NIC's, and two IP's.
NIC1 is externally facing and within a DMZ that will accept requests over port 22, 80 and 443.
The application that sits here will reverse proxy these requests to an internal DMZ based server.
The secondary, NIC2, should not pick up any of these external requests and ideally should not be listening on these ports. However, from an admin perspective, I will need to ssh to NIC2 from inside my network.
I figure I can amend sshd_config to listen on NIC1, but not sure how I could then achieve ssh over NIC2.
Again, IPTABLES may be able to help me but I guess what I'm really looking for is a way to configure each NIC independently.
I hope this makes sense because the more I think about it the more confused I get, it is Friday after all.
All help appreciated.