Recent Questions - Server Fault |
- Securing SSH access with YubiKey: ed25519-sk vs. pam_yubico
- Cannot install CentOS nor Ubuntu on HP ProLiant DL360p Gen8
- This is about virtualization [closed]
- console not show , supermicro server
- SCCM: Where can I find the ccmsetup.exe or .msi installer for download?
- can http clients configure if they want persistent or non-persistent connections with the http server?
- MySQL "Cannot allocate memory for the buffer pool" at 73% memory usage?
- Is "-s loglevel" option ignored when olcLogLevel is set while "-d" overwrites
- Does http protocol standard support long polling?
- Centos7 cannot connect to FTP server , 200 PORT command successful. Consider using PASV. 425 Failed to establish connection
- How do I check if Log4j is installed on my server?
- Cloud Platform Create Project error
- Oracle Cloud: Gradle in Compute Arm Instance: jcenter.bintray.com FORBIDDEN
- Limiting ARC Size for the proposed system
- How to run openstack components' cli without SSL validation?
- SSH Tunnel Through Multiple Hosts to Forward Traffic to Device
- Getting IP address like "10.8.0.33/-1" when setting static IP address with OpenVPN
- ansible not working become
- PPTP VPN connects but does not have access to network resources
- Linux: where to store Java trusted CAs
- AD / SYSVOL Version Mismatch on Default Domain Policy
- Windows Server 2012 NLB logging
- msi for Web Deploy 3.6 for Hosting Servers... where to find?
- No Graphs available in Munin
- How to troubleshoot GRE tunnel issues?
- Proxy connections to certain addresses on Linux
- How to: Make X.509 Certificates Accessible to WCF
- aptitude: list all previous recommended packages
- Password mismatch while logging to sql server
- Can I execute an SSRS report from a windows batch file?
Securing SSH access with YubiKey: ed25519-sk vs. pam_yubico Posted: 12 Dec 2021 03:34 AM PST I just got some YubiKeys to secure my important accounts and am now wondering about the best way of securing access to some VPS boxes I have. Up until now, I have disabled password-based login and used SSH keys to connect to the servers. As far as I can tell from some research, there are two ways to secure SSH access with a YubiKey:
Is there any reason to prefer one of these over the other for security or convenience? |
Cannot install CentOS nor Ubuntu on HP ProLiant DL360p Gen8 Posted: 12 Dec 2021 03:28 AM PST I've attempted to install CentOS Steam 8 and Ubuntu 20.04 as of right now, and each time I try to install them, it gives me the same error and doesn't work. The error that it gives me is: I copied this question from my superuser post: https://superuser.com/questions/1692561/cannot-install-centos-nor-ubuntu-on-hp-proliant-dl360p-gen8, because I believe this is a more appropriate community for this. |
This is about virtualization [closed] Posted: 12 Dec 2021 02:56 AM PST You are required to design three virtual machines on a server in an IT Company. This server has 16GB RAM, 8 Core CPUs, 512 SSD, and 1TB HDD. Each virtual machine required 4GB RAM, 4 Core CPU, and 24GB HDD to complete its work. a) How will you split the resources between each virtual machine? b) Draw the Diagram of each Virtual machine. c) Do the resource distribution calculation. |
console not show , supermicro server Posted: 12 Dec 2021 02:33 AM PST hope you have a good day. This is my first time to configure a server. I'm facing small issue, after I login to super micro server "remotely", the console not showing. note that I already install java and update it. I tried in different devices and different browsers |
SCCM: Where can I find the ccmsetup.exe or .msi installer for download? Posted: 12 Dec 2021 01:24 AM PST I'm trying to setup SCCM on a remote machine running Windows 10 and I need to know where to download the SCCM setup from, other than extracting it from a server ISO or something like that. Context: The machine in question is a regular PC that has been installed by my company in another firm's organization to run our proprietary software and act as a server, and we have full remote access to it via RDP and a VPN, but from that server PC, we'd like to remotely control and manage a second PC (also ours) that's a client to the server PC, for maintenance purposes. Our customer is a hospital and is very picky about remote access on second-tier PCs such as this client PC; they won't even let us install UltraVNC on it. The only way we can maintain our software on this PC would be by actually sitting in front of it, and that's not a viable solution. Both machines are supplied by us and run our own Windows 10 ghost with all the necessary software on them; the server PC hosts our proprietary applications, and the client connects to the server PC to access the applications and read/write data in an SQL database that's part of our software package. The server PC has access to the Internet through the client's organization proxy, but the client PC doesn't. My question is, Where can we download ccmsetup.exe or ccmsetup.msi from, so that we can deploy it on our server PC, and from it remotely manage the client PC while staying within the client's security guidelines? RDP is not an option because it would mean the people using the client PC would have to let us disconnect them to connect in their place, when what we really want is to observe the issues and problems they encounter while using our software. Ideally, we'd use UltraVNC, but as I mentioned earlier, this customer won't allow that. Basically, all I need is a download link for the x64 and/or x86 SCCM setup files. I've searched the Web for it and found lots of entries on how to fetch the console install files from a local server and install them, which I already know how to do, but no direct download link to a Microsoft repository. Any help to that effect would be greatly appreciated. |
Posted: 12 Dec 2021 12:49 AM PST I want to understand, if depending on how client configures the http connection, the server can behave in non-persistent manner or persistent manner, so in effect some clients can connect in persistent mode and some clients can connect in non-persistent mode. Any sample code esp in java would be helpful. |
MySQL "Cannot allocate memory for the buffer pool" at 73% memory usage? Posted: 12 Dec 2021 01:20 AM PST I am hosting a WordPress website on a DigitalOcean droplet (1GB RAM). The website's MySQL database crashes occasionally, which causes the website to show "Error establishing database connection". Memory usage dropped around 2:40 am, indicating that this is when the database crashed. I checked the MySQL log file for that day, and the earliest entry was at 10:47 am. Here is the beginning of the log file: Based on the log file, it appears MySQL is running out of memory. However, memory usage for the droplet was steady around 73%, until the database crash around 2:40 am, when it dropped down to 32%. It seems to have plenty of memory available, so why is it crashing? |
Is "-s loglevel" option ignored when olcLogLevel is set while "-d" overwrites Posted: 12 Dec 2021 12:25 AM PST The number of debug-level of '-d' command line option and syslog-level of '-s' command line option in slapd have the same meaning as we can confirm by: The only difference between '-d' and '-s' is that '-d' is for foreground debug and '-s' is background logging level, I think. Confirm "-d" debug-levelEven when slapd is running under
do (*a) shows loglevel=256 logs as I expect: I can confirm while ldapsearch in another terminal: Confirm "-s syslog-level"kill 'slapd -d' I started at (*a) and start slapd with I can confirm the option by ps: however, I cannot confirm any logs by the following command. While I change olcLogLevel to other than 0 (e.g. 256) by: (I can confirm if it is set by the following command) then do ldapsearch: so we see loglevel=256 logs by: This means:
Is my understanding right? If yes, what is the '-s' option? My OS version is: slpad version is: |
Does http protocol standard support long polling? Posted: 12 Dec 2021 12:51 AM PST I recently read about long-polling concept which can be used with http. I want to understand, if any http protocol standard itself supports long-polling concept, so that depending on how client configures the http connection, the server can behave in short-polling manner or long-polling manner, so in effect some clients can connect in short-polling mode and some clients can connect in long-polling mode. Any sample code esp in java would be helpful. |
Posted: 11 Dec 2021 09:48 PM PST i'm trying to connect linux ftp server in window command prompt it works fine when ftp port is default (20, 21) it's not working after i changed the default port of FTP , FTP-DATA yes i did checked firewall ( it's the same when even stop the firewall), and yes i did checked vsftpd.conf file is there a something else to check if port are changes ? i thought only vsftpd.conf is the one what effected to FTP and FTP-DATA port
and this is my /etc/vsftpd/vsftpd.conf file |
How do I check if Log4j is installed on my server? Posted: 12 Dec 2021 02:55 AM PST I read about security vulnerabilities related to Log4j. How do I check if Log4j is installed on my server? I installed many third-party packages and maybe some of them contain it. Is there a command to run on my server to check if Log4j is installed? My specific servers use Ubuntu 18.04.6 LTS. |
Cloud Platform Create Project error Posted: 12 Dec 2021 12:36 AM PST New user to GCP. I'm set up as administrator of all groups, have created the billing and am up to Step 5 of Set up Your Foundation.
When I click Create Project, I keep getting the error message:
As noted above, I am the admin and the service is enabled. Do I have the correct service? How can I create my project? Can someone please help me? Thank you soooo much! |
Oracle Cloud: Gradle in Compute Arm Instance: jcenter.bintray.com FORBIDDEN Posted: 12 Dec 2021 02:15 AM PST I'm trying to build some project on a free for example launching
On this project: https://github.com/ReactiveX/RxJava but I have some problems with the dependencies (seems all related to jcenter) for example Actually doing a ping to the URL: Is resolves as: Same problem with a wget (using --debug), so this is not related to certificate of JVM (I think): And it seems SSL is correctly handled: I can reach the URL with no problem from my machine. VM Machine have a subnet with egress rule that allows all traffic for all ports. I don't know IpTables but i try to see the configuration and I can't find nothing about a Rule to block this request (may be someone could help me on that). I'm not a gradle expert nor a network expert so, i'm missing something i think.... BTW someone with the right reputation can create a tag oracle-cloud-infrastructure :)? Any hint is welcome :) |
Limiting ARC Size for the proposed system Posted: 11 Dec 2021 10:22 PM PST I have a pool of As you can see the My question is: What should be the optimal value for this? and how to change it? This is my production server and I want to be 100% sure of the process. (I already looked here but my server is also not honouring the arc size :( ) Any help or suggestions would be highly appreciated! |
How to run openstack components' cli without SSL validation? Posted: 12 Dec 2021 02:42 AM PST (I use
If set this config in the Run Try If don't have SSL certificate file local to connect to openstack https api, how to run I also tried to create a |
SSH Tunnel Through Multiple Hosts to Forward Traffic to Device Posted: 11 Dec 2021 09:03 PM PST I am attempting to minimize my Public facing attack surface. Allowing only traffic from a specific IP address. I want to prevent all input access to the remote WAN/Edge Router's management port from the public side. So I want to create a tunnel to a server on private side and forward traffic from there to the WAN/Edge router. I have a Dynamic IP at home but have a DigitalOcean Droplet which to tunnel through which will always be static. I believe a VPN would accomplish the same result but I really didn't want to setup and maintain a VPN when, if I could determine the tunnel sequence, SSH tunnel would allow me to create and tear down at will, also using SSH key auth. So my connection would look something like this. My destination port on the WAN/Edge Router is user definable. So to obfuscate the destination let's say it's port 3333. So from my workstation I would point my management utility to port 3333 on my localhost. Directing traffic over the tunnel to the internal interface of the WAN/Cable modem. Home workstation (utility port 3333) -> digital_ocean_jump_host -> [---> Passing through the Dest Network WAN/Edge Router with a Firewall/NAT Rule --->] -> internal_jump_host -> WAN/Edge Router's Private Interface on Port 3333 After many Google queries and multiple attempts at this I just can't quite make it work. At best I can ssh through to the internal server. What SSH foo might I be missing here. Ideally I would like to make the tunnel an automated service. But a two step process would be acceptable. |
Getting IP address like "10.8.0.33/-1" when setting static IP address with OpenVPN Posted: 11 Dec 2021 10:06 PM PST I'm trying to build an internal network with OpenVPN. Many services require static IPs so I referred to this However after configuring, when I tried to connect, the client displayed the following error: I can see that the client got an IP address "10.8.0.33/-1", which is invalid. Any ideas? All kinds of help would be highly appreciated. |
Posted: 12 Dec 2021 02:03 AM PST I'm using task ansible playbook.yml editProxy.sh run playbook ansible-playbook palybook.yml --extra-vars='ansible_become_pass=passwd script copy to servers, and not return error changed: [10.1.1.1] But changes on the server do not happen, if you run the script manually on the server, the changes take place. What could be the problem |
PPTP VPN connects but does not have access to network resources Posted: 11 Dec 2021 11:00 PM PST I have a Windows server 2012 R2 which is connected to a router which is connected to modem. The server is also a domain controller and DNS server with the static ip address 192.168.0.201
Windows IP Configuration Host Name . . . . . . . . . . . . : DC-SERVER Primary Dns Suffix . . . . . . . : test.local Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : Yes WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : test.local PPP adapter : Media State . . . . . . . . . . . : Media unoperational Connection-specific DNS Suffix . : Description . . . . . . . . . . . : RAS (Dial In) Interface Physical Address. . . . . . . . . : DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes Autoconfiguration IPv4 Address. . : 169.254.0.36(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.0.0 Default Gateway . . . . . . . . . : NetBIOS over Tcpip. . . . . . . . : Enabled Ethernet adapter NIC2: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet #2 Physical Address. . . . . . . . . : 11-97-36-C6-H7-XE DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : ee80::973e:8e5f:ac05:512b%13(Preferred) IPv4 Address. . . . . . . . . . . : 192.168.0.201(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : 192.168.0.1 DHCPv6 IAID . . . . . . . . . . . : 219191350 DHCPv6 Client DUID. . . . . . . . : 00-01-00-09-5F-8E-86-94-10-98-63-Z6-B7-BD DNS Servers . . . . . . . . . . . : ::1 NetBIOS over Tcpip. . . . . . . . : Enabled 4. route print from the serverInterface List 37...........................RAS (Dial In) Interface 13...11 97 36 C6 H7 XE ......Broadcom NetXtreme Gigabit Ethernet #2 1...........................Software Loopback Interface 1 =========================================================================== IPv4 Route Table =========================================================================== Active Routes: Network Destination Netmask Gateway Interface Metric 127.255.255.255 255.255.255.255 On-link 127.0.0.1 306 255.255.255.255 255.255.255.255 On-link 127.0.0.1 306 255.255.255.255 255.255.255.255 On-link 192.168.0.201 266 =========================================================================== Persistent Routes: Network Address Netmask Gateway Address Metric 0.0.0.0 0.0.0.0 192.168.0.1 Default
DNS request timed out Default server: unknown Address: 192.168.0.201
Windows IP Configuration Host Name . . . . . . . . . . . . : laptop2 Primary Dns Suffix . . . . . . . : Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No PPP adapter Integra PPTP: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : test PPTP Physical Address. . . . . . . . . : DHCP Enabled. . . . . . . . . . . : No Autoconfiguration Enabled . . . . : Yes IPv4 Address. . . . . . . . . . . : 192.168.0.231(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.255 Default Gateway . . . . . . . . . : DNS Servers . . . . . . . . . . . : 192.168.0.201 NetBIOS over Tcpip. . . . . . . . : Enabled Wireless LAN adapter Wi-Fi: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : Qualcomm Atheros QCA9377 Wireless Network Adapter Physical Address. . . . . . . . . : 94-E9-79-82-36-43 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes IPv6 Address. . . . . . . . . . . : 2605:6000:e984:f700:9bc:a0bf:1379:71b7(Preferred) Temporary IPv6 Address. . . . . . : 2605:6000:e984:f700:dd58:63bc:4c1:5cb5(Preferred) Link-local IPv6 Address . . . . . : fe80::9bc:a0bf:1379:71b7%12(Preferred) IPv4 Address. . . . . . . . . . . : 192.168.0.24(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : Monday, September 25, 2017 4:27:56 PM Lease Expires . . . . . . . . . . : Tuesday, September 26, 2017 9:58:16 AM Default Gateway . . . . . . . . . : fe80::9a6b:3dff:fee7:f7f7%12 DHCP Server . . . . . . . . . . . : 192.168.0.1 DHCPv6 IAID . . . . . . . . . . . : 76867961 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1F-A4-63-4A-54-AB-3A-F4-E1-FE DNS Servers . . . . . . . . . . . : 209.18.47.62 NetBIOS over Tcpip. . . . . . . . : Enabled
ping www.google.com is successful 8. route print from VPN client:Interface List 8...54 ab 3a f4 e1 fe ......Realtek PCIe GBE Family Controller 21...96 e9 79 82 36 43 ......Microsoft Wi-Fi Direct Virtual Adapter 48...........................Integra PPTP 12...94 e9 79 82 36 43 ......Qualcomm Atheros QCA9377 Wireless Network Adapter 1...........................Software Loopback Interface 1 6...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #2 4...00 00 00 00 00 00 00 e0 Microsoft ISATAP Adapter #3 20...00 00 00 00 00 00 00 e0 Teredo Tunneling Pseudo-Interface =========================================================================== IPv4 Route TableActive Routes: Network Destination Netmask Gateway Interface Metric 127.255.255.255 255.255.255.255 On-link 127.0.0.1 331 255.255.255.255 255.255.255.255 On-link 127.0.0.1 331 255.255.255.255 255.255.255.255 On-link 192.168.0.24 311 255.255.255.255 255.255.255.255 On-link 192.168.0.231 301Persistent Routes: None |
Linux: where to store Java trusted CAs Posted: 12 Dec 2021 12:00 AM PST I need an advice regarding the best practice of storing organisational CA on Linux servers for Java. Basically, JRE installation contains a list of trusted CAs in cacerts file, which is used by default by java applications running on the server. In order to support the organisation CA we are currently adding the CAs into the cacerts manually. This approach works, however, the issue is that when you update the JRE the cacerts gets overwritten and so you have to add the certificates again. I'm looking for some better solution for the process. So, is there a way to keep the organisational CAs in some different file and use some global Linux/Java setting that would instruct java applications searching for CA in this file if not found in the cacerts? |
AD / SYSVOL Version Mismatch on Default Domain Policy Posted: 12 Dec 2021 03:07 AM PST I've created two test VMs in VMWare, both Server 2012 R2 Standard. One was promoted to a DC, with the domain name being test2.local. I modified the DNS record on the other server, and joined it to the test domain. Then I did (from an administrative command prompt) From what I have been able to gather, this mismatch occurs when there is security filtering and/or WMI filtering in place. I don't think I'm using either one of those, unless they are applied by default. At this point, I just want a clean base that applies the unchanged Default Domain Policy to a machine without any errors. Then I can keep testing the GPO I'm building without wondering where the errors/warnings are coming from. |
Windows Server 2012 NLB logging Posted: 11 Dec 2021 10:06 PM PST Can somebody clarify to me what are the best practices when it comes to configuring logging and monitoring for Windows Server 2012 NLB. I believe there are 2 types of logging from management service and network driver. One of them (not sure which) can be enabled in NLB Manager. I'm interested to know what is tried or recommended logging configuration here. |
msi for Web Deploy 3.6 for Hosting Servers... where to find? Posted: 12 Dec 2021 01:04 AM PST |
Posted: 12 Dec 2021 02:03 AM PST I have a problem using munin (on Ubuntu 10.05 LTS). No graphs are available. Instead, an image placeholder is shown. I tried different settings, but it does not work. I used http://munin-monitoring.org/wiki/CgiHowto2 to set up CGI. I also tried to find my error using http://munin-monitoring.org/wiki/FAQ_no_graphs. But still, no graph is available. My settings and logs and telnet test: https://gist.github.com/Bjoernsen/bd7b9ab506ac55748292 Tell me, if I did not share all information |
How to troubleshoot GRE tunnel issues? Posted: 11 Dec 2021 09:03 PM PST I commonly run into issues where a GRE tunnel (CentOS server to server, not router based) works and pings fine from both ends but the IP / Range being tunneled does not function. This almost always turns out to be some routing issue at the tunnel source but it's a joke trying to get these issues solved as the impetus is basically on me, the client to prove to the provider the issue is not with the tunnel itself. Other than ping and route command read outs what are some methods to troubleshoot such an issue? Please list the tools and example commands if possible. |
Proxy connections to certain addresses on Linux Posted: 12 Dec 2021 03:07 AM PST I need to find a way to proxy all connections to example.com through a proxy server, it needs to work on the command line, as well as automatically within Python (much like exporting http_proxy would), but I want all other traffic to go through the network as it normally does. |
How to: Make X.509 Certificates Accessible to WCF Posted: 12 Dec 2021 01:04 AM PST I have followed the instructions here http://msdn.microsoft.com/en-us/library/aa702621.aspx I runnning windows 2003 IIS6 with a seperate user account for the Application pool I give this user access to the private key using cacls.exe. This works fine. However whenever something changes with the asp.net site or IIS the permission if lost. For example if I change the web.config file. restart IIS, wait 5 hours then the call to the SSL certifiate fails and I can no longer access it from my client that is trying to consume the WFC service. I logon as the APP POOL account run the cacls.exe again and it fixes it. How do i fix this perminatly as currently it stops every 5 hours or so. Update I have actually gone backwards. Now I cannot get it to work at all. These are the steps I follow Give permssions Check permissions Set owner Error I get from asp.net site trying to consume the sevice When I login as MYUSER the account running the IIS app pool and go to "mmc" cetertifates snap in I can see the certificate in My User account under TrustedPeople UPDATE I was able to get it working by installing the cert on Local Machine / Personal and using winhttpcertcfg instead of cacls |
aptitude: list all previous recommended packages Posted: 12 Dec 2021 01:46 AM PST Sometimes when installing a package, aptitude recommends several other packages. Is there a way to show all previous recommended packages of all installed packages? Edit: Thanks for the replys so far. I already tried: Thats mostly ok. But it gives also things back like: I want an easy way, to install all missing recommended packages. So won't work ;-) Is there a way, without manual checking all entries, to do this? |
Password mismatch while logging to sql server Posted: 12 Dec 2021 12:00 AM PST Alright, I have a classic asp application and I have a connection string to try to connect to db. MY connection string looks as follows: Now when I'm accessing db though front-en I get this error: I looked in the sql profiler and I got this: What I've tried:
And I got this error: |
Can I execute an SSRS report from a windows batch file? Posted: 11 Dec 2021 11:00 PM PST We are using SQLServer 2008R2 and would like to run and SSRS report from a windows batch file. We're loading data warehouse tables using a third party scheduler program and at the end our dataload we want to run a data quality report using SSRS. I can create report subscribtions to email the report but how do I communicate to the report server that the job is done and it's time to run the report? OUr scheduler application can run batch files so if I could pass this to the report server through a batch file that would be great... |
You are subscribed to email updates from Recent Questions - Server Fault. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment