Sponsored Content
Top Forums UNIX for Advanced & Expert Users connect without getting disconected Post 302141495 by daryldave on Friday 19th of October 2007 09:43:44 AM
Old 10-19-2007
connect without getting disconected

hey do some one know whats wrong cause when i try to play all server list are crowded do some one know how i can connect without getting disconected?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

cant connect

ok the fact taht i cant even connect to the school UNIX server isnt good. thats where the project is. the server address is telnet://164.106.464.10 when i type it in and press enter a window pops up and it says Connecting to 164.106.464.10 then it just closes. doesnt say anything (or it... (6 Replies)
Discussion started by: Combat Form
6 Replies

2. Shell Programming and Scripting

connect to mssql

Hi - can any one tell me is it possible to connect to mssql and fetch the data from unix shell scripts (3 Replies)
Discussion started by: ahmedwaseem2000
3 Replies

3. AIX

Connect

Hi, Can anyone suggest me some steps on how to connect to UNIX using Ultra Edit (1 Reply)
Discussion started by: kittu.raja
1 Replies

4. HP-UX

Connect to MP

Hi all, I am trying to connect to the MP via ethernet cable but puTTY keeps saying no route to host. I assume there is something wrong on the laptop itself. It is a new one and the previous one could connect. How do I setup this damn thing up so I can connect? Any help is appreciated. ... (4 Replies)
Discussion started by: macgre_r
4 Replies

5. Shell Programming and Scripting

how to connect from one server to another

Hi, using ssh , i login to this server being on this server, i would like to connect to server so i did the following: mike@server1:~/tmp> ssh mike@server2 echo test >> /tmp/mike.txt the above didn't complain and executed on server2, i can not find mike.txt file under /tmp ... (4 Replies)
Discussion started by: lookinginfo
4 Replies

6. Red Hat

ssh connection keep disconected , how to find way? in CentOs vmware

Hello i have CentOS installed on vmware , few days ago every thing was working fine. today every time im connect with putty to the CentOs server after few minutes it disconnect me , how can i find what is the reason ? (5 Replies)
Discussion started by: umen
5 Replies

7. AIX

AIX Remote Connect Fail With “No more multiple IP addresses to connect” Error

We have a production server at a client site running AIX. And recently when users are trying to connect to it via telnet, it prompts "No more multiple IP addresses to connect". Can I know what does this error mean? and how to rectify this? Thanks. (2 Replies)
Discussion started by: a_sim
2 Replies

8. UNIX for Dummies Questions & Answers

Want to connect through different ip

Hi Folks, I want to connect to a unix machine that is on ip 10.240.234.52 and I presently on ip 172.234.456.77 , I need to change the port by removing my lan wire and attaching it to different port, is there any ways through which I can remain on 172.234.456.77 ip and I can connect to unix machine... (3 Replies)
Discussion started by: SankalpS
3 Replies

9. Cybersecurity

When i start CSF i cant connect VPS or download any data into it It appears i cant connect Linux VP?

It appears i cant connect linux VPS server via SSH or i cant SCP any file to it and i cant wget any file TO it (from inside it) while CSF (Config Server Firewall, LFD is running. Just after isntall in default configuration and after changing TESTING mode to LIVE mode. Trying to wget & install... (1 Reply)
Discussion started by: postcd
1 Replies

10. UNIX for Advanced & Expert Users

Connect direct - SFTP - List of servers that I can connect

Greetings Experts, I am working for a bank client and have a question on connect-direct and SFTP. We are using Linux RedHat servers. We use connect-direct to transfer (NDM) files from one server to another server. At times, we manually transfer the files using SFTP from one server to another... (2 Replies)
Discussion started by: chill3chee
2 Replies
PPPOE-CONNECT(8)					      System Manager's Manual						  PPPOE-CONNECT(8)

NAME
pppoe-connect - Shell script to manage a PPPoE link SYNOPSIS
pppoe-connect [config_file] pppoe-connect interface user [config_file] DESCRIPTION
pppoe-connect is a shell script which manages a PPPoE connection using the Roaring Penguin user-space PPPoE client. If you omit con- fig_file, the default file /etc/ppp/pppoe.conf is used. If you supply interface and user, then they override the Ethernet interface and user-name settings in the configuration file. Note that normally, you should not invoke pppoe-connect directly. Instead, use pppoe-start to bring up the PPPoE connection. pppoe-connect first reads a configuration file. It then brings up a PPPoE connection. If the connection ever drops, a message is logged to syslog, and pppoe-connect re-establishes the connection. In addition, each time the connection is dropped or cannot be established, pppoe-connect executes the script /etc/ppp/pppoe-lost if it exists and is executable. The shell script pppoe-stop causes pppoe-connect to break out of its loop, bring the connection down, and exit. TECHNICAL DETAILS
pppoe-connect uses the following shell variables from the configuration file: ETH The Ethernet interface connected to the DSL modem (for example, eth0). USER The PPPoE user-id (for example, b1xxnxnx@sympatico.ca). PIDFILE A file in which to write the process-ID of the pppoe-connect process (for example, /var/run/pppoe.pid). Two additional files ($PID- FILE.pppd and $PIDFILE.pppoe) hold the process-ID's of the pppd and pppoe processes, respectively. By using different configuration files with different PIDFILE settings, you can manage multiple PPPoE connections. Just specify the con- figuration file as an argument to pppoe-start and pppoe-stop. AUTHOR
pppoe-connect was written by David F. Skoll <dfs@roaringpenguin.com>. The pppoe home page is http://www.roaringpenguin.com/pppoe/. SEE ALSO
pppoe(8), pppoe-start(8), pppoe-stop(8), pppd(8), pppoe.conf(5), pppoe-setup(8), pppoe-status(8), pppoe-sniff(8), pppoe-server(8), pppoe- relay(8) 4th Berkeley Distribution 21 February 2000 PPPOE-CONNECT(8)
All times are GMT -4. The time now is 03:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy