I work form home and I need to login into our corporate network using a pptp based vpn. How do I configure and setup up a PPTP VPN client under FreeBSD desktop / laptop or server operating systems?
{ 3 comments }
I work form home and I need to login into our corporate network using a pptp based vpn. How do I configure and setup up a PPTP VPN client under FreeBSD desktop / laptop or server operating systems?
{ 3 comments }
I’ve edited /etc/ssh/sshd_config to change the port number:
Port 1255
However, I’m getting an error as follows:
sshd[26792]: error: Bind to port 1255 on 192.168.1.100 failed: Permission denied
How do I change default OpenSSH port number from 22 to 1255 under RedHat Enterprise Linux server version 6 and SELinux?
{ 6 comments }
How do I find out ip number (IP Address) of my Linux server using command line options?
{ 0 comments }
How do I find out running processes were associated with each open port? How do I find out what process has open tcp port 111 or udp port 7000 under Linux?
{ 19 comments }