# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.3.98
netmask 255.255.248.0
gateway 192.168.0.101
iface eth0:1 inet static
address 192.168.3.97
netmask 255.255.248.0
gateway 192.168.0.102
iface eth0:2 inet static
address 192.168.3.96
netmask 255.255.248.0
gateway 192.168.0.103
To build and install the tarantool-php driver from source, you need:
PHP version 5 (no less than 5.3.0, but strictly under 6.0.0);
php5-dev package (the package should contain a utility named phpize);
php-pear package.