Maybe this option is ennabled at your server side
list push "redirect-gateway def1"

This will effectively make the client route all the traffic via the tunnel. Unless you configure the server side to do proper routing, try commenting out the above option

alex


On 2013-12-26 06:43 PM, Le Tran Dat wrote:
Hi list,

After installing this kmod-ipt-nathelper-extra I am able to let
multiple clients connect to the VPN Server.
CONFIG_PACKAGE_kmod-ipt-nathelper-extra=y

Anyway, I got another issue, a client can access to the Internet but
after connecting to VPN server, the client can not access to the
Internet anymore.
I think I am missing another module but I have no idea which module
should I install.

Thanks

On Mon, Dec 23, 2013 at 5:51 PM, alex <[email protected]> wrote:
Have you tried enable this option at /etc/config/openvpn?
option duplicate_cn 1

But i would strongly advise against using the same account for multiple
persons.

You would have more problem when your account is compromised and you have to
revoke it.



On 2013-12-23 04:30 PM, Le Tran Dat wrote:

Hi list,

I have setup my OpenWRT Box to let users connect to VPN Server on the
internet.

Clients => OpenWRT Box => VPN Server

I want to let multiple users to use only one account to connect to a VPN Server. Currently, If I use a PC to connect to VPN, it's working
fine. However, I want to let many users use the same account to
connect to the VPN Server. Is it possible to do it on OpenWRT?

Here is my /etc/config/network config.
cat /etc/config/network

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config interface 'lan'
        option ifname 'eth0.1'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'

config interface 'wan'
        option ifname 'eth0.2'
        option _orig_ifname 'eth0.2'
        option _orig_bridge 'false'
        option proto 'pppoe'
        option username 'username'
        option password 'password'

Thanks,
Dat
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to