Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


ackley

17 posts

Geek
+1 received by user: 1


#269847 11-Apr-2020 00:21
Send private message

Hello,

 

I have just setup a OpenVPN server on a linux machine. I noticed that I cant access the server from outside using any port other than 443. This leads me to believe they (Spark) block all ports except 80 and 443? I looked through my firewall settings and config I just cant find anything that would stop port 1194 from working on my site.

 

I have it working for now but would like to use port 1194.

 

Anyone had similar experiences?

 

 

 

 


Create new topic

This is a filtered page: currently showing replies marked as answers. Click here to see full discussion.

ackley

17 posts

Geek
+1 received by user: 1


  #2459338 11-Apr-2020 13:23
Send private message

My bad. Found I put the wrong port number for the access-list.

 

 

 

If anyone interested in using a ASA5505 or similar for a router I used the following config.

 

 

 

For PPPoE:

 

vpdn group spark_fibre request dialout pppoe
vpdn group spark_fibre localname user@spark.co.nz
vpdn group spark_fibre ppp authentication pap
vpdn username user@spark.co.nz password randompassword
dhcpd auto_config outside

 

interface Vlan1
 nameif inside
 security-level 100
 ip address 192.168.1.1 255.255.255.0

interface Vlan10
 nameif outside
 security-level 0
 pppoe client vpdn group spark_fibre
 ip address pppoe setroute

 

interface Ethernet0/0
 switchport access vlan 10
 switchport trunk allowed vlan 10
 switchport mode trunk

 

global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0

 

DHCP:

 

dhcpd address 192.168.1.20-192.168.1.110 inside
dhcpd dns 8.8.8.8 interface inside
dhcpd enable inside

 

 

 

To allow a port to internal server etc: eg ssh

 

access-list external extended permit tcp any interface outside eq ssh

 

static (inside,outside) tcp interface ssh 192.168.1.69 ssh netmask 255.255.255.255

 

 

 

The ASA needs Security Plus Licence and unlimited inside hosts if you using it as dhcp server and got lots of devices around the house.

 

 

 

 


Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.