Red Hat / Fedora :: INETD Support On Non-standard Port
Jan 21, 2011I would like to support following sevices on non-standard port uisng INETD running on Red Hat LINUX:
SSH, SNMP, FTP
I would like to support following sevices on non-standard port uisng INETD running on Red Hat LINUX:
SSH, SNMP, FTP
I have been struggling with this for the past two days and I can't seem to figure it out.SIMPLE GOAL: use subdomains with my wildcard Rapid SSL cert on Apahce2. This is not a chained certificate.Currently my default SSL virtual host, listening on 443 works fine. So, https://www.myDomain.com is recognized correctly by all browsers. But, the below virtual host listening on port 1025 is not coming across to the browser securely. The page renders, but the browsers do not see it as encrypted SSL.
View 1 Replies View RelatedIt appears that my ISP is blocking port 80, so I can't set up a proper website on my home computer. I'd like to choose a different port to use (they block 443 also), and I'm not sure how to do this with Fedora (or any Linux flavor for that matter
View 2 Replies View RelatedI just upgraded from FC 13 to FC 14. I run an ssh server on a port in the 3000s (call it 3xxx, to protect the innocent). When I try to start sshd with the "Port 3xxx" option in sshd_conf, I get the following error in /var/log/secure
sshd[5104]: error: Bind to port 3xxx on 0.0.0.0 failed: Permission denied.
sshd[5104]: error: Bind to port 3xxx on : : failed: Permission denied.
I did not use to have this problem in FC 13. how I can give sshd the necessary permissions now?
I am running Ubuntu 64-bit and I have been trying to set up an ssh connection between the Ubuntu server and a Windows 7 client (using putty) and when I enter the command:
Code:
sudo netstat --inet -lpn | grep sshd
I get the following:
[code]....
Why openSUSE Linux does not support the standard keyboard ABNT2 used in Brazil? This is happening in version 11.2 of openSUSE Linux. About ABNT2:
AltGr key - Wikipedia, the free encyclopedia
Gentoo Forums :: View topic - [SOLVED] help with locale utf-8 for brazilian portuguese
I'm using iptables with modules ip_contrack_ftp to be able to use passive ftp. It works well as long as port 21 is being used as listening port. Is there any way to make it work when I configure my ftp server (vsftpd) to listen on an alternative port, lets say 21001 or something? The helper module only seems to be working properly with the standard port, so I was wondering whether there was a way to "tell it" that another port is being used? I mean, of course I make a rule in fw to allow traffic to the alternative port.
But once it's time to start passive connection, then the iptable module cannot handle it properly. I could solve the problem by making a range of passive ports in the ftp-server configuration and allow the incoming traffic to them, but then using helper modules doesn't make any sense. I just want to allow the traffic to the listening port and then want the ip_contrack_ftp module to take care of the rest. This is what I do today - but only port 21 seems to be working. Is there a way to do this with a non-standard ftp port?
My question regards available hardware... an adapter taking a USB plug_ at end of a mic cable_ which adapter would then connect to the computer's standard audio/mic input.
Anybody seen such an adapter ? After looking an hour or so this morning on USB gadget sites, I found lots of the audio-mic-plug-TO-usb adapters, but this again is the opposite of what I need.
The problem Im having is with older versions of a sound app I use (audacity)_ newer versions of this specifically support USB mics_ but_ that feature is missing in older versions.
Assuming audacity will treat any legal connection via audio port as "mic"
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]....
The issue is that my CentOS workstation is in a vlan from where the Intranet's DNS servers are unreachable. For browsing the web there is an ISA proxy server, which I presume resolves DNS for my firefox. However, wget, host, ping and aria2c fail to get any sort of DNS resolution since they're being run from command line.I have exported HTTP_PROXY value, which provides me internet access on console, but,only when I connect using IP address. It fails on name resolution.
My question is:May I redirect the DNS queries to my home PC which would be running a DNS server on a non standard port?I was thinking of putting nameserver 127.0.0.1 in /etc/resolv.conf and then put iptables rule to redirect 127.0.0.1:53 UDP to a.public.ip.address:3535 UDP..I don't know if I am shooting blanks or what, I am not very much aware of this kind of setup.My main need is to provide DNS resolution to console apps.I want to utilize my company's idle bandwidth for bulk downloads, so, using proxy, SSH tunneling through my Home PC is out of question.
Is the parallel port still supported on OpenSUSE 11.4 ?
View 4 Replies View RelatedI'm about to install the Smart Boot Manager rpm so that I will be able to boot from my usb. My bios doesn't support booting up from the usb port. Will this cause conflict with grub?I currently have Fedora 14 installed and about to install CentOS 5.5.
View 10 Replies View RelatedHas Inetd been updated to something else or has /etc/inetd.conf been changed to a different directory with Ubuntu 10.04?
Just curious, I'm was looking to set permissions on /etc/inetd.conf, but cannot find the file. If I just need to install it.
I want to configure following serivices on non-standard (or not well-known)port uisng RED-HAT LINUX INETD: TELNET, SSH, SNMP, FTP
1) Is there any issue/limitation doing this?
2) Any caveat or peculiarities related to any of the services?
no inetd file found in ubuntu 10.04 after i run command sudo apt-get install openbsd inetd still that file is not created : /etc/inetd.conf
View 3 Replies View RelatedI just tried to setup telnet server by telnetd + inetd in cygwin 1.7, but not lucky.
Here is the command to setup inetd:
in inetd.conf I use default setting:
But after telnet the server, it will just stop at:
trace the source code, seems it stop in function getterminaltype by the lines:
I'm not familiar with the telnet protocol, so not sure what happening here.
How to change the properties of inetd controlled services in Linux ? in linux it is xinetd controlled services.
View 3 Replies View RelatedIm trying to install proftpd on my debian server but i get this error
ProFTPd warning: cannot start neither in standalone nor in inetd/xinetd mode.
i am running ncat (netcat's new version from nmap) on centos . I am listening on different ports. My question is , is it possible that when a connection is received on a port say 123, i redirect this connection to a different port and use the 123 port again for listening connections. ncat has an option -k which u can add with -l , it will force fully listen on the port. It can accept multiple connections on a single port but i want that once a client connects on to 123 port, he is forwarded to some other port and no longer on 123.
View 4 Replies View RelatedDoes support exist for the MacPro1,1's front headphone port yet? Strangely I cannot get either of the rear analog audio ports to work either. I have tried setting
options snd-hda-intel model=imac24
options snd-hda-intel model=macpro
options snd-hda-intel model=auto
and totally removing the line of the alsa-base.conf file. I restarted after each of these tests. Only the imac24 option does anything, activating the front speaker, but none of the 1/8" analog ports work then. I run Ubuntu exclusively on this box, so I would really love to get some sort of output other than the internal speaker working. Ideally this would be the front headphones jack, but I am not too picky.
[Code]...
For some reason, every time I choose a new song in Rythmbox, the volume is unhearable and at the bottom of the slider. I want to listen to a short audio clip, and I don't have time to change the audio volume?
View 2 Replies View RelatedBeen running 64 bit fedora for a few weeks now and all is dandy. I have been having problems using Wine & Winetricks to install extra components. Wine seems to crash when ever i try to run something as a standard user. Run as root and the problem doesnt happen. Do i need to add some permissions to run under a standard user? With Winetricks, when i go to install any componet, after extracting and installing all files i get:
'Executing early_wine regedit c:winetrickstmpoverride-dll.reg
regedit: File not found "c:winetrickstmpoverride-dll.reg" (2)
Note: command 'early_wine regedit c:winetrickstmpoverride-dll.reg' returned status 1. Aborting.'
Now i have searched everywhere for these .reg files that are not found, havent found anywhere that can tell me where to retrieve these files.
I found a behavior of iptables on FC12 to be different and suspect it's broken somehow. Here is what I did
# iptables -F
# iptables -A INPUT -s 127.0.0.1 -p tcp --dport 22 -j ACCEPT
I don't have a shell on FC12 with me to show the output of iptables -L -n but it looks good after above 2 commands. However, after issuing the following third command iptables -L -n gives "wrong" result
# iptables -R INPUT 1 -s 127.0.0.1 -p tcp --dport 22 -j ACCEPT
Namely iptables -L -n gives extra "/0" after 127.0.0.1 in the output I have checked on Ubuntu 9.10 and centos 5.4 and they don't give extra "/0"; iptables is not supposed to do that. Of course, I didn't invent these examples but they are abstracted from actual real life scenerio of trying to build rules on our servers.
nautilus menu bar missing> for many programs restarted compiz,disabled & enabled desktop effects gnome- applet-globalmenu is installed.Please tell me step by step method to solve it, if its complex.i am managing it with --> add to panel --> deskbar which displays relevant menu in the bar.can you please reply me a standard gconfig preference details from apps section.
View 1 Replies View Relatedi notice when i double click on a folder on desktop or run nautilus on console i get an explorer window with out the standard back and forward buttons and menu options etc etc... how can i make it so nautilus runs with these options and menus by default.. at the moment i have to rightclick and browse folder to get the window with the extra browsing buttons and folder trees and stuff
View 1 Replies View RelatedI need to create backup of internal drive and write it on DVD. I want to do this in single command...like below: ntfsclone -f --save-image --overwrite - /dev/sda1 | growisofs -Z /dev/sr1=/dev/stdin
in above command, i tried to to create backup of first partition of internal drive and need to write this backup on DVD. But above command has some probolem due to which it could not write backup on DVD....and how to read from standard input in 'growisofs' command?
i notice when i double click on a folder on desktop or run nautilus on console i get an explorer window with out the standard back and forward buttons and menu options etc etc.how can i make it so nautilus runs with these options and menus by default.. at the moment i have to rightclick and browse folder to get the window with the extra browsing buttons and folder trees and stuff
View 2 Replies View Relatedis it possible in the standard remote desktop viewer in Fedora 14 to use RDP instead of VNC protocol? I know that Ubuntu provides this feature. I already installed tsclient and rdesktop but that didn't help.Before you say I have to use VNC: I know... I am just curious how I can set up RDP to connect to Windows based machines.
View 2 Replies View RelatedI installed ZTE MF 626 modem in my F10 with kernel 2.6.27.12-170, i run usb_modeswitch and so far things happened normally. Watching through /var/log/messages it says that F10 detects two port device for this modem: ttyUSB1 and ttyUSB2, and in the sequence it disable port ttyUSB1 BUT Network Manager still set this port.I mean, when i connect via wvdial appointing to ttyUSB2 i get connection, but Network Manager fails to do it appointing to ttyUSB1. How to change device port in Network Manager?
View 1 Replies View RelatedI've been away from Fedora for a long time, since FC3/4. I seem to recall that at that time grub in Fedora used the standard drive notation such as /dev/sdax instead of the current UUID. Can anyone tell me why this change was made?
Seems to me that using UUIDs presents severe problems if a drive has to be replaced as the restore media (we all backup, don't we?) would not work without modification. How does one determine trhe UUID of a new drive to change the restore media? Sounds like a chickenand-egg routine. There must be some way which I haven't run accross yet. I do notice through experimentation that the standard notation still works, at least in /etc/fstab.