I am configuring the firewall with the following port forwarding:
SourceIP: All
Public port: 443
Private port: 443
Protocol: tcp
The resulting behaviour is now that any call to port forwarding from inside the firewall is redirected to my bubba.
e.g.
When I enter "https://www.avanza.se" in my browser, I end up at the website of my bubba!
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Port forwarding
Just came to think of it, if I understand this correctly you want to open up https to the outside but not http? And that is why you can not use the checkbox?
If this is the case, you should select "Bubba|Two public port" and not do a regular portforward. Then enter 443 as port number.
This will allow access to Bubba|Two on port 443 without the above faulty behavior.
/PA
If this is the case, you should select "Bubba|Two public port" and not do a regular portforward. Then enter 443 as port number.
This will allow access to Bubba|Two on port 443 without the above faulty behavior.
/PA
Yes, I don't want the ability to login to the admin or mail interface from a http connection, since I then might reveal my password.
I solved it by splitting the website in the apache setup so:
- The http connection lead you to my website.
- The https connection lead you to my bubba admin site.
In another idea I had, I wanted forward one port on the outside to another port on the inside, since the port on the outside was blocked on my office. This must wait until you have fixed the bug!
/Lars
I solved it by splitting the website in the apache setup so:
- The http connection lead you to my website.
- The https connection lead you to my bubba admin site.
In another idea I had, I wanted forward one port on the outside to another port on the inside, since the port on the outside was blocked on my office. This must wait until you have fixed the bug!
/Lars
But this might still work, depending on weather the outside port is used for any other outgoing traffic or not.
Say you would like to forward port 222 on the external interface to port 22 on the internal, this would work as long as you do not try to access anything on from within your lan to somewhere in on the internet on port 222.
But maybe you can not choose the port freely since it needs to be open at your work as well.
/PA
Say you would like to forward port 222 on the external interface to port 22 on the internal, this would work as long as you do not try to access anything on from within your lan to somewhere in on the internet on port 222.
But maybe you can not choose the port freely since it needs to be open at your work as well.
/PA