hotspot with openVpn - Android Q&A, Help & Troubleshooting

hi all
i try to share my vpn from android hotspot
i need some help with this script
Code:
iptables -t filter -F FORWARD
iptables -t nat -F POSTROUTING
iptables -t filter -I FORWARD -j ACCEPT
iptables -t nat -I POSTROUTING -j MASQUERADE
ip rule add from 192.168.43.0/24 lookup 61
ip route add default dev tun0 scope link table 61
ip route add 192.168.43.0/24 dev wlan0 scope link table 61
ip route add broadcast 255.255.255.255 dev wlan0 scope link table 61
than i execute it i can ping everything
ping 192.168.0.1 all machine under this adress ok. it's ok for (local)
ping 10.8.0.1 all machine under this adress ok. it's ok for (vpn)
ping 8..8.8.8 it's ok
ping url ( google.com ) it's ok too
all it's good but i can't acces internet (dns automatic or 8.8.8.8 not work. Both i can see some web page but really slower and not properly)
many time i loose but don't reach my goal, my brain is really hot now:silly:
can i have some help
my ip route and rule by defaut see me this (hotspot and openvpn work)
Code:
# ip route show
10.8.0.0/24 dev tun0 proto kernel scope link src 10.8.0.3
10.228.115.64/29 dev rmnet_data2 proto kernel scope link src 10.228.115.67
100.93.115.212/30 dev rmnet_data1 proto kernel scope link src 100.93.115.213
192.168.43.0/24 dev wlan0 proto kernel scope link src 192.168.43.1
Code:
ip rule show
0: from all lookup local
10000: from all fwmark 0xc0000/0xd0000 lookup legacy_system
10500: from all iif lo oif dummy0 uidrange 0-0 lookup dummy0
10500: from all iif lo oif rmnet_data0 uidrange 0-0 lookup rmnet_data0
10500: from all iif lo oif rmnet_data1 uidrange 0-0 lookup rmnet_data1
10500: from all iif lo oif wlan0 uidrange 0-0 lookup local_network
10500: from all iif lo oif rmnet_data2 uidrange 0-0 lookup rmnet_data2
11000: from all iif tun0 lookup local_network
12000: from all fwmark 0x0/0x20000 iif lo uidrange 0-99999 lookup tun0
12000: from all fwmark 0x0/0x20000 iif lo uidrange 99900000-99999999 lookup tun0
12000: from all fwmark 0xc0066/0xcffff lookup tun0
13000: from all fwmark 0x10063/0x1ffff iif lo lookup local_network
13000: from all fwmark 0xd0001/0xdffff iif lo lookup rmnet_data0
13000: from all fwmark 0x10064/0x1ffff iif lo lookup rmnet_data1
13000: from all fwmark 0xd0065/0xdffff iif lo lookup rmnet_data2
13000: from all fwmark 0x10066/0x1ffff iif lo uidrange 0-99999 lookup tun0
13000: from all fwmark 0x10066/0x1ffff iif lo uidrange 99900000-99999999 lookup tun0
13000: from all fwmark 0x10066/0x1ffff iif lo uidrange 0-0 lookup tun0
14000: from all iif lo oif dummy0 lookup dummy0
14000: from all fwmark 0xc0000/0xc0000 iif lo oif rmnet_data0 lookup rmnet_data0
14000: from all iif lo oif rmnet_data1 lookup rmnet_data1
14000: from all iif lo oif wlan0 lookup local_network
14000: from all fwmark 0xc0000/0xc0000 iif lo oif rmnet_data2 lookup rmnet_data2
14000: from all iif lo oif tun0 uidrange 0-99999 lookup tun0
14000: from all iif lo oif tun0 uidrange 99900000-99999999 lookup tun0
15000: from all fwmark 0x0/0x10000 lookup legacy_system
16000: from all fwmark 0x0/0x10000 lookup legacy_network
17000: from all fwmark 0x0/0x10000 lookup local_network
18000: from all iif wlan0 lookup rmnet_data2
19000: from all fwmark 0x64/0x1ffff iif lo lookup rmnet_data1
21000: from all fwmark 0x66/0x1ffff lookup rmnet_data1
22000: from all fwmark 0x0/0xffff iif lo lookup rmnet_data1
32000: from all unreachable
thank's for help i think i don't need a lot for make it but alone i can't do it

