1 Rookie
•
14 Posts
0
91
December 1st, 2024 08:20
How to turn off nginx server on s4128t
I have a s4128t switch and we found out it is running some nginx server on port 80 that has nothing in it except for a nginx welcome page. How can I disable this nginx server?
Dell EMC Networking OS10 Enterprise
Copyright (c) 1999-2018 by Dell Inc. All Rights Reserved.
OS Version: 10.4.0E(R3)
Build Version: 10.4.0E(R3.233)
Build Time: 2018-03-30T18:05:41-0700
System Type: S4128T-ON
Architecture: x86_64
Up Time: 279 weeks 3 days 19:07:14
No Events found!
DELL-Joey C
Moderator
•
3.9K Posts
0
December 2nd, 2024 08:24
Hi,
The only command to stop the server services are #systemctl stop nginx.
And, I've noticed that you're on 10.4. which has lots of bugs. It is adviceable to update to 10.5.6.6
DELL-Joey C
Moderator
•
3.9K Posts
0
December 2nd, 2024 04:01
Hi,
NGINX server is the base platform for the switch. There is a command to stop the server but it is not recommended as it is the base server for the switch to operate.
systemctl status nginx
systemctl stop nginx
DaniAvni
1 Rookie
•
14 Posts
0
December 2nd, 2024 06:40
@DELL-Joey C , Thanks for the info. So is there a way from stopping nginx accept requests from anyone but the switch itself? When browsing to the switch IP I can see the nginx welcome page but also the version of it and it could be used to attack the nginx server if there is some vulnerability in that version. See image for headers returned by the switch