Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Learning on how to use the (SSH) in any enviornment [HELP!!] Post 302838367 by syregnar86 on Monday 29th of July 2013 12:05:51 PM
Old 07-29-2013
Just talked to IT and the target computer is a single user computer. So I'm going to guess, that I won't be able to log in using ssh from my macbook!?

in reply to your recent suggestion, blackrageous, when i ping it it times out on me

Last edited by syregnar86; 07-29-2013 at 01:54 PM..
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

learning on my own

can i do this? i am learning this on my own..and from the book..simple unix i am not sure if the syntax would work if statement then statement do or for or while statement done else statement fi.... I dont know how else to explain that...I hope I... (2 Replies)
Discussion started by: jonas27
2 Replies

2. Shell Programming and Scripting

Enviornment Variable in B shell (I call it nested variable)

#!/bin/sh APP_ROOT_MODE1=/opt/app1.0 APP_ROOT_MODE2=/opt/app2.0 APP_ROOT=${APP_ROOT_${APP_MODE}} # enviornment variable APP_MODE will be exported in the terminal where # we run the applciation, its value is string - MODE1 or MODE2 # My intension is: # when export APP_MODE=MODE1... (4 Replies)
Discussion started by: princelinux
4 Replies

3. UNIX for Dummies Questions & Answers

learning about pipes!

im trying to figure out how to do the following: using pipes to combine grep and find commands to print all lines in files that start with the letter f in the current directory that contain the word "test" for example? again using pipes to combine grep and find command, how can I print all... (1 Reply)
Discussion started by: ez45
1 Replies

4. Programming

learning fortran

Can anyone recommend a very good Fortran online course for unix. It should also cover Fortran X11 programming if possible. I understand this learning cannot be rushed but a course that addresses useful topics sooner is best. If it isn't free, that's okay. (1 Reply)
Discussion started by: gav2251
1 Replies

5. Solaris

Learning Solaris

Is possible to learn Solaris 10 from guides for Solaris 9 (3 Replies)
Discussion started by: microbot
3 Replies

6. Shell Programming and Scripting

Learning Perl

Folks! Anyone please explain the behavior of this program step by step. Thanks. #! /usr/bin/perl $testfile = "./testfile2"; for ( $i = 1, $i <= 5, $i++) { open ($FILE, ">", $testfile); print ($FILE "Output 1 \n"); close ($FILE); } print "The value of (4 * 2) / 2 is "; print (4 * 2)... (1 Reply)
Discussion started by: huko99
1 Replies

7. UNIX for Dummies Questions & Answers

Learning VI editor

Hi, Can you give me some good document or link to learn more about "vi" editor. I'm interested to master its short-cut keys and tricks in the VI editor, please help, thank you. (1 Reply)
Discussion started by: Dev_Dev
1 Replies

8. Web Development

Learning HTML

I have tried to create a web page browser window. An example, I copied what the book pretty much wanted but get only the header. What should I change? Also Anyone know any good books for this? Many thanks. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Translation/EN" ... (4 Replies)
Discussion started by: N-Training
4 Replies

9. AIX

Learning AIX?

I have a new job where they will expect me to start (as a beginner) to administer using AIX, this will be for a credit card payment company. I understand that there are many flavours of Unix of which AIX is just one. Should I concentrate on just trying to learn AIX or is there some other... (9 Replies)
Discussion started by: henfold
9 Replies
ptunnel(8)						       Yellow Lemon Software							ptunnel(8)

