Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Change IP address of Conversant 2

Status
Not open for further replies.

transmit

Technical User
Aug 4, 2003
56
0
0
US
I need to change the network that our Conversant V8 is on and was wondering if any one knows how I can change the IP address and default gateway. Thanks
 
Try this


cd etc/inet/
./menu

system will respond sth like netcfg(try this command)\

after that use

rc.restart

command

Hope this helps
GuzaPasha
 
I'm also assuming that you are changing host names also.
Use 'uname -S newhostname' to change the host name
Check the following files for ip and host names changes:
/etc/inet/hosts
/etc/net/ticlts/hosts
/etc/net/ticots/hosts
/etc/net/ticotsord/hosts
/etc/inet/config (check the route stmts)
/etc/inet/nb.conf
If you do not have a dns server, be sure to check
/etc/hosts
Change ip addresses and net masks in
/etc/confnet.d/inet/interface
Add default router info to /etc/inet/rc.inet
Use '/usr/sbin/route add default xxx.xxx.xxx.xx h' where xxx is the ip addr and h is hops.
Add domain name changes in /etc/resolv.conv

Hope this info helps, I've been through it all!
 
Oops, sorry, after proofing my msg, try /etc/resolv.conf
 
Thanks for your help guy I did this at 3:AM (24/7 call center) and it worked great everything is talking and pinging I also noticed that I could do netcfg from root with out changing directory thanks again for your help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top