I'm trying to setup my PI to be 10.0.0.100/24
DG is 10.0.0.1/24
the DNS is also from 10.0.0.1
this is waht I did:
IPv4 Address 10.0.0.100/24
IPv6 Address _ Blanck
Router 10.0.0.1
DNS Server 10.0.0.1
DNS Search 10.0.0.1
this is what I get
Code: Select all
pi@raspberrypi:~ $ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.0.0.100 netmask 255.0.0.0 broadcast 10.255.255.255
inet6 fe80::c858:1f11:2dda:584a prefixlen 64 scopeid 0x20<link>
ether b8:27:eb:31:48:20 txqueuelen 1000 (Ethernet)
RX packets 4082 bytes 339768 (331.8 KiB)
RX errors 0 dropped 2 overruns 0 frame 0
TX packets 4524 bytes 1501826 (1.4 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
what did I do wrong?
* also what is the differnet between DNS Server and DNS search ?
Thanks ,