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

Investigate if Argus PDP and PEP listen on IPv6 #31

Open
enricovianello opened this issue Jan 18, 2021 · 1 comment
Open

Investigate if Argus PDP and PEP listen on IPv6 #31

enricovianello opened this issue Jan 18, 2021 · 1 comment
Assignees

Comments

@enricovianello
Copy link
Member

https://ggus.eu/ws/ticket_info.php?ticket=147877

@federicaagostini
Copy link
Contributor

Setting hostname and adminHost properties on both pepd.ini and pdp.ini as follows:

$ cat /etc/argus/pepd/pepd.ini | grep host
hostname = ::
adminHost = localhost6

$ grep host /etc/argus/pdp/pdp.ini
hostname = ::
adminHost = localhost6

I get this binded interfaces

$ netstat -anp|grep java|grep LISTEN
tcp6       0      0 :::8150                 :::*                    LISTEN      6994/java           
tcp6       0      0 127.0.0.1:8151          :::*                    LISTEN      6994/java           
tcp6       0      0 :::8152                 :::*                    LISTEN      11438/java          
tcp6       0      0 ::1:8153                :::*                    LISTEN      11438/java          
tcp6       0      0 :::8154                 :::*                    LISTEN      7166/java           
tcp6       0      0 ::1:8155                :::*                    LISTEN      7166/java

Anyway, we need to fix the default hardcoded values for these services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

2 participants