Search found 4 matches

by gabbogabbogabbo
Fri Apr 29, 2011 12:34 am
Forum: Networking
Topic: How do you do port forwarding with Amahi ?
Replies: 2
Views: 1998

Re: How do you do port forwarding with Amahi ?

you dont have to route anything through amahi unless amahi is your internet gateway/router. 1194 is the listening port for your openvpn connection. just like 25 is the listening port on your linuxbox inside your network. from outside it *should* not be accessible without any security options like sp...
by gabbogabbogabbo
Thu Apr 28, 2011 8:01 am
Forum: VPN
Topic: Solution Connectivity Loss on VPN Bridging
Replies: 0
Views: 1827

Solution Connectivity Loss on VPN Bridging

Have a look into this: http://openvpn.net/index.php/open-source/documentation/miscellaneous/76-ethernet-bridging.html A common mistake that people make when manually configuring an Ethernet bridge is that they add their primary ethernet adapter to the bridge before they have set the IP and netmask o...
by gabbogabbogabbo
Thu Apr 28, 2011 5:54 am
Forum: VPN
Topic: problems with VPN
Replies: 4
Views: 4492

Re: problems with VPN

hi,

check basic network connectivity on the ports:

ping <user>.yourhda.com from outside your network.
telnet <user>.yourhda.com 1194 from inside and outside your network. working? try both names and ip addresses.
by gabbogabbogabbo
Thu Apr 28, 2011 5:46 am
Forum: VPN
Topic: VPN bridging error message
Replies: 5
Views: 4996

Re: VPN bridging error message

Hi, i had the same issue after having switched over to bridged vpn. possible solution: when vpn is in bridged mode eth0 gets deactivated, so any traffic via eth0 is now routed to br0 and br0 has no access to other subnets than your own. dns works, any other icmp packets dont. i run my new amahi head...