To add more than 500 ips


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting To add more than 500 ips
# 1  
Old 09-22-2009
To add more than 500 ips

Hi,

I have a server, which has more than of 1000 ip address, but only 500 ip address are responding in the Server. Here below the error message received while restarting the named

Code:
Sep 22 00:25:00 ns2 named[30101]: creating IPv4 interface eth0:595 failed;
interface ignored
Sep 22 00:25:00 ns2 named[30101]: listening on IPv4 interface eth0:596,
74.50.91.156#53
Sep 22 00:25:00 ns2 named[30101]: could not listen on UDP socket: not enough
free resources
Sep 22 00:25:00 ns2 named[30101]: creating IPv4 interface eth0:596 failed;
interface ignored
Sep 22 00:25:00 ns2 named[30101]: listening on IPv4 interface eth0:597,
74.50.91.157#53
Sep 22 00:25:00 ns2 named[30101]: could not listen on UDP socket: not enough
free resources
Sep 22 00:25:00 ns2 named[30101]: creating IPv4 interface eth0:597 failed;
interface ignored
Sep 22 00:25:00 ns2 named[30101]: listening on IPv4 interface eth0:598,
74.50.91.158#53
Sep 22 00:25:00 ns2 named[30101]: could not listen on UDP socket: not enough
free resources
Sep 22 00:25:00 ns2 named[30101]: creating IPv4 interface eth0:598 failed;
interface ignored
Sep 22 00:25:00 ns2 named[30101]: listening on IPv4 interface eth0:599,
74.50.91.160#53
Sep 22 00:25:00 ns2 named[30101]: could not listen on UDP socket: not enough
free resources


Please let me know how to activiate the other 500 ip address in the SErver.

Last edited by DukeNuke2; 09-22-2009 at 11:12 AM.. Reason: added code tags
# 2  
Old 09-22-2009
# 3  
Old 09-22-2009
I have values more than that, as specified in the url given. The ip's more than 500 are not listening to the 53 port...
# 4  
Old 09-22-2009
i don't know WHICH resources are full... my first post was only a guess. review your resources an check what's the problem. i don't know linux that good but the tools schould be someting like:

Code:
vmstat
mpstat
top
iostat
...

# 5  
Old 09-22-2009
Hey, its not related to the command that you have given.
# 6  
Old 09-22-2009
Maybe you should post on ip-networking - The UNIX and Linux Forums for named tuneup question or Linux - The UNIX and Linux Forums for specific Linux question.

Your thread title is irrelevant.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Add two different subnet public IPs to single NIC or two different NIC on same box

Hello Admins, My ask is how can I add two different subnet IPs to same box with two different gateways? The issue is I can connect to the box when I am on ethernet LAN, but I am not able to connect to the same IP when I am on wifi. The server is RHEL 7 VM on vmware. How can I get connected... (4 Replies)
Discussion started by: snchaudhari2
4 Replies

2. HP-UX

Find file more than 500 MB

Hi, I used to use the below command on Solaris find /var/tmp -size +500000 -exec ls -e {} \; but this command does not seem to work on HP-UX. Can you help me list all files under /var/tmp and its sub-directories which are more than 500MB in size ? (7 Replies)
Discussion started by: mohtashims
7 Replies

3. Shell Programming and Scripting

Deleting all lines except last 500

Hi All, I want to write a script which first check the line counts of a file if its more than 500 it deletes rest except the last 500.. I tried sed but it looks sed counts line numbers from the head & not from tail.. May be I need a wc -l frist then apply if statement & pass on the line count... (17 Replies)
Discussion started by: ailnilanjan
17 Replies

4. UNIX Desktop Questions & Answers

for loop (001 to 500)

hey, how do i create a for loop that runs for i from 001 to 500 ? i need that the zero prefix will remain so when i print "i" it will look like so: 001 002 . . 008 009 . . 058 059 . . 500 please advise. (2 Replies)
Discussion started by: boaz733
2 Replies

5. Shell Programming and Scripting

Fill the values between -500 to 500 -awk

input -200 2.4 0 2.6 30 2.8 output -500 0 -499 0 -488 0 .......... .......... .... -200 2.4 .... ... 0 2.6 (6 Replies)
Discussion started by: quincyjones
6 Replies

6. IP Networking

To add more than 500 ips

To add more than 500 ips Hi, I have a server, which has more than of 1000 ip address, but only 500 ip address are responding in the Server. Here below the error message received while restarting the named Code: Sep 22 00:25:00 ns2 named: creating IPv4 interface... (2 Replies)
Discussion started by: gsiva
2 Replies

7. UNIX for Dummies Questions & Answers

how to tail last 500 lines and vi them?

I have a very large log file and it speed up scrolling. so I want to tail last 500 lies and see using vi editor. tail -n 500 large_file | small_file | vi {}; this won't work. I'm very novice on Unix. TIA. (2 Replies)
Discussion started by: kang
2 Replies

8. Windows & DOS: Issues & Discussions

HTTP Status 500

Hello all, sori my english very bad,but 1 month i search about this case and nothing can help,maybe I wrong place but please if anybody can help me about this error: java.lang.ArrayIndexOutOfBoundsException: 0 >= 0 at java.util.Vector.elementAt(Vector.java:432) at... (2 Replies)
Discussion started by: fredginting
2 Replies

9. News, Links, Events and Announcements

Linux Notebook for $500

Balance 14.1" Notebook Computer with CD-ROM Drive (2 Replies)
Discussion started by: Perderabo
2 Replies
Login or Register to Ask a Question