httpd on ppp0

Denis Vlasenko vda.linux at googlemail.com
Sun Nov 5 11:56:01 PST 2006


On Sunday 05 November 2006 17:33, Démi Zsolt wrote:
> Hi 4ALL,
> 
> I have a working busybox httpd server on my at91rm9200 based board (I 
> can reach it throught ethernet).
> 
> When I activate the gprs connnection on the board and there is no eth0 
> just ppp0 (ifdown eth0; pon gprs) I can't reach the httpd server with 
> the public ip address of gprs connection. The telnted server do the 
> same. Any idea? Is it normal?

Do you see httpd's socket in "lsof -nP"? Is it bound to 0.0.0.0 or
to specific IP?

tcpdump of connection attempt? strace p `pidof httpd` of the same?
--
vda


More information about the busybox mailing list