Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

address 127.0.0.1 listens on ip6 only #770

Closed
tbhi opened this issue Jun 8, 2017 · 7 comments
Closed

address 127.0.0.1 listens on ip6 only #770

tbhi opened this issue Jun 8, 2017 · 7 comments

Comments

@tbhi
Copy link

tbhi commented Jun 8, 2017

If I specify address=127.0.0.1 in xrdp.ini then I'm finding xrdp is only listening on the ip6 localhost address. From netstat:

tcp6 0 0 ::1:3389 :::* LISTEN 3912/xrdp
so connections to 127.0.0.1 fail.

@metalefty
Copy link
Member

Can't reproduce with current devel head bb9756f.

address=127.0.0.1

$ netstat -an | grep 3389
tcp        0      0 127.0.0.1:3389          0.0.0.0:*               LISTEN

@tbhi
Copy link
Author

tbhi commented Jun 12, 2017

Thanks for trying, I'm using 0.9.1, will try a later version.

@metalefty
Copy link
Member

No response from submitter. Closing.

@tbhi
Copy link
Author

tbhi commented Jul 4, 2017

I tried this with the current latest (0.9.2) and still getting the same on my system. Perhaps due to a change since 0.9.2.

@metalefty metalefty reopened this Jul 4, 2017
@metalefty
Copy link
Member

Can you try the latest head?

@tbhi
Copy link
Author

tbhi commented Jul 4, 2017

Will try. Changes from #714 look like they touched this area which may have improved things.

@metalefty
Copy link
Member

Yes, maybe your issue has been fixed by that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants