Hi, I am having trouble connecting to my server running ISPConfig (installed and running). I will leave the DNS nightmare for later...right now I can not even ping either of the static IP's I have configured in /etc/hosts from another machine on a different network (request timed out). I can ping both IP's from the server itself with no errors. This is what is in my /etc/hosts file. 127.0.0.1 localhost.localdomain localhost www 68.149.224.197 www.hostesp1.com www 68.149.224.198 mail.hostesp1.com mail Any suggestion much appreciated. Brian
If the other machine is on a different network, is your router configured to forward ping requests to your server? Please post the output of the command "ifconfig" from your server.
Hi, I do not have a router installed on the server. Just a connection (2) from the modem directly to the NIC (dual port). Brian
IFCONFIG OUTPUT: eth0 Link encap:Ethernet HWaddr 00:50:8BF0:18 inet addr:68.149.224.197 Bcast:68.255.255.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:15560966 errors:0 dropped:0 overruns:0 frame:0 TX packets:294 errors:0 dropped:0 overruns:0 carrier:0 Collisions:0 txqueuelen:1000 RX bytes:978370143 (933.0 MiB) TX bytes:27609 (26.9 KiB) Interrupt:29 Base address:0x5000 Memory:ecbf0000-ecbf0038 eth1 Link encap:Ethernet HWaddr 00:50:8BF0:19 inet addr:68.149.224.198 Bcast:68.255.255.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:15568537 errors:0 dropped:0 overruns:0 frame:0 TX packets:16837 errors:0 dropped:0 overruns:0 carrier:0 Collisions:0 txqueuelen:1000 RX bytes:999466387 (953.1 MiB) TX bytes:1619443 (1.5 MiB) Interrupt:28 Base address:0x5020 Memory:ecbe0000-ecbe0038 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:2185 errors:0 dropped:0 overruns:0 frame:0 TX packets:2185 errors:0 dropped:0 overruns:0 frame:0 Collisions:0 txqueuelen:0 RX bytes:135619 (132.0 KiB) TX bytes:135619 (132 KiB)
Hi, A related issue...what IP address(s) does bind listen on? Do I have to configure a dedicated IP for bind so I can setup my own nameserver? Brian
I can ping 68.149.224.198, but not 68.149.224.197. Did you configure the correct gateway for the latter IP address? Also, as I've posted in another thread before, your network configuration (broadcast address) seems to be wrong. Normally, Bind listens on all IP addresses, unless you configure something else. You can check with Code: netstat -tap on which IP addresses Bind is listening. And you don't need a dedicated IP address for Bind.
hi, I can ping 68.149.224.198 sometimes...but not all the time. My ISP tells me that 68.149.224.197 is not visible on my modem. They are sending a tech tomorrow....until then...thanks