Custom Query (2296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 2296)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#2592 invalid Ports are not forwarded ysofty@…
Description

Good afternoon. I want to connect the nginx container to the macVlan or IPVlan network. At startup, ports 80 and 443 are not forwarded. Example:

docker network create -d macvlan --subnet 10.8.8.0/24 --gateway 10.8.8.1 -o parent=ens192 MAC_vlan create a macvlan network

docker run -d --name NginX --ip 10.8.8.5 --net MAC_vlan -p 80:80 -p 443:443 nginx start the container

then the container starts, but ports 80 and 443 are not forwarded to the host machine.

The host machine is like this: Linux docker 6.1.0-13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.55-1 (2023-09-29) x86_64 GNU/Linux

debian 12

What could be the problem ?

#2591 invalid acil12 baladdewa43@…
Description

selamat pakai

#2590 invalid Nginx is not able to withstand with pwnloris DoS attack (CVE-2007-6750 and CVE-2012-5568) shwetajadhav2010@…
Description

We use nginx in our product. We used pwnloris script for CVE-2007-6750 and CVE-2012-5568 with nginx/web server as a target.

Pwnloris script downloaded from here: https://github.com/h0ussni/pwnloris. After running pwnloris script, nginx/web server went down and we are not able to access web server from any client/user.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.