NAME
ptunnel - tunnel TCP connections over ICMP echo request/reply packets. SYNOPSIS
ptunnel -p proxy_address -lp listen_port -da destination_address -dp dest_port [-c network_device] [-v verbosity] [-f file] [-udp] [-sys- log] ptunnel [-c network_device] [-v verbosity] [-f file] [-udp] [-syslog] [-daemon file] ptunnel [-u] [-x password] [-setuid user] [-setgid group] [-chroot dir] [-setcon context] ptunnel -h DESCRIPTION
ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies. At first glance, this might seem like a rather useless thing to do, but it can actually come in handy in some cases. The following example illustrates the main motivation in creating ptunnel: Setting: You're on the go, and stumble across an open wireless network. The network gives you an IP address, but won't let you send TCP or UDP packets out to the rest of the internet, for instance to check your mail. What to do? By chance, you discover that the network will allow you to ping any computer on the rest of the internet. With ptunnel, you can utilize this feature to check your mail, or do other things that require TCP. OPTIONS
Client options: -p proxy_address Specify the host on which the proxy is running. -lp listen_port Specifies the port on which the client will listen for incoming TCP connections. -da destination_addr Specifies the address to which you want your packets tunneled after reaching the proxy when in client mode, or restricts the desti- nation packets can be forwarded to when in server mode. -dp destination_port Specifies/restrict the port that the proxy should tunnel the TCP connection to. Shared options: -c network_device Specify the network interface to capture packets from. Note that packet capturing isn't always necessary, but you should try this if you experience problems with ptunnel. -v verbosity Controls the verbosity level. -1 is no output, 0 shows errors only, 1 shows info messages, 2 gives more output, 3 provides even more output, level 4 displays debug info and level 5 displays absolutely everything, including the nasty details of sends and receives. -udp Enables tunneling over UDP port 53 (DNS) instead of using ICMP. This will only work if your proxy can accept incoming traffic on port 53, and the client is able to send data to the proxy on port 53. Note that this option does not wrap ptunnel's data in DNS-com- pliant packets. This option must be given on both the proxy and client side for things to work correctly. -syslog (Not available on Windows.) Changes logging to use the built-in syslog fascility. -daemon file (Not available on Windows.) Run in background, writing PID in file. -u Attempts to run ptunnel without privileges. This doesn't usually work! On UNIX systems please consider using the following three options instead: -setuid user (Not available on Windows.) When started in privileged mode, drop down to user's rights as soon as possible. -setgid group (Not available on Windows.) When started in privileged mode, drop down to group's rights as soon as possible. -chroot dir (Not available on Windows.) When started in privileged mode, restrict file access to the specified directory. -setcon context (Not available on Windows.) Set SELinux context when all there is left to do are network I/O operations. In order to be able to combine with -chroot you will have to `mount --bind /proc /chrootdir/proc` -x password Specifies a password or passphrase to use. This will allow you to protect the proxy from use by others who don't know the password. It needs to be specified on both proxy and client. -f file Specifies a log file. If you specify -syslog, syslog is always used instead. -h Displays brief usage information. EXAMPLES
The following assumes that ptunnel is run as root, both on the proxy and client. To tunnel ssh connections from the client machine via a proxy running on proxy.pingtunnel.com to the computer login.domain.com, the following command line would be used: ptunnel -p proxy.pingtunnel.com -lp 8000 -da login.domain.com -dp 22 An ssh connection to login.domain.com can now be established as follows: ssh -p 8000 localhost If ssh complains about potential man-in-the-middle attacks, simply remove the offending key from the known_hosts file. The warning/error is expected if you have previously ssh'd to your local computer (i.e., ssh localhost), or you have used ptunnel to forward ssh connections to different hosts. Of course, for all of this to work, you need to start the proxy on your proxy-computer (proxy.pingtunnel.com). Doing this is very simple: ptunnel If you find that the proxy isn't working, you will need to enable packet capturing on the main network device. Currently this device is assumed to be an ethernet-device (i.e., ethernet or wireless). Packet capturing is enabled by giving the -c switch, and supplying the device name to capture packets on (for instance eth0 or en1). The same goes for the client. On Mac OS X, packet capturing must always be enabled (both for proxy and client), as resent packets won't be received otherwise. To protect yourself from others using your proxy, you can protect access to it with a password using the <tt>-x</tt> switch. The password is never sent in the clear, but keep in mind that it may be visible from tools like top or ps, which can display the command line used to start an application. EXIT STATUS
ptunnel does not exit until forced to do so by an interrupt (Ctrl-C) or if it crashes. BUGS
ptunnel currently does not handle packet capturing on network interfaces other than ethernet or wireless correctly. AUTHORS
Daniel Stoedle (daniels@cs.uit.no) Mike Miller (mike@mikeage.net) Sebastien Raveau (sebastien.raveau@epita.fr) LICENSE
ptunnel is licensed under the BSD License. AVAILABILITY
The ptunnel homepage is currently located here: http://www.cs.uit.no/~daniels/PingTunnel/ The freshmeat project page is located here: http://freshmeat.net/projects/ptunnel/ Please take the time to rate ptunnel if you find it useful. Thanks! Version 0.71 June 22, 2009 ptunnel(8)
All times are GMT -4. The time now is 06:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy