Tagged Questions
1
vote
0answers
45 views
How to find out logical interface name of tap0?
Well, the question is given. I have tap0 interface connecting to a server which provides IPv6 addresses. I would like to set my RDNSS settings in radvd config and I need the logical interface name of ...
4
votes
1answer
211 views
Linux find Wifi Networks trotocol(a/b/g/n) version of all available access points
I do use iwlist wlan0 scanning and it gives me a fair amount of data, but one part is missing. It is protocol version. By protocol I mean (a/b/g/n).
It would be very good to have these commands in ...
1
vote
0answers
158 views
Is openwrt difficult to use for a novice? [closed]
Background
I am very interested in openwrt, I like that it's open source and gives you complete, granular control over your router.
I'm going to use my router for a home network (with a nas, htpc ...
2
votes
1answer
120 views
Only output printable chars OpenWrt
perl is not a very good idea, because it's an OpenWrt router, so not enough space for it.
"cat -v" doesn't works, because it doesn't supports the "-v" option
Any ideas? :\
Here's a bad text:
...
8
votes
3answers
2k views
Zero-fill numbers to 2 digits with sed
Input:
201103 1 /mnt/hdd/PUB/SOMETHING
201102 7 /mnt/hdd/PUB/SOMETH ING
201103 11 /mnt/hdd/PUB/SO METHING
201104 3 /mnt/hdd/PUB/SOMET HING
201106 1 /mnt/hdd/PUB/SOMETHI NG
Desired output:
201103 ...
2
votes
1answer
944 views
Ideas for securing OpenVPN on an OpenWrt router
I put an OpenVPN server on port 1194 on an OpenWrt 10.03 router:
echo "nameserver 8.8.8.8" > /etc/resolv.conf; opkg update; opkg install luci-app-openvpn openvpn openssl-util openssh-sftp-server ...
2
votes
1answer
2k views
How to connect to OpenVPN with NetworkManager
I have installed an OpenVPN server on my OpenWrt 10.03 router [freshly flashed]: https://pastebin.com/raw.php?i=hRECWuf1
echo "nameserver 8.8.8.8" > /etc/resolv.conf; opkg update; opkg install ...
1
vote
1answer
841 views
IPTABLES rule for separating users
I have an OpenWrt 10.03 router [ IP: 192.168.1.1 ], and it has a DHCP server pool: 192.168.1.0/24 - clients are using it through wireless/wired connection. Ok!
Here's the catch: I need to separate ...
1
vote
0answers
618 views
How to setup PPTP on OpenWRT?
I'm trying to configure OpenWrt so clients can connect using PPTP. When I try to connect with networkmanager from a Fedora 14 box that's connected through Wifi, I get "failed to connect".
opkg ...
2
votes
1answer
1k views
How do I reimage OpenWRT?
How do I reimage openwrt in such a way that all my settings will be lost. I've been having some issues, and I want to ensure that it's not a lingering setting, I want this to be a fresh install.
3
votes
2answers
896 views
How do I use dhcpcd in openwrt instead of udhcpc?
I'm trying to determine the reason my router is not syncing up to my ISP, I do suspect snafu on their end so I'm trying to replicate my desktops setup which includes using dhcpcd.
Problem is I don't ...