pptpd-logwtmp.so config wrong ip address
- by rgc
i have setup a pptp vpn on ubuntu 10.04, and i config local ip address , remote ip address as following:
local IP address 10.0.30.100
remote IP address 192.168.13.100
after i use windows to connect to vpn server in windows , i only could send packets, can not receive any packets.
i also check the pptp log in ubuntu server, and find this strange thing
rcvd [IPCP ConfAck id=0x1 <compress VJ 0f 01> <addr 10.0.30.100>]
rcvd [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 192.168.13.100> <ms-dns1 202.119.32.6> <ms-dns2 202.119.32.12>]
sent [IPCP ConfAck id=0x2 <compress VJ 0f 01> <addr 192.168.13.100> <ms-dns1 202.119.32.6> <ms-dns2 202.119.32.12>]
Cannot determine ethernet address for proxy ARP
local IP address 10.0.30.100
remote IP address 192.168.13.100
pptpd-logwtmp.so ip-up ppp0 **172.25.146.174**
i did not set 172.25.146.174, it should be 192.168.13.100, can anyone tell me what should i do to fix this problem?