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
But if i configure the Device, i become an Error:
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
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