SlideShare a Scribd company logo
Linux Networking
NFS Filesystem Network File System (NFS) was developed to allow machines to mount a disk partition on a remote machine as if it were a local disk. It allows for fast, seamless sharing of files across a network. vi  /etc/exportfs /home/balaji/rootfs *(rw,sync,no_root_squash,no_all_squash) exportfs -ar service nfs stop service nfs start service nfs restart
SAMBA Server Samba is a strong network service for file and print sharing that works on the majority of operating systems available today set workgroup  Samba Users Samba share: Service smb start  Service smb stop
Basic Services service smb restart service network restart iptables --flush
END

More Related Content

PPT
Solaris 10 administration 2 Configuring NFS
PDF
Asiabsdcon15
PDF
Scale9x sun
PDF
Asiabsdcon14
PDF
Nycbsdcon14
PDF
Lavigne bsdmag may13
PDF
Posscon2013
PDF
Ilf2012
Solaris 10 administration 2 Configuring NFS
Asiabsdcon15
Scale9x sun
Asiabsdcon14
Nycbsdcon14
Lavigne bsdmag may13
Posscon2013
Ilf2012

What's hot (20)

PPTX
Linux network file system (nfs)
PDF
Ilf2011
PDF
Olf2013
PDF
Sweden11
PDF
Lavigne bsdmag apr13
PDF
Tlf2013
PDF
BSD for Linux Users
PDF
Fsoss12
PDF
Article may11 bsdmag
PDF
Lavigne aug11 bsdmag
PDF
PPTX
SUN Network File system - Design, Implementation and Experience
PDF
Fsoss2011
PDF
Self2013
PDF
Scale 2010: BSD for Linux Users
PDF
Nelf2012
PDF
Nelf2013
PDF
Dru lavigne servers-tutorial
PDF
Flourish11
PPTX
Sun NFS , Case study
Linux network file system (nfs)
Ilf2011
Olf2013
Sweden11
Lavigne bsdmag apr13
Tlf2013
BSD for Linux Users
Fsoss12
Article may11 bsdmag
Lavigne aug11 bsdmag
SUN Network File system - Design, Implementation and Experience
Fsoss2011
Self2013
Scale 2010: BSD for Linux Users
Nelf2012
Nelf2013
Dru lavigne servers-tutorial
Flourish11
Sun NFS , Case study
Ad

Viewers also liked (8)

PPT
PPTX
Linux networking commands
PDF
Sharing your-internet-connection-on-linux
PPTX
Print server
PDF
Emacs presentation
PPTX
Network configuration
PDF
The linux networking architecture
Linux networking commands
Sharing your-internet-connection-on-linux
Print server
Emacs presentation
Network configuration
The linux networking architecture
Ad

Recently uploaded (20)

PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Complications of Minimal Access Surgery at WLH
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Basic Mud Logging Guide for educational purpose
PPTX
PPH.pptx obstetrics and gynecology in nursing
PDF
RMMM.pdf make it easy to upload and study
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
Cell Structure & Organelles in detailed.
PDF
Sports Quiz easy sports quiz sports quiz
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Computing-Curriculum for Schools in Ghana
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Pharma ospi slides which help in ospi learning
PPTX
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Anesthesia in Laparoscopic Surgery in India
Final Presentation General Medicine 03-08-2024.pptx
Complications of Minimal Access Surgery at WLH
Microbial diseases, their pathogenesis and prophylaxis
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Basic Mud Logging Guide for educational purpose
PPH.pptx obstetrics and gynecology in nursing
RMMM.pdf make it easy to upload and study
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
Cell Structure & Organelles in detailed.
Sports Quiz easy sports quiz sports quiz
Abdominal Access Techniques with Prof. Dr. R K Mishra
2.FourierTransform-ShortQuestionswithAnswers.pdf
Computing-Curriculum for Schools in Ghana
TR - Agricultural Crops Production NC III.pdf
Pharma ospi slides which help in ospi learning
PPT- ENG7_QUARTER1_LESSON1_WEEK1. IMAGERY -DESCRIPTIONS pptx.pptx

Linux networking

  • 2. NFS Filesystem Network File System (NFS) was developed to allow machines to mount a disk partition on a remote machine as if it were a local disk. It allows for fast, seamless sharing of files across a network. vi /etc/exportfs /home/balaji/rootfs *(rw,sync,no_root_squash,no_all_squash) exportfs -ar service nfs stop service nfs start service nfs restart
  • 3. SAMBA Server Samba is a strong network service for file and print sharing that works on the majority of operating systems available today set workgroup Samba Users Samba share: Service smb start Service smb stop
  • 4. Basic Services service smb restart service network restart iptables --flush
  • 5. END