hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Dedicated Server : Free IPs (10)
Reply

Dedicated Server Current and past experiences with dedicated server providers, bandwidth, and server performance. Review managed and unmanaged dedicated web servers, discuss both Windows and Unix dedicated server solutions, and discuss dedicated hosting providers. If your service is unavailable, please click here.
Forum Jump

Free IPs (10)

Reply Post New Thread In Dedicated Server Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 10-11-2002, 01:36 PM
control control is offline
Registered User
 
Join Date: Jun 2002
Posts: 43

Free IPs (10)


hello all,

is there anyways to find out if you really have 10 ips on your dedicated server?

Reply With Quote


Sponsored Links
  #2  
Old 10-11-2002, 01:46 PM
Faggle Faggle is offline
Junior Guru
 
Join Date: May 2002
Posts: 190
if its unix/linux: /sbin/ifconfig -a

Now if it doesn't show 10 ips you probably have them only you havent bound them to your machine so talk to your provider if 10 doesnt show up.

__________________
C Code. C code run. Run, code, run...
Segmentation fault (core dumped).. aww sh!t

Reply With Quote
  #3  
Old 10-11-2002, 01:48 PM
control control is offline
Registered User
 
Join Date: Jun 2002
Posts: 43
here is wat I've got

PHP Code:
eth0      Link encap:Ethernet  HWaddr 00:08:A1:1A:6F:35  
          inet addr
:66.111.38.xxx  Bcast:66.111.38.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU
:1500  Metric:1
          RX packets
:165432 errors:0 dropped:0 overruns:0 frame:0
          TX packets
:119546 errors:0 dropped:0 overruns:0 carrier:0
          collisions
:0 txqueuelen:100 
          RX bytes
:31147092 (29.7 Mb)  TX bytes:141786639 (135.2 Mb)
          
Interrupt:11 Base address:0x8000 

eth1      Link encap
:Ethernet  HWaddr 00:40:63:C1:73:13  
          BROADCAST MULTICAST  MTU
:1500  Metric:1
          RX packets
:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets
:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions
:0 txqueuelen:100 
          RX bytes
:(0.0 b)  TX bytes:(0.0 b)
          
Interrupt:11 Base address:0xe400 

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
:84 errors:0 dropped:0 overruns:0 frame:0
          TX packets
:84 errors:0 dropped:0 overruns:0 carrier:0
          collisions
:0 txqueuelen:
          RX bytes
