В Thu, 27 May 2010 10:40:30 +0300 Veiko Kukk veiko@ekp.ee пишет:
On 05/25/2010 04:34 PM, Kenni Lund wrote:
- 1 public IP for the host (xxx.yyy.zzz.215) on a /32 subnet with
xxx.yyy.zzz.193 as gateway
Is it typo? There can be no subnet with /32 bit mask, it's single host only.
Actually, it is possible:
ip addr add xxx.yyy.zzz.215/32 dev eth0 ip route add xxx.yyy.zzz.193 dev eth0 ip route add default via xxx.yyy.zzz.193