<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://docs.telcobridges.com/mediawiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs.telcobridges.com/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yung</id>
		<title>TBwiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://docs.telcobridges.com/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yung"/>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Special:Contributions/Yung"/>
		<updated>2026-05-29T22:40:52Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.1</generator>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Toolpack_system_systemId_reconfiguration_2-3</id>
		<title>Toolpack system systemId reconfiguration 2-3</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Toolpack_system_systemId_reconfiguration_2-3"/>
				<updated>2010-03-31T20:30:20Z</updated>
		
		<summary type="html">&lt;p&gt;Yung: Error type Start intead Stop.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This procedure explains how to change the [[System_Id|SystemId]] of a Toolpack system.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Change the [[System_Id|SystemId]] of your system ===&lt;br /&gt;
Choose one of the 2 following methods:&lt;br /&gt;
&lt;br /&gt;
====First Method: Through the Web Portal====&lt;br /&gt;
* Log on the Web Portal&lt;br /&gt;
* Go into the System menu&lt;br /&gt;
* Edit your system (ex. system_1)&lt;br /&gt;
* Change the Gateway Port([[System_Id|SystemId]])&lt;br /&gt;
* Press the Save button&lt;br /&gt;
&lt;br /&gt;
====Second Method: Directly in the database====&lt;br /&gt;
To use if you don't have access to the web portal.&lt;br /&gt;
* Connect to the database.&lt;br /&gt;
    mysql -utbdb -p -h 'MyHostName' toolpack_0&lt;br /&gt;
* Modify the adapter serial number (serial number of the Tmedia motherboard) WARNING:: Do not confuse with Linux host serial number!&lt;br /&gt;
    UPDATE virtual_adapters SET serial='[NewTmediaSerial]' WHERE serial='[OldTmediaSerial]';&lt;br /&gt;
    UPDATE virtual_adapters SET name='[NewTmediaSerial]' WHERE name='[OldTmediaSerial]';&lt;br /&gt;
* Modify the system_infos table&lt;br /&gt;
    UPDATE system_infos SET gw_port='NewSystemId' where gw_port='OldSystemId';&lt;br /&gt;
* Exit&lt;br /&gt;
    exit&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Install the new [[System_Id|SystemId]] ===&lt;br /&gt;
