Howto: change andLinux network configuration
From andLinux
| Line 21: | Line 21: | ||
</code> | </code> | ||
<h2>andLinux /etc/profile configuration</h2> | <h2>andLinux /etc/profile configuration</h2> | ||
| - | <p> | + | <p>In order to ensure that the andLinux components interact properly with their Windows counterpart we need to edit the /etc/profile files content as shown here:</p> |
| + | <code> | ||
| + | <pre> | ||
| + | # set DISPLAY env variable<br/> | ||
| + | export DISPLAY=169.254.28.1:0.0<br/> | ||
| + | export ESPEAKER=169.254.28.1:16001<br/> | ||
| + | export PULSE_SERVER=169.254.28.1<br/> | ||
| + | <br/></pre> | ||
| + | </code> | ||
<h2>TAP-Colinux ip address configuration</h2> | <h2>TAP-Colinux ip address configuration</h2> | ||
<p>lorem ipsum</p> | <p>lorem ipsum</p> | ||
<h2>andLinux launcher configuration</h2> | <h2>andLinux launcher configuration</h2> | ||
<p>lorem ipsum</p> | <p>lorem ipsum</p> | ||
Revision as of 21:14, 21 April 2008
Contents |
Abstract
andLinux is configured with two network interfaces by default, eth0 and eth1. The eth1 is used to communicate to the Windows host via the TAP-Colinux network interface.
The Windows interface is configured with ip address 192.168.11.1, and the Linux eth1 adapter is configured with 192.168.11.150. The TAP-Colinux interface operates as a router, so from the Windows host you can ping the eth1 interface and access the various network services you have configured.
What needs to be changed?
In order to change the network ip addresses you need to modify the following configuration items:
- andLinux eth1 ip address and subnet
- andLinux /etc/profile configuration file
- TAP-Colinux ip address and subnet
- andLinux launcher registry configuration
Step-by-step
In this example we will change the network to be 169.254.28.0/24. The Windows host will keep the host address 1, andLinux eth1 will retain the host id 150.
andLinux eth1 ip address configuration
The eth1 static ip configuration is stored in the '/etc/network/interfaces' config file. So we are going to edit this file to reflect the following information:
iface eth1 inet static
address 169.254.28.150
netmask 255.255.255.0
gateway 169.254.28.1
andLinux /etc/profile configuration
In order to ensure that the andLinux components interact properly with their Windows counterpart we need to edit the /etc/profile files content as shown here:
# set DISPLAY env variable<br/>
export DISPLAY=169.254.28.1:0.0<br/>
export ESPEAKER=169.254.28.1:16001<br/>
export PULSE_SERVER=169.254.28.1<br/>
<br/>
TAP-Colinux ip address configuration
lorem ipsum
andLinux launcher configuration
lorem ipsum
