M
M
MrMayson2016-06-23 04:27:19
linux
MrMayson, 2016-06-23 04:27:19

How to fix error when configuring 3proxy on Debian?

Hello, there was a problem when setting up an IPv6 proxy based on ndppd + 3proxy in Debian 8. I made changes to the kernel configuration, I added the following lines to the /etc/sysctl.conf file:
net.ipv6.conf.eth0.proxy_ndp=1
net.ipv6.conf .all.proxy_ndp=1
net.ipv6.conf.default.forwarding=1
net.ipv6.conf.all.forwarding=1
net.ipv6.ip_nonlocal_bind = 1

And then I got these errors:
sysctl: cannot stat /proc/sys/ net/ipv6/conf/eth0/proxy_ndp: No such file or directory
sysctl: cannot stat /proc/sys/net/ipv6/ip_nonlocal_bind: No such file or directory
Please help me solve this problem. Screenshot of the problem for clarity.49ce955d3d5840adb2f7895a12847b59.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Igor Nikolaev, 2016-06-23
@nightvich

You have enabled options that require configuration files that you do not have.

M
MrMayson, 2016-06-23
@MrMayson

I understand that you need to create the missing files, but how?

I
Ivan, 2016-06-24
@t3mp

Show output:

ifconfig
uname-a

net.ipv6.ip_nonlocal_bind = 1 available since kernel 4.3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question