I guess it depends on the hosting company, but it also really surprises me they charge for it.
It would depend a bit on if they are interconnected with a cross-cable, or over a (public/private) switch. If in doubt ask which ip-ranges you can use.
To configure the interface:
Code:
ifconfig eth1 netmask 255.255.255.0 10.0.0.1
ifconfig eth1 up
Ofcourse use the wanted IP address instead of 10.0.0.1 and the correct netmask (probably want to use a vrey limiting mask).