i was trying test remove all app use iptables on my phone
reboot start hotspot and vpn
start my ssh session an type just this
Code:
iptables -t filter -I FORWARD -j ACCEPT
iptables -t nat -I POSTROUTING -j MASQUERADE
ip rule add from 192.168.43.0/24 lookup 61
ip route add default dev tun0 scope link table 61
ip route add 192.168.43.0/24 dev wlan0 scope link table 61
ip route add broadcast 255.255.255.255 dev wlan0 scope link table 61
and now it's work really that's crazy this i loose time for nothing
just see for use my dns with it (actually cloudfare dns of my phone with magisk)
normally at home i've pihole i will see later if i fix it and then i close this post

Related

[Q] Reverse tethering in Oodie Prime[ROM]

Hello friends.....
I've been using Oodie Prime X for a while... I love the looks, interface of this... The only problem i'm facing is the reverse tethering.. It doesnt work. I couldn't figure out the reason.. Although it is not much important, it is really very usefull while having to download large amount of data for some apps, when v dont have a wifi connection.
Helps very much appreciated...
Thanks in advance friends.....
11-21 20:45:48:811 W/I Connecting to device...
11-21 20:45:56.49 A/I Start proc service.tracetool for broadcast service.tracetool/.TTBroadcastReceiver: pid=7209 uid=10054 gids={3003}
11-21 20:45:56.53 A/D DexInv: --- BEGIN '/data/app/service.tracetool-1.apk' ---
11-21 20:45:56.61 A/D DexInv: --- END '/data/app/service.tracetool-1.apk' (success) ---
11-21 20:45:53:698 W/I Wait for android connection ready. If nothing happens now, close the program and retry
11-21 20:45:53:752 L/I Reverse tethering started. Process id is 7209
11-21 20:45:56.73 A/I SocketService.onStartCommand. Action = TTServiceStart
11-21 20:45:56.73 A/I TunnelController : thread started
11-21 20:45:56.73 A/I UsbThread1 : thread started
11-21 20:45:56.73 A/I UsbThread1 : Create usb socket
11-21 20:45:53:796 W/I waiting android server connection ... 1
11-21 20:45:56.73 A/I UsbThread1 : usbServerSocket : Waiting for the host to connect
11-21 20:45:55:074 W/I Waiting for connection. If nothing happens now, close the program and retry
11-21 20:45:58.22 A/I UsbThread1 : Host connected
11-21 20:45:55:822 W/D ------------------------------------------------------------
11-21 20:45:55:822 W/D Android Superuser may ask you to accept rights.
11-21 20:45:55:822 W/D Check your android and accept "Superuser Request" now if needed !!!
11-21 20:45:55:822 W/D If connection stop here and Superuser don't apears ,you phone or tablet is probably not rooted
11-21 20:45:57:094 W/I interfaces before script startlo(UP) 127.0.0.1, dummy0(DOWN), rmnet0(UP) 101.212.223.208, rmnet1(DOWN), rmnet2(DOWN), usb0(DOWN) 192.168.42.129, sit0(DOWN)
11-21 20:45:57:447 W/I route : destination : 101.212.223.209, gateway : *, output : rmnet0
11-21 20:45:57:447 W/I route : destination : 101.212.223.208, gateway : *, output : rmnet0
11-21 20:45:57:448 W/I route : destination : default, gateway : 101.212.223.209, output : rmnet0
11-21 20:46:00.73 A/D wifi or 3g card adress : "101.212.223.208"
11-21 20:46:00.74 A/D Interface to use : "usb0"
11-21 20:46:00.74 A/D Old route adress to disable : "101.212.223.209"
11-21 20:46:00.75 A/D adress to use : "192.168.1.2"
11-21 20:45:57:850 W/I waiting android message callback ... 2
11-21 20:46:01.29 A/D route del default gateway 101.212.223.209
11-21 20:45:58:866 W/I waiting android message callback ... 3
11-21 20:45:59:878 W/I waiting android message callback ... 4
11-21 20:46:02.96 A/E Error running command :
11-21 20:46:02.96 A/E /data/data/service.tracetool/app_bin/iptables_armv5 -t nat -A TETHER -o usb0 -p tcp --dport 1:41999 -j REDIRECT --to 42002
11-21 20:46:02.96 A/E modprobe: module 'ip_tables' not found
11-21 20:46:02.96 A/E iptables: No chain/target/match by that name.
11-21 20:46:03.09 A/E Error running command :
11-21 20:46:03.09 A/E /data/data/service.tracetool/app_bin/iptables_armv5 -t nat -A TETHER -o usb0 -p tcp --dport 42500:65535 -j REDIRECT --to 42002
11-21 20:46:03.09 A/E modprobe: module 'ip_tables' not found
11-21 20:46:03.09 A/E iptables: No chain/target/match by that name.
11-21 20:46:03.24 A/E Error running command :
11-21 20:46:03.24 A/E /data/data/service.tracetool/app_bin/iptables_armv5 -t nat -A TETHER -o usb0 -p udp --dport 1:41999 -j REDIRECT --to 42001
11-21 20:46:03.24 A/E modprobe: module 'ip_tables' not found
11-21 20:46:03.24 A/E iptables: No chain/target/match by that name.
11-21 20:46:03.36 A/E Error running command :
11-21 20:46:03.36 A/E /data/data/service.tracetool/app_bin/iptables_armv5 -t nat -A TETHER -o usb0 -p udp --dport 42500:65535 -j REDIRECT --to 42001
11-21 20:46:03.36 A/E modprobe: module 'ip_tables' not found
11-21 20:46:03.36 A/E iptables: No chain/target/match by that name.
11-21 20:46:01:110 W/I interfaces after script startlo(UP) 127.0.0.1, dummy0(DOWN), rmnet0(UP) 101.212.223.208, rmnet1(DOWN), rmnet2(DOWN), usb0(UP) 192.168.1.2, sit0(DOWN)
11-21 20:46:01:342 W/I route : destination : 101.212.223.209, gateway : *, output : rmnet0
11-21 20:46:01:342 W/I route : destination : 101.212.223.208, gateway : *, output : rmnet0
11-21 20:46:01:343 W/I route : destination : 192.168.1.0, gateway : *, output : usb0
11-21 20:46:01:343 W/I route : destination : default, gateway : 192.168.1.2, output : usb0
11-21 20:46:01:343 W/I
11-21 20:46:01:343 W/I Connection done
Server List
DNS List
192.168.1.1[default]

Porting B2G for coconut - MAC Address problem

I'm porting B2G to Live With Walkman.
Kernel is based on semc-kernel-msm7x30 from Cyanogenmod's Github Account
I've added wl12xx modules from Cyanogenmod 9, etc. and loaded their (modules are also loaded in init.rc of course). But WiFi still doesn't working. While I'm trying run it manualy ("netcfg wlan0 up"), I got error:
Code:
[email protected]:/system/lib/modules # netcfg wlan0 up
action 'up' failed (Cannot assign requested address)
['code]
netcfg returns:
[code]
[email protected]:/system/lib/modules # netcfg
lo UP 127.0.0.1/8 0x00000049 00:00:00:00:00:00
dummy0 DOWN 0.0.0.0/0 0x00000082 8e:9d:59:3d:15:e7
rmnet0 DOWN 0.0.0.0/0 0x00001002 7e:7e:23:63:92:38
rmnet1 DOWN 0.0.0.0/0 0x00001002 0e:a7:c3:52:69:b9
rmnet2 DOWN 0.0.0.0/0 0x00001002 5e:75:da:27:64:f9
rmnet3 DOWN 0.0.0.0/0 0x00001002 fe:2a:0d:6c:68:d7
rmnet4 DOWN 0.0.0.0/0 0x00001002 be:af:14:3b:50:01
rmnet5 DOWN 0.0.0.0/0 0x00001002 06:10:c4:c0:b7:b5
rmnet6 DOWN 0.0.0.0/0 0x00001002 e2:00:f4:a4:15:d4
rmnet7 DOWN 0.0.0.0/0 0x00001002 86:6b:ae:9d:1f:77
rmnet_sdio0 DOWN 0.0.0.0/0 0x00001002 ea:af:b7:63:f2:b9
rmnet_sdio1 DOWN 0.0.0.0/0 0x00001002 7e:bb:36:03:48:91
rmnet_sdio2 DOWN 0.0.0.0/0 0x00001002 5a:cb:ed:5c:c8:7e
rmnet_sdio3 DOWN 0.0.0.0/0 0x00001002 96:c9:ff:c1:3b:3c
rmnet_sdio4 DOWN 0.0.0.0/0 0x00001002 be:51:d2:70:20:91
rmnet_sdio5 DOWN 0.0.0.0/0 0x00001002 46:6b:84:f8:aa:4c
rmnet_sdio6 DOWN 0.0.0.0/0 0x00001002 ca:26:5b:c2:78:d2
rmnet_sdio7 DOWN 0.0.0.0/0 0x00001002 7e:85:5c:f4:bc:a2
sit0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
ip6tnl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
wlan0 DOWN 0.0.0.0/0 0x00001002 00:00:00:00:00:00 <<<<<<<<<<<<<<<<<<<
I see, wlan0's MAC Address is invalid. Someone had this problem? And yes, dmesg returns my valid MAC Address:
Code:
/system/bin # dmesg | grep wifi
<5>Kernel command line: console=ttyMSM2,115200n8 androidboot.hardware=semc totalmem=0x200 startup=0x00000030 serialno=BX902UAD70 bt0.ieee_addr=5c:b5:24:bf:e8:f7 wifi0.eth_addr=5c:b5:24:5b:06:2b
/system/bin #
And sorry for my mistakes, English is not ma native language.
Siprah123 said:
I'm porting B2G to Live With Walkman.
Kernel is based on semc-kernel-msm7x30 from Cyanogenmod's Github Account
I've added wl12xx modules from Cyanogenmod 9, etc. and loaded their (modules are also loaded in init.rc of course). But WiFi still doesn't working. While I'm trying run it manualy ("netcfg wlan0 up"), I got error:
Code:
[email protected]:/system/lib/modules # netcfg wlan0 up
action 'up' failed (Cannot assign requested address)
['code]
netcfg returns:
[code]
[email protected]:/system/lib/modules # netcfg
lo UP 127.0.0.1/8 0x00000049 00:00:00:00:00:00
dummy0 DOWN 0.0.0.0/0 0x00000082 8e:9d:59:3d:15:e7
rmnet0 DOWN 0.0.0.0/0 0x00001002 7e:7e:23:63:92:38
rmnet1 DOWN 0.0.0.0/0 0x00001002 0e:a7:c3:52:69:b9
rmnet2 DOWN 0.0.0.0/0 0x00001002 5e:75:da:27:64:f9
rmnet3 DOWN 0.0.0.0/0 0x00001002 fe:2a:0d:6c:68:d7
rmnet4 DOWN 0.0.0.0/0 0x00001002 be:af:14:3b:50:01
rmnet5 DOWN 0.0.0.0/0 0x00001002 06:10:c4:c0:b7:b5
rmnet6 DOWN 0.0.0.0/0 0x00001002 e2:00:f4:a4:15:d4
rmnet7 DOWN 0.0.0.0/0 0x00001002 86:6b:ae:9d:1f:77
rmnet_sdio0 DOWN 0.0.0.0/0 0x00001002 ea:af:b7:63:f2:b9
rmnet_sdio1 DOWN 0.0.0.0/0 0x00001002 7e:bb:36:03:48:91
rmnet_sdio2 DOWN 0.0.0.0/0 0x00001002 5a:cb:ed:5c:c8:7e
rmnet_sdio3 DOWN 0.0.0.0/0 0x00001002 96:c9:ff:c1:3b:3c
rmnet_sdio4 DOWN 0.0.0.0/0 0x00001002 be:51:d2:70:20:91
rmnet_sdio5 DOWN 0.0.0.0/0 0x00001002 46:6b:84:f8:aa:4c
rmnet_sdio6 DOWN 0.0.0.0/0 0x00001002 ca:26:5b:c2:78:d2
rmnet_sdio7 DOWN 0.0.0.0/0 0x00001002 7e:85:5c:f4:bc:a2
sit0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
ip6tnl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
wlan0 DOWN 0.0.0.0/0 0x00001002 00:00:00:00:00:00 <<<<<<<<<<<<<<<<<<<
I see, wlan0's MAC Address is invalid. Someone had this problem? And yes, dmesg returns my valid MAC Address:
Code:
/system/bin # dmesg | grep wifi
<5>Kernel command line: console=ttyMSM2,115200n8 androidboot.hardware=semc totalmem=0x200 startup=0x00000030 serialno=BX902UAD70 bt0.ieee_addr=5c:b5:24:bf:e8:f7 wifi0.eth_addr=5c:b5:24:5b:06:2b
/system/bin #
And sorry for my mistakes, English is not ma native language.
Click to expand...
Click to collapse
Everything works except Wifi?
danutzgtx480 said:
Everything works except Wifi?
Click to expand...
Click to collapse
Nope, I just fixed SD Card. Mobile Network, WiFi, Camera still doesn't works, but now I'm trying run WiFi
can you upload the zip for coconut?(including kernel) I have smultron and i want to port & try it
Sure, here you are: speedyshare .com /CFpej/boot2gecko-coconut.zip
But it's problem with running recovery, when I'm trying run it while phone starting, it doesn't works. But "adb reboot recovery" works perfectly.
after diedb
By the way. I fixed GSM and SD Card. I'll publish it soon
Siprah123 said:
By the way. I fixed GSM and SD Card. I'll publish it soon
Click to expand...
Click to collapse
good:good::good::good:
I fixed too Battery Indicator and Green LED (thanks @danutzgtx480 for send me a patch! :good: ). I'm going to publish it now (when my new user restriction will be removed)

[Q] Android Wifi : How to change network interface used by android

When I boot up my Android Device and go to Wifi settings,the status of wifi remains "Turning Wi-Fi on" forever.I looked up in logcat logs,below is the error that I see.
E/wpa_supplicant( 1713): nl80211: Could not set interface 'wlan0' UP
E/wpa_supplicant( 1713): wlan0: Failed to initialize driver interface
E/wpa_supplicant( 1713): Could not read interface wlan0 flags: No such device
Below is some useful information.
Code:
[email protected]:/ # netcfg
netcfg
lo UP 127.0.0.1/8 0x00000049 00:00:00:00:00:00
gannet0 DOWN 0.0.0.0/0 0x00001082 1e:e9:6e:bf:45:f7
dummy0 DOWN 0.0.0.0/0 0x00000082 ba:ad:f6:ae:6a:09
rmnet0 DOWN 0.0.0.0/0 0x00000000 00:00:00:00:00:00
rmnet1 DOWN 0.0.0.0/0 0x00000000 00:00:00:00:00:00
rmnet2 DOWN 0.0.0.0/0 0x00000000 00:00:00:00:00:00
rmnet3 DOWN 0.0.0.0/0 0x00000000 00:00:00:00:00:00
rmnet4 DOWN 0.0.0.0/0 0x00000000 00:00:00:00:00:00
rmnet5 DOWN 0.0.0.0/0 0x00000000 00:00:00:00:00:00
rmnet6 DOWN 0.0.0.0/0 0x00000000 00:00:00:00:00:00
rmnet7 DOWN 0.0.0.0/0 0x00000001 00:00:00:00:00:00
sit0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
ip6tnl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
Contents of /system/etc/wifi/wpa_supplicant.conf:
Code:
update_config=1
ctrl_interface=wlan0
eapol_version=1
ap_scan=1
fast_reauth=1
Question: How can I enable android to use some other interface other than wlan0 ?
Things tried:
1)I tried to edit ctrl_interface parameter in /system/etc/wifi/wpa_supplicant.conf usiny adb pull and push to other interfaces shown by netcfg but android still tries to use wlan0.
2)I also tried to start wpa_supplicant daemon using below command.
Code:
/system/bin/wpa_supplicant -Dnl80211 -idummy0 -c/system/etc/wifi/wpa_supplicant.conf
but this gives error.
Code:
E/wpa_supplicant( 5390): dummy0: Failed to initialize driver interface

