Upload files to "/"

file:///home/pi4/Downloads/raspberrypi4_network.txt
This commit is contained in:
ast2 2025-04-11 09:20:40 +03:00
commit 9590986ebe

46
raspberrypi4_network.txt Normal file
View File

@ -0,0 +1,46 @@
route -n:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.11.30.1 0.0.0.0 UG 600 0 0 wlan0
10.8.0.0 0.0.0.0 255.255.255.0 U 0 0 0 tun0
10.11.30.0 0.0.0.0 255.255.255.0 U 600 0 0 wlan0
192.166.221.0 192.168.38.1 255.255.255.0 UG 0 0 0 eth0
192.168.38.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0
ip route show:
default via 10.11.30.1 dev wlan0 proto dhcp src 10.11.30.82 metric 600
10.8.0.0/24 dev tun0 proto kernel scope link src 10.8.0.3
10.11.30.0/24 dev wlan0 proto kernel scope link src 10.11.30.82 metric 600
192.166.221.0/24 via 192.168.38.1 dev eth0
192.168.38.0/24 dev eth0 proto kernel scope link src 192.168.38.231 metric 100
ip a:
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether d8:3a:dd:4c:ec:47 brd ff:ff:ff:ff:ff:ff
inet 192.168.38.231/24 brd 192.168.38.255 scope global noprefixroute eth0
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether d8:3a:dd:4c:ec:49 brd ff:ff:ff:ff:ff:ff
inet 10.11.30.82/24 brd 10.11.30.255 scope global dynamic noprefixroute wlan0
4: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN group default qlen 500
link/none
inet 10.8.0.3/24 scope global tun0
5: ip_vti0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
link/ipip 0.0.0.0 brd 0.0.0.0
ip con show Enery_Temp |grep -E 'address|gateway':
IP4.ADDRESS[1]: 10.11.30.82/24
IP4.GATEWAY: 10.11.30.1
DHCP4.OPTION[7]: ip_address = 10.11.30.82
ip con show static_eth0 |grep -E 'address|gateway':
ipv4.addresses: 192.168.38.231/24
ipv4.gateway: --
IP4.ADDRESS[1]: 192.168.38.231/24
IP4.GATEWAY: --
ip con show tun0 |grep -E 'address|gateway':
ipv4.addresses: 10.8.0.3/24
ipv4.gateway: --
IP4.ADDRESS[1]: 10.8.0.3/24
IP4.GATEWAY: --