you could give openvpn a try.
Search the forum for openvpn.
wengi
Printable View
you could give openvpn a try.
Search the forum for openvpn.
wengi
OVPN has been seted up and it's working :) ( from local laptop). Later will try from WAN.
Yes. It's working great :)
I want to post a custom message when logging in with putty, how do i do that?
Please excuse me if this was discussed before and please link me to the topic or posts, but my internet connection is working painfully slow today and when i try to search for this i did not receive results.
Thank you.
Hello,
this is a general linux question.
Have alook at:
http://linux.about.com/library/cmd/blcmdl5_issue.htm
http://linux.about.com/library/cmd/blcmdl5_motd.htm
issue is pre-login, motd is post-login.
wengi
wtf is this
Apr 20 14:00:49 vsftpd[1562]: [Administrator] FAIL LOGIN: Client "210.82.111.91"
Apr 20 14:00:51 vsftpd[1562]: [Administrator] FAIL LOGIN: Client "210.82.111.91"
Apr 20 14:00:53 vsftpd[1562]: [Administrator] FAIL LOGIN: Client "210.82.111.91"
Apr 20 14:00:55 vsftpd[1565]: CONNECT: Client "210.82.111.91"
Apr 20 14:00:56 vsftpd[1564]: [Administrator] FAIL LOGIN: Client "210.82.111.91"
Apr 20 14:00:58 vsftpd[1564]: [Administrator] FAIL LOGIN: Client "210.82.111.91"
Apr 20 14:01:00 vsftpd[1564]: [Administrator] FAIL LOGIN: Client "210.82.111.91"
in web syslog I see, that someone has trayed to connect to my ftp from Apr 20 14:00:20 till Apr 20 14:24:28
how I can block that f*** IP address?
P.S. I don't have username "Administrator" for my ftp.
It would be silly :D
P.S.S. this isn't first time, when someone is traying to connect.
Hi all,
i added a step to correct the time zone settings for middle europe.
search the howto for "pre-boot" and you will find the additions.
wengi
Hi all,
pls I have still problem with permission denied when i try:
[admin@ASUS_160GB ipkg]$ ipkg update
Downloading http://ipkg.nslu2-linux.org/feeds/op...le/Packages.gz
sh: wget: Permission denied
An error ocurred, return value: 1.
Collected errors:
ipkg_download: ERROR: Command failed with return value 127: `wget -q -P /opt/ipkg-4TwonM http://ipkg.nslu2-linux.org/feeds/op...le/Packages.gz'
[admin@ASUS_160GB ipkg]$ ipkg upgrade
sh: rm: Permission denied
Nothing to be done
Successfully terminated.
I posted here at this thread before (read page 38, posts 559-569) but still have this problem.
I am really newbie with linux so Wengi pls can you write me how to use e2fsck on /dev/discs/disc0/part2??? Dont know how to operate with superblocks etc.
Second dont know if check is necessary because i can create dir on /opt and can copy files in it. So I can write to /opt.
Any idea how to fix this permission denied problem? After finished this tutorial it forks for half year without problems.
Neither I cannot do this if I want any change:
here is post:Code:flashfs save && flashfs commit && flashfs enable && reboot
Code:[admin@ASUS_160GB tmp]$ flashfs save && flashfs commit && flashfs enable && reboot
/sbin/flashfs: /sbin/flashfs: 20: cat: Permission denied
/sbin/flashfs: /sbin/flashfs: 73: [: Permission denied
tar: Removing leading '/' from member names
tar: /tmp/local: Unknown file type
tar: Error exit delayed from previous errors
/sbin/flashfs: /sbin/flashfs: 73: ls: Permission denied
Something is wrong in your flashfs.
Disable it:
Then check again, e.g. withPHP Code:
nvram set boot_local=""
nvram commit
reboot
If it responds, load it without execution:PHP Code:
flashfs status
and search for the error in flashfsPHP Code:
flashfs load
Related Russian thread: http://wl500g.info/showthread.php?t=18949
P.S. one of the guesses: return LD_LIBRARY_PATH to the default value if it was updated in flashfs
Related Russian thread: http://wl500g.info/showthread.php?t=18949
Ehm but I cant read Russian :)
flashfs status gives me all Permission denied
How can I search for errors in flashfs?
What if...I use a usb flash drive for the swap area, and the HDD only for share files, and attach them both to the router via a usb hub? I guess the HDD would not spin up by transmission then, since the activity caused by daemon (and transmission) goes to the usb flash drive?