Jump to content
The Uniform Server Community

Bug Report - IP6 handling


ian
 Share

Recommended Posts

Orion 7.0.? for windows does not properly handle the IP6 localhost address of ::1

 

Microsoft SBS 2008 has both definitions in the hosts file, with ::1 last, with the result that all the links to the admin functions are from ::1, and fail with a 403 error.

 

I suspect that the "Allow From 127.0.01" lines in the configuration need to be changed to include ::1, but there may be other changes also.

 

Regards

 

Ian

Link to comment
Share on other sites

  • 7 months later...

Try disable this lines in \UniServer\www\.htaccess like this:

 

 

#------------------------------------------------------------------------------

# Server root folder www .htaccess

# This file provides server security limiting access to the localhost only.

# Comment next four lines to deactivate. (Allows external access)

#------------------------------------------------------------------------------

 

# Order Deny,Allow

# Deny from all

# Allow from 127.0.0.1

# Allow from ::1

# Allow from 192.168.1.100

 

This will disable uniserver firewall.

 

As my grandfather would say: "Leave only ONE firewall running on your computer"

Link to comment
Share on other sites

Sorry, DrLeadro, that's NOT the solution for this problem. What you have specified is to open the entire directory to the Internet (the lines are all commented out). Also, the .htaccess files are not referred to as "firewalls," but rather Apache config files. See this location: http://httpd.apache.org/docs/2.2/configuring.html#htaccess .

 

What you got right was the "Allow from ::1" which will pass requests from localhost IPv6 (::1).

You can also add

Allow from 192.168

which will open up your server to the entire intranet, i.e., your private network.

 

Regards,

BobS

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...