php script not working

Discussion in 'Installation/Configuration' started by ubekhet, Aug 19, 2006.

  1. ubekhet

    ubekhet New Member

    I have NAT in my router. I paste here ifconfig output.


    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:23128 errors:0 dropped:0 overruns:0 frame:0
    TX packets:23128 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:6701216 (6.3 MiB) TX bytes:6701216 (6.3 MiB)

    wlan0 Link encap:Ethernet HWaddr 00:0F:EA:0B:33:4B
    inet addr:192.168.0.11 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::20f:eaff:fe0b:334b/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:10125566 errors:0 dropped:0 overruns:0 frame:0
    TX packets:12151924 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:724994725 (691.4 MiB) TX bytes:2161243672 (2.0 GiB)
    Memory:ee800000-ee801fff
     
  2. falko

    falko Super Moderator ISPConfig Developer

    You're using the wrong IP address in ISPConfig. You're currently using 80.32.129.248 (your router's public IP address), but you should use 192.168.0.11 instead. Always use the IP address you see when you run
    Code:
    ifconfig
    .
     
  3. ubekhet

    ubekhet New Member

    I change the ip address (192.168.0.11), then php script is working. But i don't understand somethings that I continue investigate.

    Thanks for all Farko
     

Share This Page