netadmin issue

User avatar
tot3nkopf
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 4058
Joined: 02 Feb 2006 10:41
Location: Germany & Romania
Contact:

Post by tot3nkopf »

There are some problems regarding using netadmin with some range of IP's. We had problems using 223.x.x.x . We ended configuring linux files manually because the release was too old and the client wasn't paying SMS anymore.
User avatar
Konstantinos.E
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 616
Joined: 12 Jan 2010 04:15
Location: Honolulu

Post by Konstantinos.E »

Witch linux files i have to configure manually??can u guide me?
johank

Post by johank »

Use hyper terminal when you log in on the PABX and capture everything you do into a text file. Upload the captured file. Maybe there is just one small step which could be wrong.
User avatar
tot3nkopf
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 4058
Joined: 02 Feb 2006 10:41
Location: Germany & Romania
Contact:

Post by tot3nkopf »

1.su
2. cd /etc/sysconfig/network-scripts
3. cp ifcfg-etho ifcfg-eth0:0
4. vi ifcfg-eth0:0
modify as needed :
DEVICE="eth0:0"

ex:
DEVICE="eth0:0"
ONBOOT="yes"
BOOTPROTO="none"
IPADDR="223.168.90.100"
NETMASK="255.255.0.0"
NETWORK="223.168.0.0"
BRODCAST="223.168.255.255"


Adding gateway
5. Using netadmin -m you add "default router" let's say 192.168.1.1 (we just need this in order to modify it)

6. su
7. vi /etc/sysconfig/network

modify gateway:
ex:GATEWAY="223.168.0.1"
8.lanpbxbuild -auto
9.Using su
crontab -e 5 * * * * service network restart
10. service network restart

Read me:
-using route we can see the declared routes
- using ifconfig we can see the ip configured
- after each Call server restart we must issue a service network restart command
User avatar
Konstantinos.E
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 616
Joined: 12 Jan 2010 04:15
Location: Honolulu

Post by Konstantinos.E »

First of all thank you tot3nkopf for your help.From vi ifcfg-eth0:0 there wasnt nothing to modify cause everything was setup correcly from netadmin but for some reason i could not ping it.

finally i found the solution by entering this command :

ifconfig eth0:0 10.3.1.100 up

and after a reboot worked.:cool:


Thank you all again!!
User avatar
tot3nkopf
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 4058
Joined: 02 Feb 2006 10:41
Location: Germany & Romania
Contact:

Post by tot3nkopf »

This means you had a different issue than mine.
User avatar
frank
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 3405
Joined: 06 Jul 2004 00:18
Location: New York
Contact:

Post by frank »

Start from scratch
Go in /etc/hosts , and remove all but localhost
reboot
run netadmin
do your config
reboot again
check it out and let us know
Code Free Or Die
User avatar
Konstantinos.E
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 616
Joined: 12 Jan 2010 04:15
Location: Honolulu

Post by Konstantinos.E »

Hello

Thanks for your post.

I didnt had the chance to go from the customer to try that but so far everything is working .:cool:
jasonwal

Post by jasonwal »

You can console in the system and simply run netadmin with out any switches and run through the installation script to setup all of the proper settings this should correct your issues... also reboot after this is done.
Post Reply

Return to “IP”