My ISP is SKY Broadband in the UK - The largest broadband supplier in the UK (6 Million users)
The setup they use is fairly standard except for 1 thing; they authenticate using something called DHCP option 61 - Client identifier.
Many routers support this out of the box, for others there is a way to add a custom script to the router.
My current router has a custom scripts page, under "Run after initialising" I add the following script:
#!/bin/sh
### Custom user script
### Called after router started and network is ready
With this in place everything is fine. (the long code is my username and password in hex but anything will work in the correct format)
With DDWRT you simply click edit on the WAN connection, make sure it's set to DHCP client and under the advanced section, enter the script into the client id and vendor id fields as appropriate.
The question is, how can this be achieved with Sophos UTM 9?
This thread was automatically locked due to age.