On Sunday 12 Feb 2017 01:07:09 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
> 
> --
> Thelma

Are you sure the device is configured to respond to pings?

Are your routes on the PC configured correctly, if you are using a secondary 
interface on the same NIC?

Does nmap -A -T4 -Pn -vvv 192.168.1.100 show any services running to which you 
can connect?

-- 
Regards,
Mick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to