On Sun, Feb 12, 2017 at 7:07 PM, <the...@sys-concept.com> wrote:

> On 02/12/2017 01:01 AM, the...@sys-concept.com wrote:
> > My local network is 10.0.0.1 -
> >
> > I have an external device that is pre-set from factory to 192.168.1.100
> and I need to access to it via browser to change its network setting.
> > So I do:
> > ifconfig net0:1 192.168.1.1 up
> >
> > nmap -sn 192.168.1.1/24
> >
> > Starting Nmap 6.47 ( http://nmap.org ) at 2017-02-12 00:54 MST
> > Nmap scan report for 192.168.1.100
> > Host is up (0.00015s latency).
> > MAC Address: 00:09:45:41:73:D1 (Palmmicro Communications)
> > Nmap scan report for 192.168.1.1
> > Host is up.
> > Nmap done: 256 IP addresses (2 hosts up) scanned in 3.78 seconds
> >
> > The device is showing up but I can not ping it, 100% packet loss.
>
> ifconfig is showing:
>
> net0:1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
>         inet 192.168.1.1  netmask 255.255.255.0  broadcast 192.168.1.255
>         ether 00:1b:21:b8:27:b6  txqueuelen 1000  (Ethernet)
>         device interrupt 16  memory 0xfddc0000-fdde0000
>

Are both 192.168.1 devices on the same layer 2 segment (if not it wont
work).

arp -a will show if the IP address was resolvable to a MAC address, If it
says <incomplete> you have a layer two problem.

Reply via email to