Software :: Can't Get Webmin To Start - Port Conflict
May 4, 2011
I just installed webmin on a server, installed successfully, i even added port 10000 into iptables for good measure, and restarted the server for good measure. I can't access the webmin page, so i tried a /etc/webmin/start and it gave the following error:
So i did a netstap -nap and found these two for port 10000
Does anyone know what I'm missing to get this going? this is my first webmin install, and i'm not having much luck
If I stop and start webmin, it starts fine, guess it starts automatically, but the page won't come up when i browse to [url]. In iptables, shown completely below, i added the line before COMMIT, is that not the correct way to add it?
View 6 Replies
ADVERTISEMENT
Jan 28, 2010
I have ssh installed, using port 22. I installed apache2, and forwarded port 82 to 80. For some reason, the following message occurs when connecting to IP:
82: SSH-2.0-OpenSSH_5.1p1 Debian-6ubuntu2
I can view my page file through things like http://localhost.
View 2 Replies
View Related
Apr 11, 2010
I was wondering if I can use a different port for WebMin down below 1024 where I forward ports to my Linux box, rather than the current 10,000.
The reason is I forward higher ports to the Windows machine at present.
The goal is to keep Linux services down in the low port range. Suggestions?
View 3 Replies
View Related
Feb 7, 2010
How to configure Port Forwarding using Webmin Web Interface? Example: 118.103.211.22:80 forward to 192.168.100.1:80
View 3 Replies
View Related
Feb 26, 2010
I'm having trouble with Webmin. I got it up and running. However, I was changing the 'listen on port' to something other than port# 10000. I made sure ufw was open to the tcp requests on my new webmin port only. UDP has been disabled. I type in my browser my ip address with the new port, and I get 'problem loading page' now. How can I see the tcp port webmin is set from a terminal on the host computer? Do I goto a webmin folder and change a .conf file?
View 4 Replies
View Related
Apr 4, 2010
I have been using this program for about 2 months now, but all of a sudden yesterday, it doesn't not show up on PS3. I check on my computer and it is frozen. I close it and try to restart. From then on, it never comes back. It seems like it wants to (the tray icon wants to appear but quickly disappears). I check on System Monitor and Java is running (when you hover over it it lists the program) but in the Waiting Channel it is the only program that says futex_wait_queue_me. It is also the 2nd highest memory user (49 MiB). I have done a lot of different things. Tried getting the latest beta release (which did make it pop up but would never start), I installed the new debian package (when it installed it said pms was already running), uninstalling and reinstalling JDK 6. Nothing works. I don't know what in the world would cause it to do this. It was like fine one minute, dead the next. I've tried other servers (Mediatomb won't let me access some of my drives and PS3 doesn't see it, I MythTV's front and backend stuff is way confusing).
View 1 Replies
View Related
Apr 2, 2010
I put together this 500+ page .pdf how-to, if your looking to setup a server, and manage it with Webmin. built on Debian, but should work here to for the most part[URL]..
View 9 Replies
View Related
Sep 16, 2010
I recently upgraded a Ubuntu server from version 8.04 to 10.04 and after a reboot the webmin and syslog-ng server do not start at boot anymore. I can start them manually by doing /etc/init.d/webmin start and /etc/init.d/syslong-ng start and everything works fine until I root again. Granted this machine is rarely rebooted but when it is, I don't want to have to remember to start these services. I have tried a full removal of syslog-ng and reinstall but to no avail. The entries are in the rc directories like they should and the links are valid.
View 1 Replies
View Related
Apr 6, 2010
I have had webmin running previously but i just recently installed Unbuntu server and i am now trying to install webmin. after typing this to install webmin sudo apt-get install webmin it started doing its thing and then it halts.
Giving me the following message: "Package webmin is not available, but is referred to by another package. this may mean that the package is missing, had been obsoleted , or is only available from another source."
The first thing i did after installing webmin was edit the sources.list
Then i tpyed sudo nano sources.list I uncommented everything with "deb" in front of it
I also uncommented
deb cdrom:
I then typed this sudo wget [url]
After getting that i typed this apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
Then i tryed to install it and got that error.
I also tryed install it using this tutorial [url]
When i got to the part when i need to type
sudo apt-get install update this is what happened
View 10 Replies
View Related
Aug 31, 2009
Can anyone here point me to a walk-through or discussion of how to use Webmin to set up port forwarding/NAT on a dual-NIC Centos 5.3 box? The layout will be simple:
Internet --- NIC1 [CentOS Box] NIC2 --- Switch to other PCs
We have a BUNCH of exposed services that are on special ports -- for example, to connect to one machine, you go in with [IP_Address]:12000, and to connect to another, [IP_Address]:12002, etc., etc. We're currently using OpenSuse 10.3 on this box, and YaST makes this criminally easy (you give it the incoming port number and the destination IP/port numbers and it just works). But OpenSuse 10.3 is nearing EOL, we're buying a new machine, and I'd like to use CentOS on the new one.
I've read the sparse Webmin documentation in their Wiki, and it leads one to believe that you simply insert a "NAT" rule. But there's obviously something they're leaving out. I *am* opening the ports in the firewall. But when I log in to [IP_Address]:port, it just times out. The port forwarding never occurs. The test in this case is SSH, and I know that SSHD is working properly because I can log into that machine just fine from another PC on the same internal subnet.
View 8 Replies
View Related
Apr 3, 2010
I encountered a a dependency issue when trying to install Webmin on Ubuntu Server Edition 10.04 Beta1.
When you try to install webmin, libmd5-perl is not available in any of the lucid repositories:
I resolved the dependency prob by adding the following repository to my /etc/apt/sources.list: deb [url]
Then I did a sudo apt-get update then sudo apt-get install and libmd5-perl installed fine along with webadmin. BTW. I got a GPG error when doing a apt=get update because I did not import the public key for the debian repos I used to get libdm5-perl, which doesn't matter to me as I commented out the repos once I got libmd5-perl installed.
View 1 Replies
View Related
Jun 24, 2010
I have written simple application in CPP which listens on port 8080. But when I start the application and check the port it is listening on (using netstat -nap), I can see that the application is listening on port which is > 30000.
This port number keeps on changing if I re-run the application.
if I have to do any kind of a seeting so that application starts listening on 8080 port.
I am using CentOS 5.5 (I tried same on CentOs 5.2)
View 1 Replies
View Related
May 28, 2011
I'm setting up a Python-based webserver on my Debian box. Setup: The Debian OS is VM based, but I've switched the VirtualBox from NAT to Bridged. IP of the VM setup = 192.168.1.7 (per my router's admin screen or ifconfig). I've succesfully set up my router's port forwarding for both ssh and HTTP. I've successfully set up my router's dynamic dns using [URL].
Regardless of the specific Python webserver I'm using (Django, CherryPy, standard library), I have to start the webserver @ 192.168.1.7:80 using sudo. Otherwise I get an error about not having permission to access the port. None of the webserver tutorials mention needing to use sudo when specifying an ip:port.
Question: why do I need to use sudo to start these webservers? Is it an indication that I shouldn't be using 192.168.1.7? Or that I'm not setting a config file properly somewhere?
View 2 Replies
View Related
Jun 23, 2010
I have written simple application in cpp which listens on port 8080. But when I start the application and check the port it is listening on (using netstat -nap), I can see that the application is listening on port which is > 30000.
This port number keeps on changing if I re-run the application.Please let us know if I have to do any kind of a seeting so that application starts listening on 8080 port.I am using CentOS 5.5 (I tried same on CentOs 5.2)
View 1 Replies
View Related
Feb 18, 2010
I want to do a simple port redirect, i.e. whatever comes trough whatever interface on port AAAA will get redirected to port BBBBI thought that iptables -t nat -I PREROUTING --source 0/0 --destination 0/0 -p tcp --dport AAAA -j REDIRECT --to-ports BBBBhowever it doesn't work, e.g. nc -v -w2 -z localhost AAAA gives:
nc: connect to localhost port AAAA (tcp) failed: Connection refused
while
nc -v -w2 -z localhost BBBB
[code]....
View 10 Replies
View Related
May 2, 2010
I have a mail server i need it to send message via port 587 not port 25, i make some changes to my postfix server which i use and it is already successed making a telnet to 587 port like it :
[Code]....
View 3 Replies
View Related
Jul 18, 2011
I'm running Fedora 15, and am trying to run a program that uses gsoap/soapcpp2 2.7.17 to communicate with different parts of the program. As far as I know everything has compiled correctly and I am using the same versions of the required libraries as several working installations. However, every single time the program tries to open a port, the program is unable to do so. This happens no matter what port I specify.
if there is anything in fedora that would limit or disable the ability of the program to open a port to start communicating. I have tried disabling the firewall with no change to the behaviour.
View 1 Replies
View Related
May 28, 2010
While reading some papers on securing apache with selinux, I have tried to bind httpd to port 3000 expecting to be blocked by the selinux, since port tcp 3000 isn't on the http_port_t list. However I was able to start the service...
I'm preety sure selinux is enforcing. Also, if I bind httpd to tcp 81 selinux denies the start of the service, as expected!Did I miss something? Why is httpd allowed to start binded to a port that's not explicitly allowed?
View 12 Replies
View Related
Oct 4, 2010
so i set out to change the default smtp port the server uses because my ISP blocks port 25 and i need the email to work in outlook. this morning i could receive email, but not send it. so i did some research and thought that i needed to edit the master.cf file in /etc/postfix/ by commenting out this line: smtp inet n - n - - smtpd -oand replace it with587 inet n - n - - smtpd (587 being the port i want to use)somewhere along the lines postfix server stopped running and now i cannot get it to start.if i try using SSH it crashes immediately and if i restart it in simple control panel nothing happens
View 7 Replies
View Related
Mar 26, 2015
Do you see any conflict when the Bus Id of the GDU is 06:04.0 (inboard Matrox) and the Bus Id of an audio card is 04:04.0 (Xonar DX) ?
View 8 Replies
View Related
Nov 19, 2009
today i tried to install clam antivirus for my fedora ... i used the following command: yum install clamav it shows the following error message: Error: clamav-data-empty conflicts with clamav-data how to rectify this..
View 3 Replies
View Related
Apr 9, 2010
I am running fedora12 in my machine and used virtualbox. I have 3 virtual machine running linux, xp and fedora as well. I have used linux as my gateway and configured NAT for my xp and fedora machine which is under the ip of 192.168.1.0 network.. Everything is fine but often i get error message in my xp machine that says 'there is an ip address conflict'.I just wonder there are only 2 machine on that network and how can there be a ip conflict(i have used a static ip for xp and fedora virtual machine).My ip address for linux is (192.168.5.x and 192.168.1.101). XP (192.168.1.1). Fedora (192.168.1.50).
View 5 Replies
View Related
Jul 28, 2011
In application udp port listening with 3330 i am sending udp request from port 0.0.0.0:3330 to 0.0.0.0:3330 that is same port in the same machine....application works fine udp sending and receiving also fine.....for clarification ....is there any conflicts in the communication ?
View 2 Replies
View Related
Aug 14, 2015
When booting, the grub menu appears and allows me to boot from the internal hard disk (sda) any OS there, such as WHEEZY (sda9). On the external disk (sdb) there is a dd'd copy (not an installation) of SQUEEZE (sdb1), which at one time was on sda but which has different partition assigments listed in its grub.cfg than the current ones shown below for sda.
Code:
Select allNAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 111.8G 0 disk
├─sda1 8:1 0 23G 0 part
├─sda3 8:3 0 1K 0 part
├─sda5 8:5 0 3.9G 0 part [SWAP]
├─sda6 8:6 0 11.7G 0 part
├─sda7 8:7 0 19.5G 0 part /home/norman/data
[code]....
Can I manually boot the SQUEEZE copy on sdb1 using grub commands (set, linux, initrd, boot) without disturbing the WHEEZY and other OSs on sda? Or will they be disrupted?Alternatively if for example JESSIE is installed in sdb3, for example, can it be booted similarly without affecting the installations on sda? I hesitate to try this by trial and error because of the work and time involved in rebuilding messed-up OSs to their desired configurations.
View 7 Replies
View Related
Sep 19, 2009
I installed codecs for playing songs and movies.but when I tried to play few songs,it says the corresponding codecs need to be installed.after resolving dependencies,it says the following, Local conflict between packages Two packages provide the same file. This is due to mixing packages from different software sources
Test Transaction Errors: file /usr/lib/gstreamer-0.10/libgstdeinterlace.so from install of gstreamer-plugins-bad-0.10.11-4.fc11.i586 conflicts with file from package gstreamer-plugins-good-0.10.15-4.fc11.i586
file /usr/lib/gstreamer-0.10/libgstflv.so from install of gstreamer-plugins-bad-0.10.11-4.fc11.i586 conflicts with file from package gstreamer-plugins-good-0.10.15-4.fc11.i586
[code]....
View 1 Replies
View Related
Mar 17, 2010
I installed 11.2 on VMware 6.03. My os is windows 7.When I try to go online a pop up showed up
View 1 Replies
View Related
Jan 4, 2010
I have a bunch of .u1conflict files, and I removed the files having incomplete content and renamed some conflict files to remove the extension. However, the conflict files recur.
View 1 Replies
View Related
May 6, 2010
Just did a fresh install of Kubuntu 10.04. I use Gedit as my primary text editor. When I was running 9.10, I was able to map shortcuts in Gedit for code snippets and use them without any problems. Now, in 10.04, when I map shortcuts in Gedit, as expected my WIN key is recognized as SUPER (which is how it was in 9.10). But for some reason, KDE now has that key mapped as META. Which means I can set the correct shortcut in Gedit, but can't ever use it because KDE seems to think there is no SUPER key.
I've tried every conceivable option in System Settings > Regional & Language > Keyboard Layout > Advanced > Alt/Win Key Behavior. Nothing works. I've also tried various combinations of enabling/disabling keyboard layouts altogether, and switching keyboard models. No luck so far... What's so mind-boggling is that this all worked flawlessly in 9.10. I must've screwed something up recently, but I have no idea where to look...
View 5 Replies
View Related
Aug 10, 2010
After a long time of happy Skyping, I now seem to have picked up a conflict. When I try to open Skype 2.1 Beta which is the one on Ubuntu that I have been using, the login fails. The message is that there is possibly another version of Skype already in operation. I went to the Skype site and changed my password, then I connected via the Skype website, no problem, but with straight Beta. This works fine, but when I exit Skype, I have to re-connect via the website again, the version on my system is unable to connect, apparently due to the presence of the other version.
View 5 Replies
View Related
May 4, 2010
I have a server with two gig-e ports, eth0 and eth1. When eth0 the only port that is connected to a network it will get online ok. It is the port used to connect to the internet. eth1 is used for PXE / TFTP / DHCP server for a private network. eth1 will serve ip's ok. The issue is when both are connected at the same time. eth0 to our LAN, and eth1 to the private network; eth0 does not ping or load pages in firefox. eth1 will still serve ips'. Is there any reason why eth0 would stop working if eth1 is connected to a switch? eth0 ip is 192.168.10.110, eth1 ip is 192.168.1.1 different subnets.
View 6 Replies
View Related