secondary ip's not listening to port 80

Discussion in 'Installation/Configuration' started by mspIggy, Jul 8, 2008.

  1. mspIggy

    mspIggy New Member

    having real problems

    new install

    ubuntu server amd64 with ISPConfig

    it seems the only ip i can see with telnet on port 25 is the base ip i have assigned to the box --

    all others >

    telnet: connect to address 209.xxx.xx.xx: Connection timed out
    telnet: Unable to connect to remote host: Connection timed out
    You have new mail in /home/.xxxx

    this works fine for the 'assigned ip'

    i am very worried...
     
  2. mspIggy

    mspIggy New Member

    in looking at my 'interfaces' file

    /etc/network/interfaces

    only the assigned base ip is here...

    do i have to add the rest of these on, per line 'adderss' xxx.xx.xx.xx ??

    how do we tell the server there are more than one ip to work with?

    thank you

    phil
     
  3. falko

    falko Super Moderator Howtoforge Staff

    What are the outputs of
    Code:
    netstat -tap
    and
    Code:
    ifconfig
    ?
    What's in /etc/network/interfaces?
     

Share This Page