Nice Tut, but what to do with this??
My Compliments for this very helpfull Tutorial!!
But i have 2 strange things.
First i had a problem with Cron
The problem is: after a reboot, i have start cron myself.
i did many times, the CRON part, but everytime, after reboot, and pressing ps axf. He didn't show it:
Code:
PID TTY STAT TIME COMMAND
1 ? S 0:01 /sbin/init
2 ? S 0:00 [keventd]
3 ? RN 0:00 [ksoftirqd_CPU0]
4 ? S 0:00 [kswapd]
5 ? S 0:00 [bdflush]
6 ? S 0:00 [kupdated]
7 ? S 0:00 [mtdblockd]
63 ? S 0:00 telnetd
67 ? S 0:28 httpd
72 ? S 0:00 klogd
73 ? S 0:00 syslogd -m 0 -O /tmp/syslog.log -S -l 7
74 ? S 0:00 [khubd]
83 ? Ss 0:00 lpd
85 ? Ss 0:00 p9100d -f /dev/usb/lp0 0
88 ? Ss 0:00 waveservermain
90 ? Ss 0:00 rcamdmain
92 ? Ss 0:00 infosvr br0
93 ? Ss 0:00 watchdog
94 ? Ss 0:00 \_ ntp
102 ? S 0:00 dropbear
123 ? Ss 0:00 \_ dropbear
124 pts/0 Ss 0:00 \_ -sh
127 pts/0 R+ 0:00 \_ ps axf
107 ? S 0:00 [usb-storage-0]
108 ? S 0:00 [scsi_eh_0]
114 ? S 0:00 [kjournald]
115 ? S 0:00 [kjournald]
after each reboot, i start it manual by typing cron
so i could go on with the tutorial.
But at Part 9. TRANSMISSION (The torrent Client)
i have a prolbem at the end. the problem is by typing:
192.168.1.150:8008/cgi-bin/transmission.cgi
i get the message:
Code:
Kan geen verbinding maken
Firefox kan geen verbinding maken met de server op 192.168.1.150:8008.
* Misschien is de website tijdelijk niet beschikbaar of overbelast. Probeer over enkele ogenblikken opnieuw.
* Controleer uw netwerkverbinding indien u geen enkele pagina kunt laden.
* Verzeker u ervan dat Firefox toegang heeft tot het web als uw
computer of netwerk beveiligd is door een firewall of proxyserver.
that's dutch for:
Cannot make connection
Firecox cannot connect the server on 192.168.1.150:8008
Can you help me with these 2 problems?
If your wive can bring up the patience again :)
I hope,
greetings Emiel
Thanks,... Finnished that now
WENGI VIELEN DANK!!
Thanks for your answer!
No problem it was a day later, it gives me more time to think about it ;)
Now i have solved the problem down here ( How? use in the webinterface a password, if you leave it blank, then it doesn't work!)
Now, i have a little problem with 10. SAMBA2
i have done that one, and when i use ps axf everything is running well, but when i put in 192.168.1.150:901 ( in web ). He cannot make connection:
Code:
401 Bad Authorization
username or password incorrect
I think i have problems with logging in. or the IP or your following text:
Code:
You should cutomize the IP settings as you need them and exchange "user = root" with admin -> "user = admin".
This is my script:
PHP Code:
service swat
{
port = 901
socket_type = stream
wait = no
only_from = localhost 192.168.1.1/24
user = admin
server = /opt/sbin/swat
log_on_failure += USERID
disable = No
}
~
My homenetwork ( maybe interesting to know )
the modemcable goes to my Linksys WRT54G
i connected 2 pc's with this one, and one UTP cable is going to 1 LAN port of my Asus WL500gp. In another LAN port i plugged another UTP for one pc ( so, i can see if the router has got internet yes or no ) :)
the WRT54G ip is 192.168.1.1
the WL500GP ip is 192.168.1.150
My username to get with web or putty in is admin
( i changed the password, as you said in your tut)
so, how does my vi /opt/etc/xinetd.d/swat has to look like?
I tried many things, but i think not the good one.
thanks for your help offcourse :)
Step 2 and I am already stopped :'o(
Hi there!
At the Step 2 (the ping commands) I can see that I don't have internet access on my asus. :'o(
After I connected with telnet, when I do ping www.google.com I have "UNKNOWN HOST"
and when I put the IP adress of the google server, I have "NETWORK UNREACHABLE"
The bizarre thing is that the computers connected to the Asus receive an IP adress and have access to the Internet without any problem...
I have no idea what and where I should look to find a solution. Anybody can help me in telling me where I should investigate?
Thanks!
PS: I use the firmware 1.9.2.7-8 and I don't use the WAN port. I use the LAN only.
Step 2 and I am already stopped :'o( (part 2)
Me again...
I did the ROUTE command and a friend told me that the Gateway was missing... so I did the following command:
route add -net 0.0.0.0 netmask 0.0.0.0 gw 192.168.1.1 dev br0
and then I could access internet from my asus box...
and do a ping on an ip of an internet website.
but each time I restart the asus, it looses the information :(
1. Why do I have to put the gateway by hand? Is there a filed I missed in the web interface`?
2. If I cannot use the webinterface... is there any config where I can save that new route table?
Thanks a lot for your help!
Problem installing transmission
I was following the tutorial (btw, exquisite job man, congrats - I'm a linux noob and I could follow it with no problem at all...until this one) and when I was about to install transmission I got the following error
[admin@(none) root]$ ipkg install logrotate
Installing logrotate (3.7.1-4) to /opt/...
Downloading http://ipkg.nslu2-linux.org/feeds/op...1-4_mipsel.ipk
wget: ipkg.nslu2-linux.org: Unknown host
Nothing to be done
An error ocurred, return value: 22.
Collected errors:
ipkg_download: ERROR: Command failed with return value 1: `wget -q -P /opt/ipkg-o1GRVF http://ipkg.nslu2-linux.org/feeds/op...1-4_mipsel.ipk'
Failed to download logrotate. Perhaps you need to run 'ipkg update'?
I would like to know if there's something that I can do... To me it looks like there's a problem with the website where wget gets everything. I am writing from the same station, so internet's working fine...
Please advise...