Enabling telnet and ftp on M4000 wth solaris 10

hi all,
please i need help i have installed solaris 10 on M4000 and i have enabled telnet in /etc/default/logins and ftp in ftpusers but i am not able to telnet and ftp??
i did some research and i found that it may be the firewall???
please i need help
Thx

Hi
Have you tried connecting from another host on the same subnet as this problematic system or are you coming from another subnet? You may have a software firewall installed. Sun were touting SunScreen up until Sol10:
http://docs.sun.com/app/docs/coll/557.4
You could also try running nmap from another host, see if any other ports are available although check you're not violating any security policies beforehand.

Similar Messages

  • Root cant telnet or ftp

    Hi all,
    I am using Red Hat AS-4. My problem is my root user cant TELNET/login from my client PC and also my root user cant FTP. But my normal user can TELNET and FTP from client.
    So plz tell me whether i have to give any permission fot root or not. If i have to change any file plz tell me the steps
    Thanks

    Hi,
    Perfom the folowing steps
    1) To enable ftp and telnet on linux
    cd /etc/xinetd.d
    modify the file     krb5-telnet
    from
    service telnet
    flags = REUSE
    socket_type = stream
    wait = no
    user = root
    server = /usr/kerberos/sbin/telnetd
    log_on_failure += USERID
    disable = yes
    To
    service telnet
    flags = REUSE
    socket_type = stream
    wait = no
    user = root
    server = /usr/kerberos/sbin/telnetd
    log_on_failure += USERID
    disable = no
    2) modify the file     gssftp
    from
    service ftp
    flags = REUSE
    socket_type = stream
    wait = no
    user = root
    server = /usr/kerberos/sbin/ftpd
    server_args = a
    log_on_failure += USERID
    disable = yes
    to
    service ftp
    flags = REUSE
    socket_type = stream
    wait = no
    user = root
    server = /usr/kerberos/sbin/ftpd
    server_args = -l
    log_on_failure += USERID
    disable = no
    2)
    service network restart
    3) After restarting the network services check.
    Regards
    Karunakar Reddy
    [email protected]

  • AP1242AG: Telnet and http accesses:

    Hi,
    I can not telnet the AP1242 and I can not use its web GUI. I do not find the commands to enable Telnet and HTTP (such as "config network telnet / webmode" of the WLC2006). Does anybody provide them.
    AP1242 releases are:
    * Cisco IOS Software, C1240 Software (C1240-K9W8-M), Version 12.3(11)JA1, RELEASE)
    * BOOTLDR: C1240 Boot Loader (C1240-BOOT-M) Version 12.3(7)JA1, RELEASE SOFTWARE )
    * LWAPP image version 4.0.206.0
    Thanks by advance. Best Regards,
    Alain-Claude

    Hi, i belive there is a mistake, since the LWAPP only should work with a wireless lan controller.
    http://www.cisco.com/en/US/products/ps6521/products_data_sheet0900aecd8031c968.html
    When the LWAPP turns on it locates the WLC by an arp request, and the controller set's up all the configuration on the AP. You can not configure a LWAPP true TELNET or HTTP.
    If you only need an AP you should practice a downgrade on your AP to make it work as an autonomous AP.
    http://www.cisco.com/en/US/products/hw/wireless/ps430/prod_technical_reference09186a00804fc3dc.html#wp161272
    Check it Here.......
    Hope it helps!!!!

  • Not Able to use telnet and Rlogin

    Hi, since two of my system had unclean shutdown i am not been able to use Telnet and Rlogin or even SSh from my both of my system. the file in "/etc/default/login" is commented and there are system's entry in /etc/hosts file also. but still am not able to login i can ping both the system with each other. i am not even able to telnet localhost..!
    "sunshine# telnet localhost
    Trying 127.0.0.1...
    telnet: Unable to connect to remote host: Connection refused"
    Thanks
    atif

    are you sure your services are UP ?
    you can try :
    netstat -an | grep 23
    in order to see if port 23 is in LISTEN.
    or ps -ef | grep inetd
    to see if (x)inetd is running (inetd is the daemon who launches telnet/rlogin)
    and if you're under solaris 10, just do something like :
    svcs -a | grep telnet
    to see if the daemon is online (if he's in maintenance, do a svcs -l telnet, and check the logfile associated to the service to see what happened)

  • Resetting PIX 515E 'enable' password and/or Factory Reset

                       We have a PIX Firewall where the last user of the device had not changed the 'enable' password and username so we are locked out of the device. I did some research and found a password reset tool that was supposed to clear the 'enable' password on the device. I set up a TFTP with the 'np61.bin' file needed. I went into 'monitor>' mode, set the interface, address and server address and it pings with success. I pointed it at the file and sent the 'tftp' command. I saw it downloading and booting off the binary file and after letting it go for a little bit (I walked away for a little while and came back to my telnet prompt) I noticed it was stuck in a loop:
    No bootable image in flash. Please download an image from a network server in the monitor mode
    Failed to find an image to boot
    Rebooting......
                        I downloaded a copy of the latest firmware, 'pix804-28.bin', and repeated the process used for the password reset file. After loading, I am greeted with my familiar prompt:
    XXXX-XXX-Xx-Xx0-XX>
    XXXX-XXX-Xx-Xx0-XX>enable
    Username: pix
    Password: pix
    Username: pix
    Password:
    Username: cisco
    Password: cisco
    Access denied.
    XXXX-XXX-Xx-Xx0-XX>
                        I then did a hard reset, and was stuck back in the loop I was in before, asking me to reflash a boot image. I now need to somehow load the IOS back onto the router (As it seems to just be booting from the TFTP server), and then after that still remove the enable password or somehow default the entire firewall to Factory Defaults. If anyone knows how to solve my issue or has any ideas for me to try, you help would be greatly appreciated, thanks!

    Still having trouble with this, has no one encountered this problem before?

  • Enable Telnet in MAC OS X Lion

    How do you enable Telnet Server in Lion? I need to be able to telnet to 127.0.0.1 and it says connection refused when I try it.

    Figured it out finally...
    You have to su to root, then run "launchctl" and then the prompt changes. Use the load command with the -F switch to force enable the disabled service.
    SJ-MBP:~ stevejordan99$ su root
    Password:
    sh-3.2# launchctl
    launchd% load -F /System/Library/LaunchDaemons/telnet.plist
    launchd% exit
    sh-3.2# telnet 127.0.01
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    login: root
    Password:
    Last login: Thu Aug 11 17:30:21 on console
    SJ-MBP:~ root#

  • Web-enabled forms and Java

    We are developing a custom application using Developer 6. The application is web enabled
    using Oracle Application Server 4.0.7 and Developer Server on a Solaris 2.6. This application is an extranet for company use only.
    The problem that requires the use of Java is that we cannot read the client registry using web enabled forms. The solution I am told is to use Java to read the registry. Has anyone done such a thing? Can anyone provide suggestions or guidelines?
    Thanks for any help you can offer!

    do the following:
    1. write a java program that read from the registry. you will use the program as a javabean later on.
    2. compile the source and create a class/jar
    3. sign it (goto sun site for details on signing class/jars). you must sign the java program or it will not be able to have access to the registry. make sure you do all the steps by following sun's instructions.
    4. put it on your web server and modify the html file you use to start your developer application to include your class/jar.
    5. oracle has some demos on attaching javabeans to forms. use them to help you.
    6. use the program you wrote in step 1 as a javabean in your forms.
    Yossi

  • Dreamweaver CS3 (9) maxed CPU slow performance and FTP issues.

    Dreamweaver CS3 (9) maxed CPU slow performance and FTP
    issues.
    Never mind...I found it.
    Of course I have all the firewall, worm, scanning, phishing
    filtering, full time protect, and everything else turned off when I
    am working on a remote/testing site however I found the Symantec
    antivirus email scan being enabled (doesn't it just interact with
    my email program?) was getting in the way of DW9 ftp operations,
    causing some lagging that was putting DW9 into an unstable mode
    during and immediately after (10 seconds) ftp operations.
    The CPU still spikes to 99% during ftp functions but DW9
    works even though it's likely taxed to the max but when I turn off
    email scan DW9 returned to a functioning state during ftp and
    remote file view. Whatever it takes huh?
    PS: email scanning only never effected DW8.02
    My System Info: properly configured (as in: everything works
    or I fix it) Toshiba - XP pro SP2 – Pentium 4 - 2.3GHz
    – 1.5 GB ram – Intel extreme graphics card 64 MB ram
    – Apache 2.2 server – PHP 5 – MySQL 5 -
    phpMyAdmin – Dreamweaver 8.02 – Interakt Kollection
    3.7.1 – Dreamwweaver 9 - DeVtoolbox – Flash –
    GoLive - Photoshop - ImageReady – Illustrator – Acrobat
    – CuteFTP – Putty SSH - blabla...)

    Thanks for the response. I managed to Google the 'nobody' account and found the explanation.
    As you say, I assumed the 'syslogd' process had to do with system logs. I did check the console and couldn't find anything of particular interest in the logs.
    I'll continue to monitor but if anyone has any further suggestions please post.
    One thing that might also have an impact... my available drive space is now down to less than 5gb (runs anywhere between 1gb and 5gb free depending on what I'm running). I know this causes problems for Parallels as it keeps moaning at me, but would it cause any problems with OSX?
    Thanks again,
    Tom

  • Unable to telnet and tftp to controller

    hello experts!!!
    5508 controller is at the headquarters which can be normally pinged, telnetted, http'd and tftp'ed....
    at the remote site,  controller can be pinged and http'ed but cannot be telnetted and tftp'ed.
    there is a complete tracert from the remote site pc all the way to the controller.
    from a switch at  a remote site, the controller can be telnetted.
    but from a pc on the remote site (which belongs to a remote site vlan), it is unable to telnet and tftp the controller.
    all active components can be telnetted  from the remote site, such as the core switches and routers at the headquearters, except the controller.
    upgraded the controller code to 7.2.xxx in headquarters but still unable to telnet and tftp the controller from remote site.
    is there any more settings on the controller for telnet and tftp?
    what could be the problem why the controller is not available for telnet and tftp from the remote site?
    thank you, experts, in advance for your replies!!!

    Hello, Leo!
    See output of the command:
    (Cisco Controller) >show network summary
    RF-Network Name............................. GID2012
    Web Mode.................................... Enable
    Secure Web Mode............................. Enable
    Secure Web Mode Cipher-Option High.......... Disable
    Secure Web Mode Cipher-Option SSLv2......... Enable
    OCSP........................................ Disabled
    OCSP responder URL..........................
    Secure Shell (ssh).......................... Enable
    Telnet...................................... Enable
    Ethernet Multicast Forwarding............... Disable
    Ethernet Broadcast Forwarding............... Disable
    AP Multicast/Broadcast Mode................. Unicast
    IGMP snooping............................... Disabled
    IGMP timeout................................ 60 seconds
    IGMP Query Interval......................... 20 seconds
    MLD snooping................................ Disabled
    MLD timeout................................. 60 seconds
    MLD query interval.......................... 20 seconds
    User Idle Timeout........................... 28800 seconds
    ARP Idle Timeout............................ 300 seconds
    Cisco AP Default Master..................... Enabled
    --More-- or (q)uit
    AP Join Priority............................ Disable
    Mgmt Via Wireless Interface................. Enable
    Mgmt Via Dynamic Interface.................. Enable
    Bridge MAC filter Config.................... Enable
    Bridge Security Mode........................ EAP
    Mesh Full Sector DFS........................ Enable
    AP Fallback ................................ Enable
    Web Auth Redirect Ports .................... 80
    Web Auth Proxy Redirect  ................... Disable
    Web Auth Captive-Bypass   .................. Disable
    Web Auth Secure Web  ....................... Enable
    Fast SSID Change ........................... Disabled
    AP Discovery - NAT IP Only ................. Enabled
    IP/MAC Addr Binding Check .................. Enabled
    CCX-lite status ............................ Disable
    oeap-600 dual-rlan-ports ................... Disable
    oeap-600 local-network ..................... Enable

  • Enabling Telnet on the SG200-50FP

    I connot connect to SG200-50FP out of the box using Telnet. Web interface works ok, How do I enable Telnet on the switch?

    I believe you can achieve this by first configuring Port 2 under Vlan Management -> Interface Settings and place it into the correct Vlan.  
    Then select Port 2 from the same screen after editing the Vlan, click "Copy settings" and enter "3-24" as the interface range.

  • Enable awr and tkprof for particular sid

    Hi all,
    how to enable awr and tkprof for particular sid.
    it is very urgent
    Thanks
    mano

    Trace a session.
    1)Logout all sessions from the database
    2)Login to application (ensure that only one session is available)
    3)sqlplus trace/trace@026
    4)check the sid and serial# of the session from v$session
    Use the following query
    SQL> select username,to_char(logon_time,'DD-MON-YYYY HH:MI:SS') from v$session where username='<db username>' order by logon_time;
    SQL>exec sys.dbms_system.set_sql_trace_in_session(sid,serial#,TRUE);
    5)now execute the report/transaction.
    6)once the activity is over
    SQL>exec sys.dbms_system.set_sql_trace_in_session(sid,serial,FALSE);
    7)Now the trace file will be available in the udump folder of the database ip 10.44.0.26
    Userid/password: trace/trace
    The trace wil be available in /oracle/admin/orcl/udump
    8)To find the name of the trace file use the below query
    select spid from v$process where addr=(select paddr from v$session where sid=<enter the SID>);
    This will give the name of the file
    If you are not able to identify the trace file then please remove all files in udump before starting trace.
    9) ftp the trace fil to ur local pc and issue the tkprof command
    TKPROF <trace file (like D:\orcl_8853.trc)> D:\trace.txt explain=Oracle username/password (application user) sort=(prsela,exeela,fchela)
    This will give trace file in readable format(you need to have 10g client on your pc for tkprof to work)

  • I've just enabled match and now my new purchases do not show up on my i tunes account. i can only play them buy going in to purchased playlist.

    I've just enabled match and now my new purchases do not show up on my account. I can only access them buy going into purchase playlist?

    SADLY  not as i downloaded an upgrad to my original PAGES/
    i have in the meantim had to open www.icloud. then from there import the file that i am working on and then check on ipad if it uploaded/ yes it did.
    but what a waste of time as it doesn not save any changes done automatically back in the cloud....
    i am now downloading the new LION and hope that it will fix the problem
    i cant find any other way. I was lead to believe that you wrote, it saved automatically, on to the cloud, you then opened anohter device in anotother country even, and the new file was there, waiting, in its latest version.......
    and the same magic was supposed to happen in reverse.
    It doesn't/
    if i have to open a browser, go to www.icloud....why on earth did they not just leave us an icon to drop it in in that case?
    I hope the new lion will help resolve the isssue/
    any other ideas> keep em coming...thank you so much.

  • How to find out when 'enable secret' and username secret' was set/changed

    Hi,
    I was wondering if it is possible to find out when 'enable secret' and username secret' was set or changed last time on an IOS based machine.
    Is there any show command or kind of timestamp or MIB which can be read out?
    tnx Ralf

    Probably your syslog server would give you that info.

  • Web host, mail server and FTP.

    Dear all:
    I have some questions and will try to make my post a short one (although the questions aren't exactly simple). I have the need to set up my own web server, e-mail server and FTP server. It is my understanding (and I remember setting another computer I had 2 or 3 years ago this way) that OS X can be used for this without the need to have OS X server installed. I don't need (at least not for the for the immediate future) to have a server for my own local network. Basically all I need is a single computer where (1) I can host multiple web sites, (2) I can host my own e-mail that will correspond in number to the number of web sites (domain names) being hosted and (3) I can set-up as a FTP server so that my clients can log on and download files.
    I have used VirtualHostX for virtual hosting as well as PureFTD Manager with good results in the past. I've also found both to be easy to use, with a good and intuitive GUI which is essential for someone with as little knowledge as I have of networking. My question now as to do with e-mail and how to set-up Mac OS X to work as an e-mail server.
    Are there any applications you would suggest that would be simple to use, have a simple and intuitive user interface and also provide mailing list services along with e-mail services that you would recommend ? I've looked at a few but most of the ones I have found seem to require command line input and this is something I am not comfortable with. I need an application with a simple interface and allows things to be set-up in a straight forward manner (and preferably free instead of paid).
    What would be your recommendations for this project ? Any recommendations, advice and suggestions you can offer will be very appreciated.
    Thank you in advance,
    Joseph

    Perhaps you should give people more time to answer.
    1. You do not need a DNS on your server, ask the ISP to set up the MX record as they set up the A record.
    2. Not really enough information in your setup to say either way, but as it takes seconds to do and you have everything else needed - set it up anyway.
    3. Domain name: mydomain.com, Host name depends what you call it. If you don't have a name why not mail.mydomain.com and make you mx record point to that name. Perhaps that is what your A record is already.

  • Http and ftp protocol extremely slow (pop working well though)

    Hello. Starting today, on one of my macs, http and ftp protocol are extremely slow (page load 90 sec. instead of 2) (pop working well though). Provider finds nothing, on second mac all is fine (same cable, same settings … ). Cable connection, checked both sockets, changed cable, no change. Since pop3 protocol seems to work fine, this does look like a software problem to me. (Repaired permissions, no other tests or means. All used software up to date (OSX10.6.8 etc.))
    I'd be thankful for any idea.

    Not at all. Then I turned on NetBarrier, for testing and to avoid any damage (piece of software I don't employ in vain), and all slowed down again, but not quite as badly as before. Restarted, and now it seems back to normal with all extensions loaded. (I had done that before, obviously, and with no outcome, so it can't very well have been just that. But what?)
    I'll watch and learn, and report back; unless you have any further suggestions for the moment. Either way, thankyou very much so far.

Maybe you are looking for

  • Problem with phone line

    Hi there, I have been having problems with my phone line since May. The line is fine until one day I will pick up to make a call and there will be no dial tone. The tones on the keypad make a noise but the call doesn't happen. No one can get hold of

  • ITunes corrupts ID3v2 tags in mp3

    First - I couldn't find any form for a bug report on this site, so I'm using this forum. If it is wrong please feel free to redirect me to correct place. Well, the story is the following: I've tried to add a directory with it's subdirectories contain

  • Recording Device for ipod Touch 2G?

    Hi, Does anyone know if there are any recording devices available for the ipod Touch 2G. I know there are heaps of apps, but my friend has an iTalk attachment (is really cool) for her ipod nano, and it doesn't work on the touch. I'm a journalist and

  • Data extraction from Profit center accounting and load to BCS

    We need to extract data from profit center accounting in SAP R/3 and then we will have to load the same  to BCS ( Business consolidation) module as file upload. Can anyone please explain me the steps involved in extracting the data from Profit center

  • Integrating Webhelp in a Java Application

    In order to use Robohelp-generated help with my java application I need to compile, incorporate and distribute the file RoboHelp_CSH.java with my application. In addition I would like to make some modifications to the file. However the source include