Eu tenho um servidor Ubuntu (Ubuntu 10.04.4 LTS) atuando como um gateway para minha rede doméstica. Eu configurei uma conexão VPN com o cliente linux-pptp e agora o tenho como uma interface no meu servidor doméstico.
ppp0 Link encap:Point-to-Point Protocol
inet addr:xx.x.xxx.xxx P-t-P:10.0.0.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1496 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:60 (60.0 B) TX bytes:66 (66.0 B)
Agora, desejo rotear um cliente na rede com um IP estático por meio dessa conexão, em vez do gateway padrão. Tentei configurá-lo por meio do comando route
, mas não funciona. Minhas rotas atuais:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.3.1 * 255.255.255.255 UH 0 0 0 ppp0
10.0.0.1 * 255.255.255.255 UH 0 0 0 ppp0
87.xxx.xxx.xx st.ip 255.255.255.255 UGH 0 0 0 eth1
192.168.3.0 * 255.255.255.0 U 0 0 0 eth2
192.168.2.0 * 255.255.255.0 U 0 0 0 eth1
default st.ip 0.0.0.0 UG 100 0 0 eth1