I can connect to vyos vpn, but I can’t access the internal server.
The IP environment is as follows:
- Server Network: 192.168.1.0/24
- VyOS outside-address: 124.50.x.x
- VyOS config :
vpn {
ipsec {
ipsec-interfaces {
interface eth0
}
nat-networks {
allowed-network 0.0.0.0/0 {
}
}
nat-traversal enable
}
l2tp {
remote-access {
authentication {
local-users {
username vyos {
password ****************
}
}
mode local
}
client-ip-pool {
start 192.168.1.211
stop 192.168.1.215
}
ipsec-settings {
authentication {
mode pre-shared-secret
pre-shared-secret ****************
}
}
outside-address 124.50.x.x
}
}
}
What additional work will be needed?
Thank you for reading it.