Skip to main content
kcerb
New Member
December 7, 2014
Solved

IPsec VPN change listening IP

  • December 7, 2014
  • 2 replies
  • 14051 views

HI,

it is possible to change listening WAN IP for DialUP IPsec VPN?

I have few external addresses assigned to WAN port and I want to all VPN traffic passed through other than default external IP address (both incoming and outgoing).

 

regards,

kcerb.

 

Best answer by ede_pfau

Hi,

 

to make a VPN listen on a secondary IP address of a WAN interface, specify it's value in the phase1 configuration:

config vpn ipsec phase1-interface

   edit myDialInVPN

      set local-gw 1.2.3.4

      ...

end

2 replies

ede_pfau
SuperUser
ede_pfauAnswer
SuperUser
December 15, 2014

Hi,

 

to make a VPN listen on a secondary IP address of a WAN interface, specify it's value in the phase1 configuration:

config vpn ipsec phase1-interface

   edit myDialInVPN

      set local-gw 1.2.3.4

      ...

end

kcerb
kcerbAuthor
New Member
June 25, 2015

Hank you.

It works!