same ip address n ip gateway

how to make a ip address and ip gateway with same ip from dhcp
ex:
ip address: 192.168.1.10
netmask: 255.255.255.255
gateway: 192.168.1.10

i want to make this to my client hotspot


thanks
Dian

Hotspot? Why? With that setup, you won’t be able to access anything but localnet computers.

ADD: My bad. With that netmask, you won’t be able to access anything. :frowning:

how but this… i take this sample from my laptop that connect to internet from mobile phone

PPP adapter HUAWEI:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
Physical Address. . . . . . . . . : 00-53-45-00-00-00
Dhcp Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 10.245.13.6
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 10.245.13.6
DNS Servers . . . . . . . . . . . : 124.195.15.100
202.152.165.36
Primary WINS Server . . . . . . . : 172.18.3.3
Secondary WINS Server . . . . . . : 172.18.3.4
NetBIOS over Tcpip. . . . . . . . : Disabled

C:\Documents and Settings\NC4010>

yup, the broadcast as itself :wink:
this our connections addresses and interfaces.

do you have problem with your connection…?

regards
Hasbullah.com

Windows IP Configuration

        Host Name . . . . . . . . . . . . : nila
        Primary Dns Suffix  . . . . . . . :
        Node Type . . . . . . . . . . . . : Hybrid
        IP Routing Enabled. . . . . . . . : No
        WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Ethernet:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : SURECOM EP-320X-R 100/10/M PCI Adapter
        Physical Address. . . . . . . . . : 00-02-44-66-2F-BC
        Dhcp Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 192.168.17.5
        Subnet Mask . . . . . . . . . . . : 255.255.255.0
        Default Gateway . . . . . . . . . : 192.168.17.4
        DNS Servers . . . . . . . . . . . : 202.155.0.10
                                            202.155.0.15

PPP adapter VPN:

        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : WAN (PPP/SLIP) Interface
        Physical Address. . . . . . . . . : 00-53-45-00-00-00
        Dhcp Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 86.47.10.64
        Subnet Mask . . . . . . . . . . . : 255.255.255.255
        Default Gateway . . . . . . . . . : 86.47.10.64
        DNS Servers . . . . . . . . . . . : 86.47.0.10
                                            86.47.0.15
        Primary WINS Server . . . . . . . : 86.47.0.11
        Secondary WINS Server . . . . . . : 86.47.0.12

Again my bad. I thought we were talking about a MT device…
I have NO problems with ANY of my MT devices.

EDIT: OK, that was a lie. I have one RB133 V2.9.51 that has a hotspot that does not like to compensate for Daylight Saving Time. But what can you expect from non-supported hardware/software.

how to make my client hotspot obtain the ip gateway is same with ip address from dhcp
ex in mikrotik device:
ip hotspot: 192.168.1.1
netmask 32
ip gateway: 192.168.1.1
ip dns: 192.168.1.1
ip dhcp: 192.168.1.1
ip pool range: 192.168.1.10-192.168.1.254

so if my client obtain from dhcp its like this
client1
ip address: 192.168.1.11
subnet mask: 255.255.255.255
ip gateway: 192.168.1.1
ip dhcp: 192.168.1.1
ip dns:192.168.1.1

but i want to like this

ip address: 192.168.1.11 <-----
subnet mask: 255.255.255.255
ip gateway: 192.168.1.11 <----- ip gateway same with ip address
ip dhcp: 192.168.1.1
ip dns:192.168.1.1

how make this in mikrotik i use ROS 3.23