
renato_vicentin
(usa Debian)
Enviado em 06/04/2013 - 15:08h
Boa tarde a todos,
Estou com uma duvida, é possível criar uma regra via nat, para fazer a minha rede reconhecer um outro range de ip, por exemplo a minha rede é 10.30.0.0/24 a mesma reconhecer o range 192.168.1.0/24
Gostaria de usar o ipsecopenswan, mas do meu lado não colocar o meu range interno no leftsubnet.
Desse jeito
# Left security gateway, subnet behind it, next hop toward right.
left=189.78.xxx.xxx
#leftnexthop=%defaultroute
leftsubnet=10.30.0.0/24
# Right security gateway, subnet behind it, next hop toward left.
# Roadwarrior
Usar assim
# Left security gateway, subnet behind it, next hop toward right.
left=189.78.xxx.xxx
#leftnexthop=%defaultroute
leftsubnet=192.168.1.0/24
# Right security gateway, subnet behind it, next hop toward left.
# Roadwarrior
Isso é possível?
Eu preciso fazer isso pois a outra ponta possui o range de ip o igual ao meu.