Share openvpn connection over wifi hotspot

Hello!
Trying to share openvpn connection over wifi hotspot, but nothing helps me
This programs doesn't help me
play.google.com/store/apps/details?id=com.ardadem.tethervpn
play.google.com/store/apps/details?id=com.ilmubytes.tethernet
play.google.com/store/apps/details?id=com.cryptotel.tethercontrol
play.google.com/store/apps/details?id=com.tetherunlocker
My netcfg in terminal
Code:
Connection over Wi-Fi without openvpn
[email protected]:/ # netcfg
ccmni2 DOWN 0.0.0.0/0 0x00000080 8a:4f:b2:cb:ce:b1
ccmni1 DOWN 0.0.0.0/0 0x00000080 1e:1a:4b:cd:da:bf
ccmni0 DOWN 0.0.0.0/0 0x00000080 5e:2b:32:c8:db:a3
lo UP 127.0.0.1/8 0x00000049 00:00:00:00:00:00
sit0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
ifb1 DOWN 0.0.0.0/0 0x00000082 02:12:82:7f:7c:61
ifb0 DOWN 0.0.0.0/0 0x00000082 e6:3f:1c:93:62:9f
p2p0 UP 0.0.0.0/0 0x00001003 56:ef:92:36:f7:90
wlan0 UP 192.168.2.191/24 0x00001043 54:ef:92:36:f7:90
tunl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
ip6tnl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
[email protected]:/ #
===================================================
openvpn connection only, via carrier
[email protected]:/ $ su
[email protected]:/ # netcfg
ccmni2 DOWN 0.0.0.0/0 0x00000080 8a:4f:b2:cb:ce:b1
ccmni1 DOWN 0.0.0.0/0 0x00000080 1e:1a:4b:cd:da:bf
ccmni0 UP 172.17.184.14/16 0x000000c1 5e:2b:32:c8:db:a3
lo UP 127.0.0.1/8 0x00000049 00:00:00:00:00:00
tun0 UP 172.27.232.123/21 0x00000051 00:00:00:00:00:00
sit0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
ifb1 DOWN 0.0.0.0/0 0x00000082 02:12:82:7f:7c:61
ifb0 DOWN 0.0.0.0/0 0x00000082 e6:3f:1c:93:62:9f
tunl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
ip6tnl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
[email protected]:/ #
===================================================
wifi hotspot on + openvpn connection only, via carrier
[email protected]:/ $ su
[email protected]:/ #
[email protected]:/ # nwtcfg
k_shell/10094:8630: nwtcfg: not found
127|[email protected]:/ # netcfg
ccmni2 DOWN 0.0.0.0/0 0x00000080 8a:4f:b2:cb:ce:b1
ccmni1 DOWN 0.0.0.0/0 0x00000080 1e:1a:4b:cd:da:bf
ccmni0 UP 172.17.184.14/16 0x000000c1 5e:2b:32:c8:db:a3
lo UP 127.0.0.1/8 0x00000049 00:00:00:00:00:00
ap0 UP 192.168.43.1/24 0x00001043 56:ef:92:36:f7:90
tun0 UP 172.27.232.123/21 0x00000051 00:00:00:00:00:00
sit0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
ifb1 DOWN 0.0.0.0/0 0x00000082 02:12:82:7f:7c:61
ifb0 DOWN 0.0.0.0/0 0x00000082 e6:3f:1c:93:62:9f
wlan0 DOWN 0.0.0.0/0 0x00001002 54:ef:92:36:f7:90
tunl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00
ip6tnl0 DOWN 0.0.0.0/0 0x00000080 00:00:00:00:00:00

