-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port 80 forwarding in windows #1061
Comments
Is it a possibility to run IIS at a custom port (for example 84) and then do something like this: ports:
- 8080:84 |
ports:
brandmower off docker port insoc 3389/tcp -> 0.0.0.0:3389 |
assign an individual IP address to the container ip main comp = 10.0.10.60 docker network create -d macvlan services: rebuild.. on windows ip = 20.20.20.21 10.0.10.61:8006 see windows desktop why? |
Maybe the firewall in Windows is enabled for example. I dont even know the Windows version (because you used a custom iso) and I dont see any logfile. For the most direct connection, enable DHCP mode as described in the FAQ. That way there will be no tunneling of traffic |
win10pro 21h2 |
is it possible to set up a direct connection with a fixed ip address? so that the windows system's IP address matches the external address? |
Yes.. thats DHCP mode described in the FAQ |
Operating system
rhel
Description
IIS is installed on windows, port 80
after config:
ports:
- 8080:80
at the address http://mainHostIP:8080/
i see the windows desktop.. (just like at the http://mainHostIP:8006/ address)
how do I access IIS on port 80?
Docker compose
services:
insos:
image: ae113016f738
container_name: insoc
environment:
APP: "ronex"
devices:
- /dev/kvm
- /dev/net/tun
volumes:
- /ronex/image.iso:/custom.iso
cap_add:
- NET_ADMIN
ports:
- 8080:80
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
restart: always
stop_grace_period: 2m
Docker log
Screenshots (optional)
No response
The text was updated successfully, but these errors were encountered: