Ethereum mask
Publish: 2021-04-29 16:45:59
1. Ethereum is registered in the United States
2. Do you want to learn blockchain development technology or just want to know what blockchain is? If it is the former, you can look at the code of other blockchain projects and learn about it first. If it is the latter, we can pay attention to some good blockchain we media. Blockchain is an emerging instry. There is no ready-made training course. It depends on self exploration and understanding.
3.
-
with software mining, the flow of ore a p p can monitor the mining situation
-
direct purchase with fast money
< / OL >
can only think of two methods
4. Yes, because it's a fraud website. If you cheat enough money, people will disappear and won't play with you any more!
5. Domestic or foreign? Metamask is popular in foreign countries, clevergo is recommended in China
6. This is an ARP conflict. I don't know what your actual physical connection is
in general, when DHCP automatically obtains IP, the router is connected to the router, and the LAN port IP of the two routers is the same, or the IP of the two routers is different, but the DHCP service is turned on, then the above phenomenon will appear
or if the computer is plugged in with portable WiFi, such as 360 portable WiFi, which gets 192.168.1.1 by default, it will cause ARP conflict with ip192.168.1.1 of your router
there are two ways to connect the two routers:
1 the second router turns off DHCP and changes the LAN port IP address to a different IP from the LAN port IP of the main router
then connect the LAN ports of two routers at both ends of the network cable
2 another method is that the second router turns off DHCP, selects WAN port, selects fixed IP for broadband type, and sets the fixed IP to be different from the LAN port IP of the main router
the LAN port IP of the second router is changed to a network segment IP different from the LAN port IP of the main router
then the two ends of the network cable are respectively connected to the LAN port of the first router and the WAN port of the second router
in general, when DHCP automatically obtains IP, the router is connected to the router, and the LAN port IP of the two routers is the same, or the IP of the two routers is different, but the DHCP service is turned on, then the above phenomenon will appear
or if the computer is plugged in with portable WiFi, such as 360 portable WiFi, which gets 192.168.1.1 by default, it will cause ARP conflict with ip192.168.1.1 of your router
there are two ways to connect the two routers:
1 the second router turns off DHCP and changes the LAN port IP address to a different IP from the LAN port IP of the main router
then connect the LAN ports of two routers at both ends of the network cable
2 another method is that the second router turns off DHCP, selects WAN port, selects fixed IP for broadband type, and sets the fixed IP to be different from the LAN port IP of the main router
the LAN port IP of the second router is changed to a network segment IP different from the LAN port IP of the main router
then the two ends of the network cable are respectively connected to the LAN port of the first router and the WAN port of the second router
7. This should be converted to hexadecimal IP translation should be:
eth1 interface set IP 192.168.1.109 255.255.255.0 gateway 192.168.0.1
eth1 interface set IP 192.168.1.109 255.255.255.0 gateway 192.168.0.1
8. If you add a route, as long as the data leading to the IP starting with 61 goes from eth0, the network card will be executed directly in DOS or written as text, and it will be executed directly in bat format, and the restart will be invalid
9. Methods of adding routes under Linux:
1: use route command to add routes
use route command to add routes. After the machine is restarted or the network card is restarted, the routes will be invalid, Methods:
/ / routes added to host
# route add – host 192.168.168.110 dev eth0
# route add – host 192.168.168.119 GW 192.168.168.1
/ / routes added to network
# route add – net IP netmask eth0
# route add – net IP netmask gwip
# route add – net IP / 24 eth1
/ / add default gateway
# route ad D default gw IP
/ / delete route
? Route del – host 192.168.168.110 dev eth0
2: method of setting permanent route under Linux:
1. Add
method in / etc / rc.local:
route add - net 192.168.3.0/24 dev eth0
route add - net 192.168.2.0/24 GW 192.168.3.254
2. Add to the end of / etc / sysconfig / network
2 />Methods: gateway = GW IP or gateway = GW dev
3. / etc / sysconfig / static Router:
any net x.x.x/24 GW y.y.y.y
are you satisfied with the above answers?
1: use route command to add routes
use route command to add routes. After the machine is restarted or the network card is restarted, the routes will be invalid, Methods:
/ / routes added to host
# route add – host 192.168.168.110 dev eth0
# route add – host 192.168.168.119 GW 192.168.168.1
/ / routes added to network
# route add – net IP netmask eth0
# route add – net IP netmask gwip
# route add – net IP / 24 eth1
/ / add default gateway
# route ad D default gw IP
/ / delete route
? Route del – host 192.168.168.110 dev eth0
2: method of setting permanent route under Linux:
1. Add
method in / etc / rc.local:
route add - net 192.168.3.0/24 dev eth0
route add - net 192.168.2.0/24 GW 192.168.3.254
2. Add to the end of / etc / sysconfig / network
2 />Methods: gateway = GW IP or gateway = GW dev
3. / etc / sysconfig / static Router:
any net x.x.x/24 GW y.y.y.y
are you satisfied with the above answers?
10. $ ifconfig eth0 | sed -r -n 's/.*inet addr:(\S+).*Mask:(.*)/\1 \2/p'
Hot content
