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

9 posts

Wannabe Geek


#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?

 

 

 

 


Filter this topic showing only the reply marked as answer Create new topic
gehenna
8510 posts

Uber Geek

Moderator
Trusted
Lifetime subscriber

  #2459157 11-Apr-2020 00:24
Send private message

Have you forwarded that port?



cyril7
9058 posts

Uber Geek

ID Verified
Trusted
Subscriber

  #2459175 11-Apr-2020 07:13
Send private message

Spark don't block any ports except 25 as far as I am aware.

Cyril

RunningMan
8960 posts

Uber Geek


  #2459178 11-Apr-2020 07:37
Send private message

The ports Spark block are listed here https://www.geekzone.co.nz/forums.asp?forumid=39&topicid=250712&page_no=1#2243183

 

You can request an unblock of those ports here https://www.spark.co.nz/help/get-more/xtra/port-25/




gehenna
8510 posts

Uber Geek

Moderator
Trusted
Lifetime subscriber

  #2459278 11-Apr-2020 11:00
Send private message

You still need to port forward so the traffic knows where to go.


ackley

9 posts

Wannabe Geek


  #2459286 11-Apr-2020 11:13
Send private message

Thanks. It must be a router issue.

 

I'm doing things a bit non standard. I have a Cisco ASA5505 doing PPPoE and all the router functionality. 

 

As far as I am aware NAT is setup correctly, have setup a access-list for udp 1194 and setup a static route to server. Needs a bit of investigation on my side.

 

 


hio77
12999 posts

Uber Geek

ID Verified
Trusted
Lizard Networks

  #2459315 11-Apr-2020 11:54
Send private message

Sounds to me like it's your setup.

All works fine here.




#include <std_disclaimer>

 

Any comments made are personal opinion and do not reflect directly on the position my current or past employers may have.

 

 


ackley

9 posts

Wannabe Geek


  #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.

 

 

 

 


Filter this topic showing only the reply marked as answer Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15









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.