Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to configure a ssh tunnel

Status
Not open for further replies.

mikri

Technical User
Dec 16, 2003
39
0
0
DE
Hi,

i have installed SSH an it works fine with PublicKeys, now i want to configure a SSH Tunnel betwen my AIX 5.3 and an Linux box.
I was making a tun Device at the AIX

Code:
mknod /dev/tun c 10 200
ls -l /dev/tun
crw-r--r--   1 root     system       10,200 Aug 23 14:23 /dev/tun

But if i configure the Device, i become an Error:

Code:
ifconfig tun0 192.168.200.11
0821-515 ifconfig: error loading /usr/lib/drivers/if_tun: A file or directory in the path name does not exist.

I think the definition of an device in AIX is different from LINUX ;-)

If there a Dokumentation available for config a SSH Tunnel at AIX?

THX
Mikri
 
Oops. I see now that VPN style tunneling with tun devices was added with OpenSSH 4.3.

I don't know if tun pseudo devices are supported in AIX, but now I'm curious to know if someone else can resolve this. :)

- Rod


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top