Routing table

I'm not very tech savvy but I hope someone will help me out and let me know if this is the way my routing table should be or if it's been edited.
This is from 1-25-22
:/ $ ip route list table all
default dev ccmni1 table 2454 proto static
default dev dummy0 table 1002 proto static scope link
default via 100.90.1.69 dev ccmni0 table 1008 proto static mtu 1428
100.90.1.69 dev ccmni0 table 1008 proto static scope link
100.0.0.0/8 dev ccmni0 proto kernel scope link src 100.90.1.69
broadcast 100.0.0.0 dev ccmni0 table local proto kernel scope link src 100.90.1.69
local 100.90.1.69 dev ccmni0 table local proto kernel scope host src 100.90.1.69
broadcast 100.255.255.255 dev ccmni0 table local proto kernel scope link src 100.90.1.69
broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1
local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1
local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1
broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1
default dev ccmni1 table 2454 proto static metric 1024 pref medium
fe80::/64 dev dummy0 table 1002 proto kernel metric 256 pref medium
default dev dummy0 table 1002 proto static metric 1024 pref medium
2600:1006:b015:ab2d::/64 dev ccmni0 table 1008 proto static metric 1024 pref medium
fe80::/64 dev ccmni0 table 1008 proto kernel metric 256 pref medium
default via fe80::22:9467:ed40 dev ccmni0 table 1008 proto ra metric 1024 expires 60508sec hoplimit
255 pref medium
2600:1006:1010:8668::/64 dev ccmni1 table 1009 proto static metric 1024 pref medium
fe80::/64 dev ccmni1 table 1009 proto kernel metric 256 pref medium
default via fe80::1 dev ccmni1 table 1009 proto ra metric 1024 expires 14387sec mtu 1438 hoplimit
64 pref medium
local ::1 dev lo table local proto kernel metric 0 pref medium
local 2600:1006:1010:8668:ce2f:748b:84c7:94c8 dev ccmni1 table local proto kernel metric 0 pref
medium
local 2600:1006:b015:ab2d:0:22:9467:ed01 dev ccmni0 table local proto kernel metric 0 pref medium
local fe80::22:9467:ed01 dev ccmni0 table local proto kernel metric 0 pref medium
local fe80::808e:9aff:fe82:3edd dev dummy0 table local proto kernel metric 0 pref medium
local fe80::ce2f:748b:84c7:94c8 dev ccmni1 table local proto kernel metric 0 pref medium
ff00::/8 dev dummy0 table local metric 256 pref medium
ff00::/8 dev ccmni1 table local metric 256 pref medium
ff00::/8 dev ccmni0 table local metric 256 pref medium
This is from 2-1-22
default dev ccmni0 table 2454 proto static
default dev dummy0 table 1002 proto static scope link
default via 100.88.225.107 dev ccmni1 table 1009 proto static mtu 1428
100.88.225.107 dev ccmni1 table 1009 proto static scope link
100.0.0.0/8 dev ccmni1 proto kernel scope link src 100.88.225.107
broadcast 100.0.0.0 dev ccmni1 table local proto kernel scope link src 100.88.225.107
local 100.88.225.107 dev ccmni1 table local proto kernel scope host src 100.88.225.107
broadcast 100.255.255.255 dev ccmni1 table local proto kernel scope link src 100.88.225.107
broadcast 127.0.0.0 dev lo table local proto kernel scope link src 127.0.0.1
local 127.0.0.0/8 dev lo table local proto kernel scope host src 127.0.0.1
local 127.0.0.1 dev lo table local proto kernel scope host src 127.0.0.1
broadcast 127.255.255.255 dev lo table local proto kernel scope link src 127.0.0.1
default dev ccmni0 table 2454 proto static metric 1024 pref medium
fe80::/64 dev dummy0 table 1002 proto kernel metric 256 pref medium
default dev dummy0 table 1002 proto static metric 1024 pref medium
2600:1006:1025:b307::/64 dev ccmni0 table 1008 proto static metric 1024 pref medium
fe80::/64 dev ccmni0 table 1008 proto kernel metric 256 pref medium
default via fe80::1 dev ccmni0 table 1008 proto ra metric 1024 expires 12145sec mtu 1438
hoplimit 64 pref medium
2600:1006:b005:9263::/64 dev ccmni1 table 1009 proto static metric 1024 pref medium
fe80::/64 dev ccmni1 table 1009 proto kernel metric 256 pref medium
default via fe80::a:328c:ba40 dev ccmni1 table 1009 proto ra metric 1024 expires 55846sec
hoplimit 255 pref medium
local ::1 dev lo table local proto kernel metric 0 pref medium
local 2600:1006:1025:b307:38d8:b1b0:99b9:7703 dev ccmni0 table local proto kernel metric 0
pref medium
local 2600:1006:b005:9263:0:a:328c:ba01 dev ccmni1 table local proto kernel metric 0 pref
medium
local fe80::a:328c:ba01 dev ccmni1 table local proto kernel metric 0 pref medium
local fe80::38d8:b1b0:99b9:7703 dev ccmni0 table local proto kernel metric 0 pref medium
local fe80::980b:d5ff:fef7:bfa0 dev dummy0 table local proto kernel metric 0 pref medium
ff00::/8 dev dummy0 table local metric 256 pref medium
ff00::/8 dev ccmni0 table local metric 256 pref medium
ff00::/8 dev ccmni1 table local metric 256 pref medium

Categories

Resources