Windows XP NAT
Hello, habraaksakaly :) I’m trying to set up the Internet for a hostel, so far not so much. Knowing that the resource is full of competent people, I ask for help in this difficult matter. In gratitude, I promise to write a detailed post with pictures and a HOWTO extravaganza about the problem.
First, I will tell the essence of the problem. There is a computer, it is connected to the local network via the
LAN0 interface , has an
IP address of 192.168.15.15, a
mask of 255.255.128.0.
Through the same network card through PPPoE there is a "dial-up" to the Internet. There is another LAN1 network card in the computer, into which the WiFi access point is stuck.
IP LAN1 192.168.130.51
mask LAN1 255.255.128.0
gateway left blank
On the access point itself it is registered:
IP 192.168.130.50
mask LAN1 255.255.128.0
GW 192.168.130.51
A laptop is connected via WiFi,
IP: 192.168.130.52
mask: 255.255.128.0
GW: 192.168 .130.51
NAT (Non ICS) enabled on Windows XP by ognivo777.livejournal.com/36093.htmlsuch a guide. NAT is laid between LAN0 and LAN1 interfaces. (LAN0 - full, LAN1 - private).
A network belonging to LAN0 responds from the laptop, for example, 192.168.2.22, but the Internet does not respond (even over IP, without using DNS addressing). Actually, I want the Internet on a laptop using NAT.
Briefly, the scheme is
Internet = (LAN0) => Computer = (LAN1) => WiFi point => Laptop.
I foresee questions:
1) I do not want a proxy, for obvious reasons.
2) It will not work to open shared access to the Internet connection via ICS: it tries to assign the IP address 192.168.0.1 to the LAN0 network card, which is unacceptable in the existing network, because already taken.
3) In theory, you need to build NAT between LAN1 and the PPPoE interface, but those on Windows are not considered interfaces, as netsh says. He talks about the availability of LAN0 and LAN1 only.
First, I will tell the essence of the problem. There is a computer, it is connected to the local network via the
LAN0 interface , has an
IP address of 192.168.15.15, a
mask of 255.255.128.0.
Through the same network card through PPPoE there is a "dial-up" to the Internet. There is another LAN1 network card in the computer, into which the WiFi access point is stuck.
IP LAN1 192.168.130.51
mask LAN1 255.255.128.0
gateway left blank
On the access point itself it is registered:
IP 192.168.130.50
mask LAN1 255.255.128.0
GW 192.168.130.51
A laptop is connected via WiFi,
IP: 192.168.130.52
mask: 255.255.128.0
GW: 192.168 .130.51
NAT (Non ICS) enabled on Windows XP by ognivo777.livejournal.com/36093.htmlsuch a guide. NAT is laid between LAN0 and LAN1 interfaces. (LAN0 - full, LAN1 - private).
A network belonging to LAN0 responds from the laptop, for example, 192.168.2.22, but the Internet does not respond (even over IP, without using DNS addressing). Actually, I want the Internet on a laptop using NAT.
Briefly, the scheme is
Internet = (LAN0) => Computer = (LAN1) => WiFi point => Laptop.
I foresee questions:
1) I do not want a proxy, for obvious reasons.
2) It will not work to open shared access to the Internet connection via ICS: it tries to assign the IP address 192.168.0.1 to the LAN0 network card, which is unacceptable in the existing network, because already taken.
3) In theory, you need to build NAT between LAN1 and the PPPoE interface, but those on Windows are not considered interfaces, as netsh says. He talks about the availability of LAN0 and LAN1 only.