ubuntun IP地址設置以及samba服務器

auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.35.240
netmask 255.255.0.0
gateway 192.168.35.1


[pc]
    comment = my pc sys
    path = /home/chen/work
    public = yes
    writable = yes
    force user = chen
    force group = chen

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章