* Use the Toolpack installer to install the [[System_Id|SystemId]]:&lt;br /&gt;
&lt;br /&gt;
[[toolpack_system_reconfiguration_2-3|System reconfiguration procedure for Toolpack release v2.3]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Stop the Toolpack service ===&lt;br /&gt;
* Stop the service&lt;br /&gt;
    tbtoolpack stop OldSystemId&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Change the [[System_Id|SystemId]] of all the Tmedia and TMS ===&lt;br /&gt;
* Telnet to a Tmedia&lt;br /&gt;
** For example, on a TMG, &amp;quot;telnet 172.31.1.1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Enter the 'set_boot' command&lt;br /&gt;
&lt;br /&gt;
* Press enter until you see the following line:&lt;br /&gt;
    gateway port (TBX_GW_PORT=OldSystemId)? :&lt;br /&gt;
&lt;br /&gt;
* Enter the new [[System_Id|SystemId]] value&lt;br /&gt;
&lt;br /&gt;
* Press the Enter key&lt;br /&gt;
&lt;br /&gt;
* Press Ctrl + c&lt;br /&gt;
&lt;br /&gt;
* Reboot the Tmedia&lt;br /&gt;
    reboot&lt;br /&gt;
&lt;br /&gt;
* Repeat those steps for all the Tmedia and TMS of your system&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Start the Toolpack service ===&lt;br /&gt;
* Start the new service&lt;br /&gt;
    tbtoolpack start NewSystemId&lt;br /&gt;
&lt;br /&gt;
=== Step 6: Uninstall the old Toolpack service ===&lt;br /&gt;
* Uninstall the old Toolpack service (NOTE: uninstalling the service will not erase the [InstallDir]/toolpack/setup/[OldSystemId] directory)&lt;br /&gt;
    tbtoolpack uninstall OldSystemId&lt;br /&gt;
&lt;br /&gt;
=== Step 7: Enable the new Toolpack service at startup ===&lt;br /&gt;
* If you want the Toolpack service to start when the host boot, enter the following command:&lt;br /&gt;
    tbtoolpack enable NewSystemId&lt;/div&gt;</summary>
		<author><name>Yung</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Toolpack_system_systemId_reconfiguration_2-3</id>
		<title>Toolpack system systemId reconfiguration 2-3</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Toolpack_system_systemId_reconfiguration_2-3"/>
				<updated>2010-03-31T20:29:19Z</updated>
		
		<summary type="html">&lt;p&gt;Yung: Added the command how to change serial number..&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This procedure explains how to change the [[System_Id|SystemId]] of a Toolpack system.&lt;br /&gt;
&lt;br /&gt;
=== Step 1: Change the [[System_Id|SystemId]] of your system ===&lt;br /&gt;
Choose one of the 2 following methods:&lt;br /&gt;
&lt;br /&gt;
====First Method: Through the Web Portal====&lt;br /&gt;
* Log on the Web Portal&lt;br /&gt;
* Go into the System menu&lt;br /&gt;
* Edit your system (ex. system_1)&lt;br /&gt;
* Change the Gateway Port([[System_Id|SystemId]])&lt;br /&gt;
* Press the Save button&lt;br /&gt;
&lt;br /&gt;
====Second Method: Directly in the database====&lt;br /&gt;
To use if you don't have access to the web portal.&lt;br /&gt;
* Connect to the database.&lt;br /&gt;
    mysql -utbdb -p -h 'MyHostName' toolpack_0&lt;br /&gt;
* Modify the adapter serial number (serial number of the Tmedia motherboard) WARNING:: Do not confuse with Linux host serial number!&lt;br /&gt;
    UPDATE virtual_adapters SET serial='[NewTmediaSerial]' WHERE serial='[OldTmediaSerial]';&lt;br /&gt;
    UPDATE virtual_adapters SET name='[NewTmediaSerial]' WHERE name='[OldTmediaSerial]';&lt;br /&gt;
* Modify the system_infos table&lt;br /&gt;
    UPDATE system_infos SET gw_port='NewSystemId' where gw_port='OldSystemId';&lt;br /&gt;
* Exit&lt;br /&gt;
    exit&lt;br /&gt;
&lt;br /&gt;
=== Step 2: Install the new [[System_Id|SystemId]] ===&lt;br /&gt;
* Use the Toolpack installer to install the [[System_Id|SystemId]]:&lt;br /&gt;
&lt;br /&gt;
[[toolpack_system_reconfiguration_2-3|System reconfiguration procedure for Toolpack release v2.3]]&lt;br /&gt;
&lt;br /&gt;
=== Step 3: Stop the Toolpack service ===&lt;br /&gt;
* Stop the service&lt;br /&gt;
    tbtoolpack stop OldSystemId&lt;br /&gt;
&lt;br /&gt;
=== Step 4: Change the [[System_Id|SystemId]] of all the Tmedia and TMS ===&lt;br /&gt;
* Telnet to a Tmedia&lt;br /&gt;
** For example, on a TMG, &amp;quot;telnet 172.31.1.1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* Enter the 'set_boot' command&lt;br /&gt;
&lt;br /&gt;
* Press enter until you see the following line:&lt;br /&gt;
    gateway port (TBX_GW_PORT=OldSystemId)? :&lt;br /&gt;
&lt;br /&gt;
* Enter the new [[System_Id|SystemId]] value&lt;br /&gt;
&lt;br /&gt;
* Press the Enter key&lt;br /&gt;
&lt;br /&gt;
* Press Ctrl + c&lt;br /&gt;
&lt;br /&gt;
* Reboot the Tmedia&lt;br /&gt;
    reboot&lt;br /&gt;
&lt;br /&gt;
* Repeat those steps for all the Tmedia and TMS of your system&lt;br /&gt;
&lt;br /&gt;
=== Step 5: Start the Toolpack service ===&lt;br /&gt;
* Stop the new service&lt;br /&gt;
    tbtoolpack start NewSystemId&lt;br /&gt;
&lt;br /&gt;
=== Step 6: Uninstall the old Toolpack service ===&lt;br /&gt;
* Uninstall the old Toolpack service (NOTE: uninstalling the service will not erase the [InstallDir]/toolpack/setup/[OldSystemId] directory)&lt;br /&gt;
    tbtoolpack uninstall OldSystemId&lt;br /&gt;
&lt;br /&gt;
=== Step 7: Enable the new Toolpack service at startup ===&lt;br /&gt;
* If you want the Toolpack service to start when the host boot, enter the following command:&lt;br /&gt;
    tbtoolpack enable NewSystemId&lt;/div&gt;</summary>
		<author><name>Yung</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/Toolpack_Installation:toolpack_validate_CentOS5_2-3</id>
		<title>Toolpack Installation:toolpack validate CentOS5 2-3</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/Toolpack_Installation:toolpack_validate_CentOS5_2-3"/>
				<updated>2009-12-03T17:06:23Z</updated>
		
		<summary type="html">&lt;p&gt;Yung: /* gem Installation */ update the version 0.8.8 instead 0.8.7&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If any of those steps fails, refer to the [[Toolpack_prerequisite_CentOS5_2-3|CentOS5 installation guide]]&lt;br /&gt;
&lt;br /&gt;
== Yum Packages ==&lt;br /&gt;
&lt;br /&gt;
*Validation of the following package on the system using yum:&lt;br /&gt;
  yum list installed gcc&lt;br /&gt;
  yum list installed zlib-devel&lt;br /&gt;
  yum list installed mysql-server&lt;br /&gt;
  yum list installed mysql-devel&lt;br /&gt;
  yum list installed mysql-connector-odbc&lt;br /&gt;
  yum list installed pcre&lt;br /&gt;
  yum list installed ruby&lt;br /&gt;
  yum list installed ruby-devel&lt;br /&gt;
  yum list installed libxml2&lt;br /&gt;
  yum list installed libpcap&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
  [root@TL-CENTOS64-02 log]# yum list installed gcc&lt;br /&gt;
  Installed Packages&lt;br /&gt;
  gcc.x86_64                               4.1.2-42.el5           installed&lt;br /&gt;
&lt;br /&gt;
== Other Packages Installed ==&lt;br /&gt;
=== gem Installation ===&lt;br /&gt;
*execute the following command:&lt;br /&gt;
  gem list --local&lt;br /&gt;
: Result should contain:&lt;br /&gt;
  *** LOCAL GEMS ***&lt;br /&gt;
  &lt;br /&gt;
  fcgi (0.8.8)&lt;br /&gt;
      FastCGI library for Ruby.&lt;br /&gt;
  &lt;br /&gt;
  sources (0.0.1)&lt;br /&gt;
      This package provides download sources for remote gem installation&lt;br /&gt;
&lt;br /&gt;
=== lighttpd Installation ===&lt;br /&gt;
*execute the following command:&lt;br /&gt;
  rpm -qa | grep lighttpd&lt;br /&gt;
: Result should contain:&lt;br /&gt;
  lighttpd-1.4.18-1.el5.rf&lt;br /&gt;
  lighttpd-fastcgi-1.4.18-1.el5.rf&lt;br /&gt;
&lt;br /&gt;
=== fcgi Installation ===&lt;br /&gt;
*execute the following command:&lt;br /&gt;
  find /usr/local/lib -name \*fcgi\*&lt;br /&gt;
: Result should contain:&lt;br /&gt;
  /usr/local/lib/libfcgi.so.0.0.0&lt;br /&gt;
  /usr/local/lib/libfcgi.so.0&lt;br /&gt;
  /usr/local/lib/libfcgi.so&lt;br /&gt;
  /usr/local/lib/libfcgi.a&lt;br /&gt;
  /usr/local/lib/libfcgi.la&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== ODBC Configuration ==&lt;br /&gt;
*Verify that the following file exists:&lt;br /&gt;
 ls -al /lib/tb/toolpack/3rdparty/odbc-connector/libmyodbc3_r-3.51.27.so&lt;br /&gt;
&lt;br /&gt;
*Verify odbc config file:&lt;br /&gt;
  cat /etc/odbcinst.ini&lt;br /&gt;
: Result should contain:&lt;br /&gt;
  # Driver from the MyODBC package&lt;br /&gt;
  # Setup from the unixODBC package&lt;br /&gt;
  [MySQL]&lt;br /&gt;
  Description     = ODBC for MySQL&lt;br /&gt;
  Driver          = /lib/tb/toolpack/3rdparty/odbc-connector/libmyodbc3_r-3.51.27.so&lt;br /&gt;
  Setup           = /usr/lib/libodbcmyS.so&lt;br /&gt;
  FileUsage       = 1&lt;br /&gt;
&lt;br /&gt;
== MySQL Configuration ==&lt;br /&gt;
*Verify MySQL config file:&lt;br /&gt;
  cat /etc/my.cnf&lt;br /&gt;
: Result should contain under [mysqld]:&lt;br /&gt;
  log-bin&lt;br /&gt;
  server-id=1&lt;br /&gt;
'''Note''': server-id value may vary, but server-id needs to be a non-zero value and unique when using more than one host.&lt;br /&gt;
&lt;br /&gt;
*Verify if the server is running&lt;br /&gt;
  service mysqld status&lt;br /&gt;
: Result:&lt;br /&gt;
  mysqld (pid 5101) is running...&lt;/div&gt;</summary>
		<author><name>Yung</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/TBLinux:How_to_change_the_ip_address</id>
		<title>TBLinux:How to change the ip address</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/TBLinux:How_to_change_the_ip_address"/>
				<updated>2009-08-25T13:29:17Z</updated>
		
		<summary type="html">&lt;p&gt;Yung: /* Switch from DHCP to static */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article will explain how to change the IP address of TMG800/TMG3200 of the Linux host.&lt;br /&gt;
&lt;br /&gt;
NOTE: Only the eth0 network interface should be change, eth1 should stays at 172.31.1.2 because it is directly connected to the Tmedia base board.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Switch from DHCP to static ==&lt;br /&gt;
&lt;br /&gt;
'''Modify the eth0 configuration'''&lt;br /&gt;
    vi /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
&lt;br /&gt;
''NOTE: you need to remove the line DHCP_HOSTNAME''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    DEVICE=eth0&lt;br /&gt;
    BOOTPROTO=static&lt;br /&gt;
    IPADDR=192.168.1.10&lt;br /&gt;
    NETMASK=255.255.255.0&lt;br /&gt;
    IPV6ADDR=&lt;br /&gt;
    IPV6PREFIX=&lt;br /&gt;
    IPV6_AUTOCONF=yes&lt;br /&gt;
    ONBOOT=yes&lt;br /&gt;
&lt;br /&gt;
'''Add  the default gateway address in the network configuration file'''&lt;br /&gt;
    vi /etc/sysconfig/network&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    HOSTNAME=TB005376&lt;br /&gt;
    NETWORKING=yes&lt;br /&gt;
    GATEWAY=192.168.1.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Modify the DHCP client configuration.'''&lt;br /&gt;
&lt;br /&gt;
''NOTE:If you don't have a nameserver, remove it from the file, if you do set it to a valid one(DNS).''&lt;br /&gt;
&lt;br /&gt;
    vi /etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
:Example of a DNS configuration file without DNS server:&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Example of a DNS configuration file containing a DNS server (in theory the dns server should configure itself properly):&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
    nameserver 192.168.1.5&lt;br /&gt;
&lt;br /&gt;
'''In toolpack.ini, set the variable &amp;quot;TBDB_SERVER_PRI&amp;quot; to the ETH1 IP address.'''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    TBDB_SERVER_PRI = 172.31.1.2&lt;br /&gt;
&lt;br /&gt;
== Switch from static to DHCP ==&lt;br /&gt;
&lt;br /&gt;
'''Modify the eth0 configuration'''&lt;br /&gt;
    vi /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
&lt;br /&gt;
''NOTE: you need to remove the IPADDR and NETMASK lines''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    DEVICE=eth0&lt;br /&gt;
    BOOTPROTO=dhcp&lt;br /&gt;
    IPV6ADDR=&lt;br /&gt;
    IPV6PREFIX=&lt;br /&gt;
    IPV6_AUTOCONF=yes&lt;br /&gt;
    ONBOOT=yes&lt;br /&gt;
    DHCP_HOSTNAME=TB005376&lt;br /&gt;
&lt;br /&gt;
'''Remove the default gateway address in the network configuration file'''&lt;br /&gt;
    vi /etc/sysconfig/network&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    HOSTNAME=TB005376&lt;br /&gt;
    NETWORKING=yes&lt;br /&gt;
&lt;br /&gt;
'''Modify the dhcp client configuration.'''&lt;br /&gt;
&lt;br /&gt;
''NOTE:If you don't have a nameserver, remove it from the file, if you do set it to a valid one(DNS).''&lt;br /&gt;
&lt;br /&gt;
    vi /etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
:Example of a DNS configuration file without DNS server:&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Example of a DNS configuration file containing a DNS server (in theory the dns server should configure itself properly):&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
    nameserver 192.168.1.5&lt;br /&gt;
&lt;br /&gt;
'''In toolpack.ini, set the variable &amp;quot;TBDB_SERVER_PRI&amp;quot; to Hostname.'''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    TBDB_SERVER_PRI = TB005376&lt;/div&gt;</summary>
		<author><name>Yung</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/TBLinux:How_to_change_the_ip_address</id>
		<title>TBLinux:How to change the ip address</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/TBLinux:How_to_change_the_ip_address"/>
				<updated>2009-08-25T13:28:11Z</updated>
		
		<summary type="html">&lt;p&gt;Yung: /* Switch from DHCP to static */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article will explain how to change the IP address of TMG800/TMG3200 of the Linux host.&lt;br /&gt;
&lt;br /&gt;
NOTE: Only the eth0 network interface should be change, eth1 should stays at 172.31.1.2 because it is directly connected to the Tmedia base board.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Switch from DHCP to static ==&lt;br /&gt;
&lt;br /&gt;
'''Modify the eth0 configuration'''&lt;br /&gt;
    vi /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
&lt;br /&gt;
''NOTE: you need to remove the line DHCP_HOSTNAME''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    DEVICE=eth0&lt;br /&gt;
    BOOTPROTO=static&lt;br /&gt;
    IPADDR=192.168.1.10&lt;br /&gt;
    NETMASK=255.255.255.0&lt;br /&gt;
    IPV6ADDR=&lt;br /&gt;
    IPV6PREFIX=&lt;br /&gt;
    IPV6_AUTOCONF=yes&lt;br /&gt;
    ONBOOT=yes&lt;br /&gt;
&lt;br /&gt;
'''Add  the default gateway address in the network configuration file'''&lt;br /&gt;
    vi /etc/sysconfig/network&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    HOSTNAME=TB005376&lt;br /&gt;
    NETWORKING=yes&lt;br /&gt;
    GATEWAY=192.168.1.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Modify the DHCP client configuration.'''&lt;br /&gt;
&lt;br /&gt;
''NOTE:If you don't have a nameserver, remove it from the file, if you do set it to a valid one(DNS).''&lt;br /&gt;
&lt;br /&gt;
    vi /etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
:Example of a DNS configuration file without DNS server:&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Example of a DNS configuration file containing a DNS server (in theory the dns server should configure itself properly):&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
    nameserver 192.168.1.5&lt;br /&gt;
&lt;br /&gt;
'''In toolpack.ini, set the variable &amp;quot;TBDB_SERVER_PRI&amp;quot; to the IP address ETH1.'''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    TBDB_SERVER_PRI = 172.31.1.2&lt;br /&gt;
&lt;br /&gt;
== Switch from static to DHCP ==&lt;br /&gt;
&lt;br /&gt;
'''Modify the eth0 configuration'''&lt;br /&gt;
    vi /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
&lt;br /&gt;
''NOTE: you need to remove the IPADDR and NETMASK lines''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    DEVICE=eth0&lt;br /&gt;
    BOOTPROTO=dhcp&lt;br /&gt;
    IPV6ADDR=&lt;br /&gt;
    IPV6PREFIX=&lt;br /&gt;
    IPV6_AUTOCONF=yes&lt;br /&gt;
    ONBOOT=yes&lt;br /&gt;
    DHCP_HOSTNAME=TB005376&lt;br /&gt;
&lt;br /&gt;
'''Remove the default gateway address in the network configuration file'''&lt;br /&gt;
    vi /etc/sysconfig/network&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    HOSTNAME=TB005376&lt;br /&gt;
    NETWORKING=yes&lt;br /&gt;
&lt;br /&gt;
'''Modify the dhcp client configuration.'''&lt;br /&gt;
&lt;br /&gt;
''NOTE:If you don't have a nameserver, remove it from the file, if you do set it to a valid one(DNS).''&lt;br /&gt;
&lt;br /&gt;
    vi /etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
:Example of a DNS configuration file without DNS server:&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Example of a DNS configuration file containing a DNS server (in theory the dns server should configure itself properly):&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
    nameserver 192.168.1.5&lt;br /&gt;
&lt;br /&gt;
'''In toolpack.ini, set the variable &amp;quot;TBDB_SERVER_PRI&amp;quot; to Hostname.'''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    TBDB_SERVER_PRI = TB005376&lt;/div&gt;</summary>
		<author><name>Yung</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/TBLinux:How_to_change_the_ip_address</id>
		<title>TBLinux:How to change the ip address</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/TBLinux:How_to_change_the_ip_address"/>
				<updated>2009-08-25T13:17:22Z</updated>
		
		<summary type="html">&lt;p&gt;Yung: /* Switch from dhcp to static */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article will explain how to change the ip address of TMG800/TMG3200 of the Linux host.&lt;br /&gt;
&lt;br /&gt;
NOTE: Only the eth0 network interface should be change, eth1 should stays at 172.31.1.2 because it is directly connected to the Tmedia base board.&lt;br /&gt;
&lt;br /&gt;
== Switch from dhcp to static ==&lt;br /&gt;
&lt;br /&gt;
'''Modify the eth0 configuration'''&lt;br /&gt;
    vi /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
&lt;br /&gt;
''NOTE: you need to remove the line DHCP_HOSTNAME''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    DEVICE=eth0&lt;br /&gt;
    BOOTPROTO=static&lt;br /&gt;
    IPADDR=192.168.1.10&lt;br /&gt;
    NETMASK=255.255.255.0&lt;br /&gt;
    IPV6ADDR=&lt;br /&gt;
    IPV6PREFIX=&lt;br /&gt;
    IPV6_AUTOCONF=yes&lt;br /&gt;
    ONBOOT=yes&lt;br /&gt;
&lt;br /&gt;
'''Add  the default gateway address in the network configuration file'''&lt;br /&gt;
    vi /etc/sysconfig/network&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    HOSTNAME=TB005376&lt;br /&gt;
    NETWORKING=yes&lt;br /&gt;
    GATEWAY=192.168.1.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Modify the dhcp client configuration.'''&lt;br /&gt;
&lt;br /&gt;
''NOTE:If you don't have a nameserver, remove it from the file, if you do set it to a valid one(DNS).''&lt;br /&gt;
&lt;br /&gt;
    vi /etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
:Example of a dns configuration file without DNS server:&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Example of a dns configuration file containing a DNS server (in theory the dns server should configure itself properly):&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
    nameserver 192.168.1.5&lt;br /&gt;
&lt;br /&gt;
'''Modify toolpack.ini file the variable &amp;quot;TBDB_SERVER_PRI&amp;quot; to IP address.'''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    TBDB_SERVER_PRI = 172.31.1.2&lt;br /&gt;
&lt;br /&gt;
== Switch from static to dhcp ==&lt;br /&gt;
&lt;br /&gt;
'''Modify the eth0 configuration'''&lt;br /&gt;
    vi /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
&lt;br /&gt;
''NOTE: you need to remove the IPADDR and NETMASK lines''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    DEVICE=eth0&lt;br /&gt;
    BOOTPROTO=dhcp&lt;br /&gt;
    IPV6ADDR=&lt;br /&gt;
    IPV6PREFIX=&lt;br /&gt;
    IPV6_AUTOCONF=yes&lt;br /&gt;
    ONBOOT=yes&lt;br /&gt;
    DHCP_HOSTNAME=TB005376&lt;br /&gt;
&lt;br /&gt;
'''Remove the default gateway address in the network configuration file'''&lt;br /&gt;
    vi /etc/sysconfig/network&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    HOSTNAME=TB005376&lt;br /&gt;
    NETWORKING=yes&lt;br /&gt;
&lt;br /&gt;
'''Modify the dhcp client configuration.'''&lt;br /&gt;
&lt;br /&gt;
''NOTE:If you don't have a nameserver, remove it from the file, if you do set it to a valid one(DNS).''&lt;br /&gt;
&lt;br /&gt;
    vi /etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
:Example of a dns configuration file without DNS server:&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Example of a dns configuration file containing a DNS server (in theory the dns server should configure itself properly):&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
    nameserver 192.168.1.5&lt;br /&gt;
&lt;br /&gt;
'''Modify toolpack.ini file the variable &amp;quot;TBDB_SERVER_PRI&amp;quot; to Hostname.'''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    TBDB_SERVER_PRI = TB005376&lt;/div&gt;</summary>
		<author><name>Yung</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/TBLinux:How_to_change_the_ip_address</id>
		<title>TBLinux:How to change the ip address</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/TBLinux:How_to_change_the_ip_address"/>
				<updated>2009-08-25T13:16:25Z</updated>
		
		<summary type="html">&lt;p&gt;Yung: /* Switch from static to dhcp */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article will explain how to change the ip address of TMG800/TMG3200 of the Linux host.&lt;br /&gt;
&lt;br /&gt;
NOTE: Only the eth0 network interface should be change, eth1 should stays at 172.31.1.2 because it is directly connected to the Tmedia base board.&lt;br /&gt;
&lt;br /&gt;
== Switch from dhcp to static ==&lt;br /&gt;
&lt;br /&gt;
'''Modify the eth0 configuration'''&lt;br /&gt;
    vi /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
&lt;br /&gt;
''NOTE: you need to remove the line DHCP_HOSTNAME''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    DEVICE=eth0&lt;br /&gt;
    BOOTPROTO=static&lt;br /&gt;
    IPADDR=192.168.1.10&lt;br /&gt;
    NETMASK=255.255.255.0&lt;br /&gt;
    IPV6ADDR=&lt;br /&gt;
    IPV6PREFIX=&lt;br /&gt;
    IPV6_AUTOCONF=yes&lt;br /&gt;
    ONBOOT=yes&lt;br /&gt;
&lt;br /&gt;
'''Add  the default gateway address in the network configuration file'''&lt;br /&gt;
    vi /etc/sysconfig/network&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    HOSTNAME=TB005376&lt;br /&gt;
    NETWORKING=yes&lt;br /&gt;
    GATEWAY=192.168.1.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Modify the dhcp client configuration.'''&lt;br /&gt;
&lt;br /&gt;
''NOTE:If you don't have a nameserver, remove it from the file, if you do set it to a valid one(DNS).''&lt;br /&gt;
&lt;br /&gt;
    vi /etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
:Example of a dns configuration file without DNS server:&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Example of a dns configuration file containing a DNS server (in theory the dns server should configure itself properly):&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
    nameserver 192.168.1.5&lt;br /&gt;
&lt;br /&gt;
'''Modify toolpack.ini file the variable &amp;quot;TBDB_SERVER_PRI&amp;quot;.'''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    TBDB_SERVER_PRI = 172.31.1.2&lt;br /&gt;
&lt;br /&gt;
== Switch from static to dhcp ==&lt;br /&gt;
&lt;br /&gt;
'''Modify the eth0 configuration'''&lt;br /&gt;
    vi /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
&lt;br /&gt;
''NOTE: you need to remove the IPADDR and NETMASK lines''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    DEVICE=eth0&lt;br /&gt;
    BOOTPROTO=dhcp&lt;br /&gt;
    IPV6ADDR=&lt;br /&gt;
    IPV6PREFIX=&lt;br /&gt;
    IPV6_AUTOCONF=yes&lt;br /&gt;
    ONBOOT=yes&lt;br /&gt;
    DHCP_HOSTNAME=TB005376&lt;br /&gt;
&lt;br /&gt;
'''Remove the default gateway address in the network configuration file'''&lt;br /&gt;
    vi /etc/sysconfig/network&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    HOSTNAME=TB005376&lt;br /&gt;
    NETWORKING=yes&lt;br /&gt;
&lt;br /&gt;
'''Modify the dhcp client configuration.'''&lt;br /&gt;
&lt;br /&gt;
''NOTE:If you don't have a nameserver, remove it from the file, if you do set it to a valid one(DNS).''&lt;br /&gt;
&lt;br /&gt;
    vi /etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
:Example of a dns configuration file without DNS server:&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Example of a dns configuration file containing a DNS server (in theory the dns server should configure itself properly):&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
    nameserver 192.168.1.5&lt;br /&gt;
&lt;br /&gt;
'''Modify toolpack.ini file the variable &amp;quot;TBDB_SERVER_PRI&amp;quot; to Hostname.'''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    TBDB_SERVER_PRI = TB005376&lt;/div&gt;</summary>
		<author><name>Yung</name></author>	</entry>

	<entry>
		<id>https://docs.telcobridges.com/tbwiki/TBLinux:How_to_change_the_ip_address</id>
		<title>TBLinux:How to change the ip address</title>
		<link rel="alternate" type="text/html" href="https://docs.telcobridges.com/tbwiki/TBLinux:How_to_change_the_ip_address"/>
				<updated>2009-08-25T13:13:17Z</updated>
		
		<summary type="html">&lt;p&gt;Yung: /* Switch from dhcp to static */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article will explain how to change the ip address of TMG800/TMG3200 of the Linux host.&lt;br /&gt;
&lt;br /&gt;
NOTE: Only the eth0 network interface should be change, eth1 should stays at 172.31.1.2 because it is directly connected to the Tmedia base board.&lt;br /&gt;
&lt;br /&gt;
== Switch from dhcp to static ==&lt;br /&gt;
&lt;br /&gt;
'''Modify the eth0 configuration'''&lt;br /&gt;
    vi /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
&lt;br /&gt;
''NOTE: you need to remove the line DHCP_HOSTNAME''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    DEVICE=eth0&lt;br /&gt;
    BOOTPROTO=static&lt;br /&gt;
    IPADDR=192.168.1.10&lt;br /&gt;
    NETMASK=255.255.255.0&lt;br /&gt;
    IPV6ADDR=&lt;br /&gt;
    IPV6PREFIX=&lt;br /&gt;
    IPV6_AUTOCONF=yes&lt;br /&gt;
    ONBOOT=yes&lt;br /&gt;
&lt;br /&gt;
'''Add  the default gateway address in the network configuration file'''&lt;br /&gt;
    vi /etc/sysconfig/network&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    HOSTNAME=TB005376&lt;br /&gt;
    NETWORKING=yes&lt;br /&gt;
    GATEWAY=192.168.1.1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Modify the dhcp client configuration.'''&lt;br /&gt;
&lt;br /&gt;
''NOTE:If you don't have a nameserver, remove it from the file, if you do set it to a valid one(DNS).''&lt;br /&gt;
&lt;br /&gt;
    vi /etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
:Example of a dns configuration file without DNS server:&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Example of a dns configuration file containing a DNS server (in theory the dns server should configure itself properly):&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
    nameserver 192.168.1.5&lt;br /&gt;
&lt;br /&gt;
'''Modify toolpack.ini file the variable &amp;quot;TBDB_SERVER_PRI&amp;quot;.'''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    TBDB_SERVER_PRI = 172.31.1.2&lt;br /&gt;
&lt;br /&gt;
== Switch from static to dhcp ==&lt;br /&gt;
&lt;br /&gt;
'''Modify the eth0 configuration'''&lt;br /&gt;
    vi /etc/sysconfig/network-scripts/ifcfg-eth0&lt;br /&gt;
&lt;br /&gt;
''NOTE: you need to remove the IPADDR and NETMASK lines''&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    DEVICE=eth0&lt;br /&gt;
    BOOTPROTO=dhcp&lt;br /&gt;
    IPV6ADDR=&lt;br /&gt;
    IPV6PREFIX=&lt;br /&gt;
    IPV6_AUTOCONF=yes&lt;br /&gt;
    ONBOOT=yes&lt;br /&gt;
    DHCP_HOSTNAME=TB005376&lt;br /&gt;
&lt;br /&gt;
'''Remove the default gateway address in the network configuration file'''&lt;br /&gt;
    vi /etc/sysconfig/network&lt;br /&gt;
&lt;br /&gt;
:Example:&lt;br /&gt;
    HOSTNAME=TB005376&lt;br /&gt;
    NETWORKING=yes&lt;br /&gt;
&lt;br /&gt;
'''Modify the dhcp client configuration.'''&lt;br /&gt;
&lt;br /&gt;
''NOTE:If you don't have a nameserver, remove it from the file, if you do set it to a valid one(DNS).''&lt;br /&gt;
&lt;br /&gt;
    vi /etc/resolv.conf&lt;br /&gt;
&lt;br /&gt;
:Example of a dns configuration file without DNS server:&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:Example of a dns configuration file containing a DNS server (in theory the dns server should configure itself properly):&lt;br /&gt;
    ; generated by /sbin/dhclient-script&lt;br /&gt;
    nameserver 192.168.1.5&lt;/div&gt;</summary>
		<author><name>Yung</name></author>	</entry>

	</feed>