[state-Embedded notes] [008] [Telnet to Linux]
1.windows and Linux can ping each other
2. Turn off the Linux firewall
/etc/init.d/iptables stop
3. Telnet via SSH (character interface) protocol
4. Telnet via VNC (graphical interface) protocol
1. Installing tigervnc.rpm
2. Start VNC service: Vncserver &
[state-Embedded notes] [009] [Windows and Linux file sharing]
1.windows and Linux can ping each other
2. Turn off the Linux firewall
/etc/init.d/iptables stop
3. share files via SFTP
4. Share files via Samba server
1. Installing the Samba server
RPM-IVH samba.rpm
2. Set the password for the user to log on to the Samba server
Smbpasswd-a Root
3. Configure Samba Services
Vim/etc/samba/smb.conf
[Root]
Comment = Root directories
Path =/
browseable = yes
writable = yes
Valid users = root
4. Restart Samba Services
/ETC/INIT.D/SMB restart
5. Turn off SELinux (module on Linux security)
Setenforce Permissive
[state-Embedded notes] [008-009] [Telnet to Linux]