Categories
- Database (7)
- DNS (3)
- Encryption (4)
- Linux Administration (66)
- MacOSX (8)
- Mailserver (9)
- Monitoring (3)
- Photo (1)
- PHP (7)
- Rescue (2)
- Review (4)
- Security (31)
- Version control system (12)
- Virtualisation (4)
- Web technologies (5)
- Wordpress (1)
Social Profiles
Coderwall
Github
Gravatar
Linkedin
Delicious
Xing
Facebook
Google+
Twitter
Stackoverflow
OpenClipart
Tag Archives: iptables
Access a service without direct internet connection
When two servers are connected to each other but only one server has access to the internet, services on the server that is not connected directly to the internet cannot be accessed directly. The server connected to the internet has to forward the ports to the services you want to reach on the second server. This will show you how to configure that. Continue reading
Posted in Linux Administration
Tagged CentOS, iptables, port forwarding
Comments Off on Access a service without direct internet connection