error 734

Hi Dear,

1- PPTP server configured command:
interface pptp-server server set enabled=yes authentication=pap,chap,mschap1,mschap2 default-profile=default-encryption keepalive-timeout=disabled
ip pool add name=VPNPool ranges=192.168.198.190-192.168.198.195
ppp profile add name=PosVPN local-address=VPNPool remote-address=VPNPool dns-server=192.168.198.254 change-tcp-mss=yes only-one=yes comment=“Poshkar VPN Profile”
ip firewall address-list add list=“Poshkar VPN Access list” address=192.168.198.190-192.168.198.195 comment=“Poshkar VPN Access List”
ip firewall filter add chain=forward dst-address-lis=“Poshkar VPN Access list” action=accept comment=“VPN Access - All outbound traffic is OK”
ip firewall filter add chain=forward src-address-lis=“Poshkar VPN Access list” action=accept comment=“VPN Access - All inbound traffic is OK”

2- Radius client is configured command:
radius add accounting-backup=no accounting-port=1813 address=192.168.198.254 authentication-port=1812 called-id=“” disabled=no domain=poshkar.com realm=“” secret=987654321 service=ppp,login,hotspot,wireless,dhcp timeout=300ms
radius incoming set accept=yes port=1700

3- User man configured command:
tool user-manager router add customer=admin name=RadiusCore ip-address=192.168.198.254 shared-secret=987654321 use-coa=yes coa-port=1700
tool user-manager user add customer=admin username=“t2” password=“654321”

For configuring VPN server which users managed by USER MAN, I did the above steps. But when the users try to connect to VPN server, they get the error 734 as shown in the attached file. Please help me to find the problem.

Best Regards,

Check for the IPs/Pool you’re assigning to the VPN users.

This error it’s due to problems with the assigned IP to the VPN user.

  • IP Pool Full
  • No IP assigned
  • no fixed ip/no pool assigned and DHCP off
  • TCP/IP config on user bad configured
  • Bad range of IPs being assigned to user