-2

Hello Everyone! I want to know that is there any way to access a photocopier machine which is connected to a computer through Ethernet wire and that computer is connected to my WiFi network?

P.S: What if I don't know the IP assigned to that Photocopier machine?

Inzimam Ul Haq
  • 181
  • 1
  • 13

1 Answers1

1

If the wireless network is part of the wired network you should have any problem reaching the photocopier.

If you don't know the IP address, you can reach it by host name if the DHCP and DNS are working properly. If you are on an Active Directory infrastructure and DHCP and DNS are integrated it should be transparent.

If you are on your home with a "home" router they usually do the hostname to IP resolve (DNS).

You can nslookup hostname in your machine to see if your dns is resolving the ip address. you can also ping hostname or ping ip address to test that you can reach the desired host. Some hosts block ping (ICMP) requests, please note that ping is ping does not respond is not a definitive solution.

Please note that in your home router you should use your router or default gateway to be the DNS also, and then add the google public DNS or your ISP.

Also when connecting the access point to an existing network you may have 2 DHCP servers providing IP addresses to hosts, you should disable DHCP on the Access Point and connect the AP to the network using the switch port and not the WAN port (the WAN port will try to do NAT and assign a different set of IP addresses).

Vidal
  • 2,605
  • 2
  • 16
  • 32