logo头像
Snippet 博客主题

Openwrt 固件配置

本文于536天之前发表,文中内容可能已经过时。

翻墙配置

https://cokebar.info/archives/664

这个很实用 完全OK

ftp

1
2
3
4
opkg update
opkg install vsftpd openssh-sftp-server
/etc/init.d/vsftpd enable
/etc/init.d/vsftpd start

OpenWrt挂载U盘(NTFS)并在网上邻居共享访问

http://jingyan.baidu.com/article/5225f26b6b273fe6fa090829.html

1
2
3
4
5
6
7
8
9
10
11
12
13
opkg update
opkg install kmod-usb-core
opkg install kmod-usb2 #安装usb2.0
opkg install kmod-usb-ohci #安装usb ohci控制器驱动
opkg install kmod-usb-storage #安装usb存储设备驱动
opkg install kmod-fs-ext3 #安装ext3分区格式支持组件
opkg install kmod-fs-vfat #挂载FAT
opkg install ntfs-3g #挂载NTFS
opkg install mount-utils #挂载卸载工具
opkg install block-mount
opkg install luci-app-samba #SAMBA网络共享服务
/etc/init.d/samba enable #启用并开始SAMBA共享
/etc/init.d/samba restart

不废话 按照这个弄 OK后

访问
http://jingyan.baidu.com/article/624e7459acd0ee34e9ba5a4a.html

按照这个来 也OK
Finder 中 command +K 输入smb://192.168.1.1 OK

支付宝打赏 微信打赏

打赏