alexkirsz/dispatch-proxy

Aggrigating traffic of eth0 and eth1 to eth2

Open

#41 aperta il 19 mar 2015

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)CoffeeScript (243 fork)batch import
help wantedquestion

Metriche repository

Star
 (3490 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

I made internet sharing service on my Personal computer. So I decided aggrigating traffic of eth0 and eth1 with 100Mbps ethernet to eth2 (ethernet card for internet sharing).

But, I can guess that is not working by basic settings of Ubuntu Linux 14.04 and dispatch. How it works?

seongho@seongho-P5K:~$ dispatch list lo 127.0.0.1 (IPv4, internal) ::1 (IPv6, internal)

eth2 10.42.0.1 (IPv4) fe80::66e5:99ff:fef9:f800 (IPv6)

eth1 180.68.11.110 (IPv4) fe80::20e:e8ff:fee1:7664 (IPv6)

eth0 112.155.219.131 (IPv4) fe80::21d:60ff:fea2:26cf (IPv6)

seongho@seongho-P5K:~$

seongho@seongho-P5K:~$ ifconfig eth0 Link encap:Ethernet inet addr:112.155.219.131 Bcast:112.155.219.255 Mask:255.255.255.0 inet6 addr: fe80::21d:60ff:fea2:26cf/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:163769909 errors:0 dropped:0 overruns:0 frame:0 TX packets:98470971 errors:0 dropped:0 overruns:0 carrier:2 collisions:0 txqueuelen:1000 RX bytes:167345124322 (167.3 GB) TX bytes:40633658538 (40.6 GB)

eth1 Link encap:Ethernet inet addr:180.68.11.110 Bcast:180.68.11.255 Mask:255.255.255.0 inet6 addr: fe80::20e:e8ff:fee1:7664/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:29809256 errors:0 dropped:0 overruns:0 frame:0 TX packets:31001 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1796537948 (1.7 GB) TX bytes:7091949 (7.0 MB)

eth2 Link encap:Ethernet inet addr:10.42.0.1 Bcast:10.42.0.255 Mask:255.255.255.0 inet6 addr: fe80::66e5:99ff:fef9:f800/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:102179262 errors:0 dropped:3 overruns:0 frame:0 TX packets:180414573 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:34422983636 (34.4 GB) TX bytes:213643975647 (213.6 GB)

lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:3304669 errors:0 dropped:0 overruns:0 frame:0 TX packets:3304669 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:34492051456 (34.4 GB) TX bytes:34492051456 (34.4 GB)

seongho@seongho-P5K:~$

Guida contributor