leases do not get internet connection

Started by alifamran2000, April 30, 2024, 09:14:37 AM

Previous topic - Next topic
hi everyone.

regarding to the subject, currently I am experimenting installing OPNsense on vmware but there are some problems.

on my laptop(windows), I installed OPNsense in VMWare Workstation 17 pro. I will describe my setup steps below :

1) my network topology is straightforward:

(INTERNETROUTER) --> (OPNSENSE) --> (PCHOST)

my OPNsense has 2 interface:

i) WAN (ue1) --> INTERNETROUTER
ii) LAN (ue0) --> PCHOST


2) devices summary on virtual machine(OPNsense):

memory - 4GB
processor - 2
hard disk - 40GB
USB controller - 2 USB 10/100/1000 LAN

3) I tested internet connection from my virtual machine to 8.8.8.8, and got a reply. after that did a pkg update, pkg install os-vmware and set up the interfaces. :

LAN - 200.10.10.1
WAN(dhcp) - 192.168.0.14

4) i configure the system from PCHOST as I'm using external USB LAN:
PCHOST - 200.10.10.50

5) got a reply from both and able to open the webpage gui then setup the DHCP server like this:

start pool 200.10.10.151 - 200.10.10.200 end pool
on ARP i assigned MAC and IP of PCHOST. the ip is 200.10.10.20
went back to PCHOST, changed ip address obtain automatically, then received the IP as I configured on ARP.

what is scratching my head is :
PCHOST and OPNSENSE able to ping 8.8.8.8, 1.1.1.1, showing there is internet connection (from my understanding) but on PCHOST I can't surf the internet. also when I'm doing the tracert from PCHOST to 8.8.8.8, here's the result:

Tracing route to 8.8.8.8 over a maximum of 30 hops

  1   394 ms     1 ms     1 ms  200.10.10.1
  2     3 ms     2 ms     2 ms  192.168.0.1
  3     *        *        *     Request timed out.
  4     *        *        *     Request timed out.
  5     *        *        *     Request timed out.
  6     *        *        *     Request timed out.
  7     *        *        *     Request timed out.


i am so confused over here. I have not touch anything else other than what I have stated over here. the LAN rules, WAN rules, outbound, also not touching anything because everything has set to automatically and everything should be working. I hope someone can help me on this. thank you :)