Hello,
Im using Suse 11.1 for years now, because whenever I try to update to higher versions (at the moment 12.1) the same problem occurs. I’m using Suse since V7 and never had a problem with the following configurations.
I have 2 servers an older one (32 bit) and a newer (64 bit) and on both it’s the same story. Fresh install of 11.1 works, fresh install of 12.1 doesn’t.
I always make fresh installations.
I’m working via console, runlevel 3, yast, but tested several times other installations and ways to configure, gnome, kde, with and without network manager, deinstalled networkmanager, disabled IPv6 on start or in yast or not, minimal installation, and so on. (Because I got a question in another forum: IPV6 is activated in Suse 11.1 (no problems).)
- I have 2 NICs, LAN.
- No WLAN or other interfaces integrated.
- In Yast ifup is activated.
- The first card is configured via DHCP, 192.168.0.4, WINS-Server, DNS-Infos etc.
- The 0-net is my intranet (Samba, SSH …) and works as expected.
- The second card is configured statical via yast as 192.168.1.31. It’s for external access to the Apache2 server.
- I use an IpCop router for both nets on a separate computer. It has 3 NICs (external, demilitarized 192.168.1.1, internal 192.168.0.1).
- 2 switches: 1 for the 0-net (with DHCP), the other for the 1-net.
- PORT-forwarding is activated in IpCop for port 80 to be redirected to NIC 192.168.1.31, where the Apache2 server listens on.
- Suse firewall is deactivated (but it makes no difference, when I activate it and add the services manually to the zones).
Ok, now I can ping all cards in all directions. Router finds all cards correctly and vice versa. All requests are led through the right switches, wires and cards.
ifconfig shows all cards, correct IPs and shows them permanently.
netstat -nr shows exactly the same entries like Suse 11.1
When I call my webserver from outside I get a message “Called server needs too long to respond” in my browser. That tells me that the request was forwarded correctly to the server but was not forwarded to the webserver inside Suse.
When I change port-forwarding to card 192.168.0.4 it works, but not with card 192.168.1.31.
When I swap the wires of my server (192.168.0.4 is connected with switch of 1-net, where port 80 is forwarded to) I have external access to the webserver but no access from inside to the intranet (0-net) any longer. It even works when I set the Apache directive “Listen 192.168.1.31:80”.
I’ve tested several NICs, onboard or not. So I’m shure that cards are OK.
For years I’m compiling Apache by myself, but tried also rpm installations. I’ve played around with several listen directives and much more.
No entries in logfiles that would give me a hint.
I’ve compared all relevant /etc files on Suse 11.1 an 12.1.
No more ideas…
Maybe someone can help.