F5F Stay Refreshed Power Users Networks Original idea for an Ethernet switch!

Original idea for an Ethernet switch!

Original idea for an Ethernet switch!

Pages (2): 1 2 Next
E
Extosia
Member
191
11-07-2020, 10:15 PM
#1
In Ubuntu it's feasible to connect Ethernet ports. For instance, you have two gigabit NICs on one server—one linked to your router and another to your switch. Using tools like Wireshark, you can track all traffic passing through the switch before it reaches the router. If you combined a 10GB NIC, a gigabit NIC, and a fiber NIC without linking them to the WAN, could you repurpose this configuration as a media converter and switch for your servers? Similar to how a Netgear GS108 functions.
E
Extosia
11-07-2020, 10:15 PM #1

In Ubuntu it's feasible to connect Ethernet ports. For instance, you have two gigabit NICs on one server—one linked to your router and another to your switch. Using tools like Wireshark, you can track all traffic passing through the switch before it reaches the router. If you combined a 10GB NIC, a gigabit NIC, and a fiber NIC without linking them to the WAN, could you repurpose this configuration as a media converter and switch for your servers? Similar to how a Netgear GS108 functions.

_
_mooch
Member
52
11-08-2020, 06:17 AM
#2
In essence, yes. However, it isn't very useful in practice.
_
_mooch
11-08-2020, 06:17 AM #2

In essence, yes. However, it isn't very useful in practice.

B
buttowski147
Junior Member
42
11-14-2020, 07:20 PM
#3
@Oshino Shinobu what about practicality? This would let me track every packet being sent.
B
buttowski147
11-14-2020, 07:20 PM #3

@Oshino Shinobu what about practicality? This would let me track every packet being sent.

I
Insaneminers
Junior Member
6
11-15-2020, 08:19 PM
#4
This method lets you track every packet transmitted, functioning similarly to a well-built IDS. However, passing through the kernel bridge introduces significant delays compared to a standard switch. A typical gigabit switch adds only about 0.5ms, while the kernel bridge contributes 2–4ms and also impacts overall CPU usage. Most organizations keep traffic routing through software layers, except at routers or firewalls. Using tools like Suricata could help block malicious traffic directly, making inline IPS more practical.
I
Insaneminers
11-15-2020, 08:19 PM #4

This method lets you track every packet transmitted, functioning similarly to a well-built IDS. However, passing through the kernel bridge introduces significant delays compared to a standard switch. A typical gigabit switch adds only about 0.5ms, while the kernel bridge contributes 2–4ms and also impacts overall CPU usage. Most organizations keep traffic routing through software layers, except at routers or firewalls. Using tools like Suricata could help block malicious traffic directly, making inline IPS more practical.

S
Subordinate
Junior Member
5
11-16-2020, 06:20 AM
#5
It wasn't built specifically for this task and faces many factors influencing performance beyond what a regular switch handles. Issues include power use, ability to grow, and dependability. Managed switches with SNMP and QoS offer similar results, but more effectively and consistently.
S
Subordinate
11-16-2020, 06:20 AM #5

It wasn't built specifically for this task and faces many factors influencing performance beyond what a regular switch handles. Issues include power use, ability to grow, and dependability. Managed switches with SNMP and QoS offer similar results, but more effectively and consistently.

S
Sparkles779
Junior Member
16
11-16-2020, 09:00 AM
#6
You don’t have to run a full computer for this either; a simple router with OpenWRT can handle capturing traffic to a file, after which you can study the data on a PC—something I use often when I need to check how an app handles traffic.
S
Sparkles779
11-16-2020, 09:00 AM #6

You don’t have to run a full computer for this either; a simple router with OpenWRT can handle capturing traffic to a file, after which you can study the data on a PC—something I use often when I need to check how an app handles traffic.

R
RafaelBP
Junior Member
21
11-24-2020, 06:50 AM
#7
I your sig
R
RafaelBP
11-24-2020, 06:50 AM #7

I your sig

C
CaptanJim
Member
160
11-24-2020, 09:43 AM
#8
C
CaptanJim
11-24-2020, 09:43 AM #8

E
eTuV
Member
218
11-24-2020, 03:14 PM
#9
The expression refers to the idea of avoiding unnecessary repetition by using existing solutions instead of creating something new from scratch.
E
eTuV
11-24-2020, 03:14 PM #9

The expression refers to the idea of avoiding unnecessary repetition by using existing solutions instead of creating something new from scratch.

Y
Yahli987
Member
163
11-24-2020, 04:28 PM
#10
It reminds me of similar ideas, yet I keep emphasizing the benefits of making it yourself.
Y
Yahli987
11-24-2020, 04:28 PM #10

It reminds me of similar ideas, yet I keep emphasizing the benefits of making it yourself.

Pages (2): 1 2 Next