:7588 (7.4 Kb)  TX bytes:7588 (7.4 Kb

Reply With Quote
Sponsored Links
  #4  
Old 10-11-2002, 01:51 PM
Faggle Faggle is offline
Junior Guru
 
Join Date: May 2002
Posts: 190
you only have 1 ip right now ask your provider what are your other 9 ips so you can bind them

__________________
C Code. C code run. Run, code, run...
Segmentation fault (core dumped).. aww sh!t

Reply With Quote
  #5  
Old 10-11-2002, 01:54 PM
cybotix cybotix is offline
WHT Addict
 
Join Date: Sep 2002
Posts: 174
ahh, united.colo

in ur /etc/rc.conf u probably have a line like this

ifconfig_eth0="inet 66.111.38.10 netmask 255.255.255.0"

assuming ur ip address is 66.111.38.10 to 19, u should add

ifconfig_eth0_alias0="inet 66.111.38.11 netmask 255.255.255.255"
ifconfig_eth0_alias1="inet 66.111.38.12 netmask 255.255.255.255"
...
...
ifconfig_eth0_alias8="inet 66.111.38.19 netmask 255.255.255.255"

Reply With Quote
  #6  
Old 10-11-2002, 02:01 PM
control control is offline
Registered User
 
Join Date: Jun 2002
Posts: 43
Quote:
Originally posted by cybotix
ahh, united.colo

in ur /etc/rc.conf u probably have a line like this

ifconfig_eth0="inet 66.111.38.10 netmask 255.255.255.0"

assuming ur ip address is 66.111.38.10 to 19, u should add

ifconfig_eth0_alias0="inet 66.111.38.11 netmask 255.255.255.255"
ifconfig_eth0_alias1="inet 66.111.38.12 netmask 255.255.255.255"
...
...
ifconfig_eth0_alias8="inet 66.111.38.19 netmask 255.255.255.255"
yeah it's unitedcolo.... :p

I don't see /etc/rc.conf on my server ... do i have to create that or wat? ... please help me

Reply With Quote
  #7  
Old 10-11-2002, 02:48 PM
Faggle Faggle is offline
Junior Guru
 
Join Date: May 2002
Posts: 190
hes got linux not freebsd everything isnt as simple as freebsd

__________________
C Code. C code run. Run, code, run...
Segmentation fault (core dumped).. aww sh!t

Reply With Quote
  #8  
Old 10-11-2002, 02:54 PM
cybotix cybotix is offline
WHT Addict
 
Join Date: Sep 2002
Posts: 174
Quote:
Originally posted by Faggle
hes got linux not freebsd everything isnt as simple as freebsd
oh

Reply With Quote
  #9  
Old 10-11-2002, 03:27 PM
control control is offline
Registered User
 
Join Date: Jun 2002
Posts: 43
Quote:
Originally posted by Faggle
hes got linux not freebsd everything isnt as simple as freebsd
I called unitedcolo and the tech guy said that each machine has it 10 ips when they set up. I don't know if that is true or not, it seems like that tech guy doesn't know more than me.

Reply With Quote
  #10  
Old 10-11-2002, 03:27 PM
leeb leeb is offline
Junior Guru Wannabe
 
Join Date: Aug 2002
Location: Wilmington, NC
Posts: 34
First a have to ask did you ask them for 10 IPs if not then you just received one.

They would have also sent them to you in an e-mail so you could have loaded them when you needed them.

__________________
Lee B. Remsnyder, Jr.
http://www.ServNetix.com
Providing Billing, Marketing and Customer Care Solutions

Reply With Quote
  #11  
Old 10-11-2002, 03:52 PM
control control is offline
Registered User
 
Join Date: Jun 2002
Posts: 43
Quote:
Originally posted by leeb
First a have to ask did you ask them for 10 IPs if not then you just received one.

They would have also sent them to you in an e-mail so you could have loaded them when you needed them.
well, they did send me [quote]IP Block: 66.111.38.xxx -- 66.111.38.xxx[/code] but only one ip works... wonder where the rest is... or how to activate them?

Reply With Quote
  #12  
Old 10-11-2002, 03:54 PM
cybotix cybotix is offline
WHT Addict
 
Join Date: Sep 2002
Posts: 174
u have to bind the other 9 ip addresses to the interface. my previous post was how to do it in freebsd, i'm sure something similar can be done in linux. maybe u can take a look at ifconfig's man pages.

Reply With Quote
  #13  
Old 10-11-2002, 04:44 PM
chuckt101 chuckt101 is offline
Web Hosting Master
 
Join Date: Jul 2001
Posts: 889
Quote:
ifconfig ethn ip-address up
sh-2.05$ifconfig eth0 66.111.38.xx up

__________________


Reply With Quote
  #14  
Old 10-13-2002, 10:13 AM
fog fog is offline
Web Hosting Master
 
Join Date: Jun 2002
Posts: 1,373
I think what you want, if you want to add multiple IPs, is something like this:

ifconfig eth0 66.111.38.1
ifconfig eth0:0 66.111.38.2
ifconfig eth0:1 66.111.38.3

and so on. I just setup my desktop machine (Linux) to have a few IPs on the LAN since I was curious, and running what aragon says will set you to have the one IP you give it. (Also, be prepared for the possibility of screwing up your routing tables... I think that was my doing, though... But you might want to run "route -n" beforehand and save it or something, just in case?)

Reply With Quote
  #15  
Old 10-13-2002, 10:20 AM
sonic sonic is offline
Junior Guru
 
Join Date: Jun 2002
Posts: 209
Quote:
I called unitedcolo and the tech guy said that each machine has it 10 ips when they set up. I don't know if that is true or not, it seems like that tech guy doesn't know more than me.
ya that's true
Unitedcolo is honest on this and they gave u all 10 ips when you received the server . You don't need to make up any reasons to get your ips.

In your welcome letter,they should've metioned your ip block there .

you just need to bind them to your server. (if u dont know how to do it , you can do a search )

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Spammy Hosting Clients Won't Affect Your Site Ranking: Google Blog 2013-04-10 13:36:07
Web Host PromptSpace Launches Shared Hosting Platform Web Hosting News 2011-12-27 18:15:25
Telecommunications Firm Cox Discontinues Free Personal Hosting Web Hosting News 2011-11-04 19:41:11
Web Hosting Sales and Promos Roundup - October 21, 2011 Web Hosting News 2011-10-21 21:21:38
Web Host Bluehost Launches Reseller Hosting Web Hosting News 2011-10-14 15:16:37


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?