
10-11-2002, 01:36 PM
|
|
Registered User
|
|
Join Date: Jun 2002
Posts: 43
|
|
hello all,
is there anyways to find out if you really have 10 ips on your dedicated server?
|

10-11-2002, 01:46 PM
|
|
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
|

10-11-2002, 01:48 PM
|
|
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.0 b) TX bytes:0 (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:0
RX bytes:7588 (7.4 Kb) TX bytes:7588 (7.4 Kb)
|

10-11-2002, 01:51 PM
|
|
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
|

10-11-2002, 01:54 PM
|
|
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"
|

10-11-2002, 02:01 PM
|
|
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
|

10-11-2002, 02:48 PM
|
|
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
|

10-11-2002, 02:54 PM
|
|
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 
|

10-11-2002, 03:27 PM
|
|
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.
|

10-11-2002, 03:27 PM
|
|
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
|

10-11-2002, 03:52 PM
|
|
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?
|

10-11-2002, 03:54 PM
|
|
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.
|

10-11-2002, 04:44 PM
|
|
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
|
__________________
|

10-13-2002, 10:13 AM
|
|
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?)
|

10-13-2002, 10:20 AM
|
|
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 )
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| 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
HTML code is Off
|
|
|
|
|
|
| Login: |
|
|
| Advertisement: |
|
|
| Web Hosting News: |
|
|
|