ssh access
A minor irritation rather than anything greater, but recently when ssh-ing into one of my boxes, there is a delay of about a minute before the login is possible. It's not a major problem but my iPhone webssh app times out before I get to log in, though I can log in from a laptop or desktop on the network.
My other box works fine. I don't know what I've done to make this happen but any suggestions would be welcome.
do you have the same issue using telnet?
What do the loads look like on your livebox webpage?
Do you have the livebox exposed to the DMZ of your router? I'm only asking as I have had a flurry of remote accesses attempted from random ip addresses (Usually they 'appear' to be from Isreal for some reason)
I take it your HAHs are on 192.xxx.xxx.7 and 9
The ones labelled [DOS] are a little alarming. I would be checking out those ip addresses. Maybe there is a lot of traffic that the router is checking but doesn't look like it is constant.
so why do the ones on 7 & 9 send packets that have [HAH Web Serv rule match]?
SSH and Telnet will both exhibit delays if you have not setup /etc/resolv.conf correctly. Both try to reverse lookup the source IP of the connection. If it can't do this you get a pause.
# cat /etc/resolv.conf
search local
nameserver 192.168.1.20
Mine look like this. local is the domainname for my "local" network and I run a personal DNS you may want to omit that and just it at your router, which is what most folk do.
Brett
which box?
Is it the Livebox or the Pi?