Page 2 of 2

Posted: 15 Feb 2010 03:02
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.

Posted: 15 Feb 2010 04:25
by Konstantinos.E
Witch linux files i have to configure manually??can u guide me?

Posted: 15 Feb 2010 07:32
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.

Posted: 15 Feb 2010 09:43
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

Posted: 18 Feb 2010 03:26
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!!

Posted: 18 Feb 2010 04:12
by tot3nkopf
This means you had a different issue than mine.

Posted: 21 Feb 2010 08:59
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

Posted: 24 Feb 2010 08:55
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:

Posted: 22 Jul 2010 17:12
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.