Multiple IPs for reseller problem - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: Multiple IPs for reseller problem (/thread-15739.html) |
Multiple IPs for reseller problem - ShinZan - 01-18-2012 07:00 PM I have a block of 5 ips xx.xx.201.61 - xx.xx.201.65 Ubuntu 11.10 and ISP 1.07 When i loginto Ubuntu i see my primary ip on eth0 and 2 other ones that ive configured on virtual interfaces of eth0:2 and eth0:3 Usage of /: 1.4% of 915.63GB IP address for eth0: xx.xx.201.61 Memory usage: 5% IP address for eth0:2: xx.xx.201.62 Swap usage: 0% IP address for eth0:3: xx.xx.201.63 so thats all good and my interfaces contents are : Code: # This file describes the network interfaces available on your system so in the reseller interface the 2nd ips are indeed listed on eth0 and i can ping all the addresses on the local box so thats great. My problem is i can't reach the .62 and .63 from the outside. I have no firewall and the box is sitting right on the internet connected to the cable modem. The websites on the virtual interfaces are not reachable, I can't even ping these ip adddresses. I can ping xx.xx.201.61 and all websites on that ip work fine. However, pinging xx.xx.201.62 and xx.xx.201.63 fail. ifconfig Code: eth0 Link encap:Ethernet HWaddr 00:13:72:fc:87:7b can anyone lend any thoughts about how to get these websites working? One thing I noticed on the virtual interfaces is that the netmask is xx.255.255.255 and the mask is 255.255.255.255 and I was expecting it to be 255.255.255.0,since I'm using a /24 but i'm no expert. I am using these alternate ip addresses for SSL Certificates so if you were wondering Thanks a lot guys! David RE: Multiple IPs for reseller problem - ShinZan - 02-14-2012 03:43 AM Well this seems to work and then sometimes it doesn't work now im very confused. I regenerated my config files while working to solve a problem with fcgi and now my 62 static ip address is not reachable from the outside. Can anyone lend any thoughts? David |