ISPConfig 2.2.8 + Dynamic IP + CENTOS 4.4

Discussion in 'Installation/Configuration' started by error, Dec 5, 2006.

  1. error

    error New Member

    how to configure dynamic ip in ispconfig ??

    Centos 4.4 and ispconfig 2.2.8

    mi actual ip dynamic is 200.73.77.192 / http://200.73.77.192:81

    thx!:D
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ifconfig
    ?
     
  3. error

    error New Member

    Code:
    [root@servidor ~]# ifconfig
    
    eth0       Link encap:Ethernet HWaddr 00:15:58:03:54:A9
                 inet addr:192.168.1.165 Bdcast:192.168.1.255  Mask:255.255.255.0
                 inet6 addr: fe80:21558ff:fe03:54a9/64 Scope:Link
                 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
                 RX packets:4247 errors:0 dropped:0 overruns:0 frame:0
                 TX packets:2913 errors:0 dropped:0 overruns:0 carrier:0
                 collisions:0 txqueuelen:1000
                 RX bytes:3237440 (3.0 MiB) TX bytes:764243 (746.3 KiB)
                 Interrupt:169 Base address:0xfc00
    
    eth0:0    Link encap:Ethernet HWaddr 00:15:58:03:54:A9
                 inet addr:192.168.1.101 Bdcast:192.168.1.255  Mask:255.255.255.0
                 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
                 Interrupt:169 Base address:0xfc00
    
    lo           Link encap:Local Loopback
                 inet addr:127.0.0.1  Mask:255.0.0.0
                 inet6 addr:  ::1/128 Scope:Host
                 UP BROADCAST RUNNING MTU:16436 Metric:1
                 RX packets:1117 errors:0 dropped:0 overruns:0 frame:0
                 TX packets:1117 errors:0 dropped:0 overruns:0 carrier:0
                 Collisions:0 txqueuelen:0
                 RX bytes:65329 (63.7 KiB)  Tx bytes:65329 (63.7 KiB)
    thx for response, sorry for me bad english!
     
    Last edited: Dec 6, 2006
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    You can not configure dynamic IP addresses in ISPConfig. Get a domain at e.g. dyndns.org and use ddclient to update the dns records for this domain automatically. Inside ISPConfig you must use your internal IP address 192.168.1.165 or 192.168.1.101 depending on your router settings.
     

Share This Page