The tag has no usage guidance.

learn more… | top users | synonyms

0
votes
1answer
26 views

How to authenticate through LDAP in pam?

I have a application (Webmin) which has to authenticates user throught LDAP on rhel5, 6 and 7. The package nss_ldap and even more its equivalent nss-pam-ldapd on rhel7 does not allow to get users ...
1
vote
0answers
25 views

/etc/pam.d/* How to pam_ldap output debug?

I would like to use pam authentication to connect ldap users without adding thoses user to the system. In /etc/pam.d/webmin : auth required pam_env.so debug auth sufficient ...
1
vote
1answer
55 views

Webmin help page encoding : iso-8859-1 vs utf-8

Webmin is serving static help pages. Webmin 1.47 was using the characters set was iso-8859-1 as character encoding. This information is transmitted by the HTTP header content type:"Text/html; ...
1
vote
0answers
59 views

Postfix Not sending mail, but can recive

Hey everyone I have an issue with my postfix server not sending emails. The server retrieves emails no problem, but when I go to send an email it just times out. It did sort of work before I added ...
0
votes
1answer
39 views

how to fix this problem after installed webmin?

[][]2 After install complete squid server, I install webmin. but when start webmin on browser, i meet this problem. How can I fix this?
3
votes
1answer
63 views

Why am I seeing much more cron jobs in webmin than in `crontab -e`?

I am just starting to learn cron jobs. Basically I am going to use webmin to manage my cron jobs, I am also reading some basic information about cron jobs. So far I've learned that /etc/crontab ...
0
votes
0answers
25 views

Can't login after changing username in Webmin

After installing Webmin on my CentOS machine, I changed the root user to root2 using the Webmin interface (Users and Groups module). Now I can't login to Webmin either as root or as root2. How can I ...
0
votes
1answer
37 views

Can't access webmin due to iptables missconfiguration

I installed webmin, but I cant access it because iptables blocks the connection. I have added the chain that webmin suggests right here: http://www.webmin.com/firewall.html This is the result of ...
0
votes
1answer
138 views

How do I bind webmin to the 127.0.0.1 address?

How do I bind webmin to the localhost address? I'd like to be able to do this so that I can secure all the admin services on my TurnKey Linux machine by binding all of them to the localhost address ...
0
votes
1answer
455 views

In what order are the rules handled in the Linux Firewall Module in webmin?

If I'm not mistaken it's top to bottom correct? And the catch-all default action at the end is to just drop any packets that don't match the rules above. Should I be logging the dropped packets as ...
0
votes
1answer
371 views

How does this Turnkey Linux domain-controller replace Microsoft Active Directory?

How does this VM replace Microsoft Active Directory, on a network with Windows Machines on it? Is there a specific component that is installed that replaces it? Is it Samba or Webmin? Are there any ...
0
votes
1answer
45 views

Can Webmin run as sudoer instead of root? [closed]

Have someone some experience with using xinetd with a user which is not root, but instead a sudoer? The operations that are required to be done do not always requires admin priviledges : ex ...
3
votes
1answer
962 views

Which ports should I open for apt-get to work?

I installed Webmin, and then set up the firewall like this: INPUT SSH port ALLOWED Webmin port ALLOWED HTTP port (80) ALLOWED DROP EVERYTHING ELSE FORWARDING no rules OUTPUT no rules If I remove ...
0
votes
2answers
121 views

Setting up a static IP from ISP

I think my question might be an easy one but i struggle a little with setting up servers. I have a CentOS 6 setup. I have added Webmin and Virtualmin. I set this up with a static IP address and had ...
0
votes
1answer
1k views

removing virtualmin and webmin from remote CentOS 7 server

Webmin and Virtualmin were recently installed using rpm packages on a remote CentOS 7 server. How do I uninstall them? I have googled this, but all the results are either so old as to be obsolete ...
1
vote
0answers
58 views

Hosting Multiple Websites on Webmin

I set up a couple of Virtual Servers (websites). The problem is, does not matter what URL I use, I will always be redirected to the first one Virtual server I created. Here is the redirective text ...
1
vote
1answer
3k views

How to change the ftp server port in ProFTPD

I want to change my ProFTPD server port from 21 to 1945. But I didn't find any port mention in the proftpd.conf file. When I add port 21 in the conf file and restart the ftp server it shows the ...
2
votes
1answer
152 views

Serving webpages with Apache on Ubuntu server [closed]

I've set up an old machine running Ubuntu server 13.1. I can access it remotely with webmin and I was able to install apache that way. What I would like to be able to do is to put web pages and be ...
0
votes
0answers
154 views

How can I make a configuration web page for a linux appliances? Any pre made solutions available?

I am putting together a bunch of embeded linux appliances that we will be installing at a few locations. Built the whole thing from scratch using Raspbian (debian based) and Raspberry Pis. There are ...
1
vote
1answer
498 views

Online administration tool

do you know any solutions like webmin for my ubuntu/debian box? I want to control some of my machines over network via HTTP. Is there any solution that will provide me with a dashboard? Even better if ...
0
votes
1answer
332 views

Installing virtualmin over webmin

I'm setting up a CentOS 6 server, and I need to install virtualmin. The server already comes with webmin setup, but there's no way I can see how to access virtualmin, so I assume it's not been set up ...
1
vote
1answer
339 views

Startup script doesn't work

I have the following start script. #!/bin/bash # MyApp # # description: bla bla case $1 in start) /bin/bash /javaprog/serport-start.sh ;; stop) /bin/bash /javaprog/...
0
votes
0answers
542 views

Proftpd and Webmin - directory limits

I use proftpd and configure it via Webmin. I want to limit users access to certain directories Their homes /sample So I go to Files and Directories->Limit users to directories and option: Home ...
2
votes
1answer
245 views

Is Webmin oriented toward a particular Linux distro?

I have used Webmin on multiple distros, both on the Red Hat-based side and the Debian-based side, and have had various issues with it on both. My issues have included things like configuration ...
2
votes
0answers
328 views

Webmin alternative that installs & runs on the client machine & communicate via SSH

Are there any Webmin alternatives that don't consume server resources but instead install on client machine & communicate via SSH client. So effectively all the actions made on that GUI are ...
2
votes
1answer
1k views

Webmin administrative panel options are missing

When I log into Webmin, with the Ubuntu administrative user frank, I cannot see most of the administrative options: frank is shown as the Administration username in Webmin. I accidentally removed ...