thats the DDNS to my openwrt's i.p address, i can see the /www when im in a local computer but when trying to access from the outside the server just dont deliver.
my httpd looks like this:
httpd -h /www -p 8080 -r WRT54G Router
but i also have lighttp running:
422 root 408 S udhcpc -i vlan1 -b -p /var/run/vlan1.pid -R
457 nobody 440 S dnsmasq -l /tmp/dhcp.leases -K -F 192.168.1.100,192.168.1.250,255.255.255.0,12h -I vlan1
463 root 420 S /usr/sbin/dropbear
471 root 304 S telnetd -l /bin/login
2873 root 644 R /usr/sbin/dropbear
2874 root 548 S -ash
3185 root 392 S httpd -h /www -p 8080 -r WRT54G Router
3277 root 676 S lighttpd -f lighttpd.conf
3302 root 384 R ps -aux
(actually i dont know why telnet is still there since i have rebooted and its supposed to be disabled after the changing password thing)
some of my nvram settings look loke this:
wan_unit=0
wan_run_mtu=1500
wan_lease=86400
lan_netmask=255.255.255.0
vlan2hwname=et0
wan_proto=dhcp
wan_hwaddr=00:0C:41:BD:DD:52
lan_ifnames=vlan2 eth2
wan_get=dns
wan_ifnames=vlan1
lan_ipaddr=192.168.1.1
lan_proto=static
vlan1hwname=et0
lan_ifname=br0
wan_primary=1
wan_gateway_buf=0.0.0.0
wan_iface=vlan1
wan_mtu=1500
wan_ifname=vlan1
as said at the beginin this is Openwrt (white russian rc3) on a v1.1 AP.. using a DynDNS that pings but does not serve /www to external requests but only to local petitions.
thanks in advance for any clue
/a
