Quicksearch |
Friday, February 5. 2010Multiple Interfaces, Same IPComments
Display comments as
(Linear | Threaded)
Having multiple interfaces with the same IP address was always the standard configuration of a terminal server with multiple PPP and SLIP links.
The default configuration of Portslave always had a single IP address for the local end of all PPP/SLIP connections and there was no documentation on how to do otherwise.
A few years ago when such things were common there didn't seem to be any problems doing it. Of course things may have changed since then.
I think "setting up a listening socket at only one of these interfaces" is the historical reason why it's not commonly done.
It also breaks SNMP, which uses the IP address as the primary key in the ipAddressTable.
In general, the localip could also be an RFC1918 address if you wanted to conserve routeable addresses, but this might conflict with your peer's setup.
Rather than some custom SSH-tunnel-based VPN, do yourself the favour and use OpenVPN instead. It supports tap interfaces, which means that you don't have to have any internal addresses, but it can manage tun interfaces too, either with a separate pool each, or out of one large common pool.
Ask on debian-user mailing list.
(i.e don't turn debian-planet into a support "mailing list").
|
Debian Planet |
Comments