Skip to main content

Questions tagged [route]

A route is the path through the network packets take in order to reach their destinations. The route command lets the user view and modify the IP routing table

0 votes
1 answer
125 views

My scenario: I have two machines: 192.168.1.1 192.168.1.2 Machine 2 has a ssh server and I created a tunnel in machine 1 such as: ssh -CfND 7777 [email protected] -4 I ran above command in machine ...
PersianGulf's user avatar
  • 11.3k
1 vote
0 answers
61 views

I want to be able to route GTP-U traffic that arrives to my linux through two different interfaces. However, I want to route it using information inside the tunnel: inner ip addresses. My machine is ...
Dgrm's user avatar
  • 11
1 vote
2 answers
133 views

Thank you in advance for your attention to my question and your help. I have a rather specific task. I need to set up an IPIP tunnel between two Docker containers located on different physical servers....
Denis's user avatar
  • 11
0 votes
1 answer
122 views

I'm running almalinux 9, with 3 interfaces. The first interface (ens192) has a duplicate entry (see last two lines) in the routing table: [root@server ~]# route -n Kernel IP routing table Destination ...
TSG's user avatar
  • 1,993
0 votes
2 answers
227 views

My son has an OpenVPN server set up on his NetGear router in the UK. I am in Italy and have an OpenVPN Client that works fine on Windows but I want to connect also from my Raspberry Pi and Ubuntu ...
Jan Jachnik's user avatar
0 votes
1 answer
229 views

Back when only ifconfig and route -n and cat /etc/resolv.conf were the only ways to check IP address / Mask / Gateway on a system -- was there a way to determine if these attributes were assigned via ...
jester's user avatar
  • 193
1 vote
0 answers
106 views

I want to redirect the tcp port to interfaceX , to new destination : ip 192.168.3.8 on interfaceY with nftable rules. I tried that: nft flush ruleset nft add table ip nat nft add chain ip nat ...
python3.789's user avatar
1 vote
1 answer
463 views

I’m trying to configure ip (static, so without dhcp), there are some problems that I can't resolve by my self, because I do not understand it in a whole. Sorry if it is already answered, but as I said,...
anothereality444's user avatar
0 votes
1 answer
276 views

I'm trying to do a learning experiment with linux bridges. I wan't to create an isolated bridge on host without namespaces with the ability to debug interface connectivity. I want to be able ping ...
Dmytro Malovanyi's user avatar
0 votes
1 answer
111 views

I'm working on an platform that NetworkManager is gracefully embedded into its image. There are two separate eth0, and eth1, along with a 4G modem, all of which work fine. We use NetworkManager to ...
SAP's user avatar
  • 11
0 votes
1 answer
265 views

Straightforwardly, I've two inet devices: enp0s3 and enp0s9. enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 08:00:27:f3:bf:35 ...
Jordi's user avatar
  • 335
0 votes
0 answers
701 views

I've been trying to independently verify the answer to this stackoverflow question about how the Linux kernel assigns a source address to IP packets when the source doesn't request a specific source ...
jezza's user avatar
  • 148
0 votes
1 answer
169 views

echo "200 rj45" >> /etc/iproute2/rt_tables echo "201 WIFI" >> /etc/iproute2/rt_tables ip route add default via 192.168.5.9 dev eth0 ip rule add from 192.168.5.8/24 ...
Carve8851's user avatar
0 votes
0 answers
260 views

I see that there is a metric keyword in the dhcpcd.conf (as explained e.g. https://unix.stackexchange.com/a/413036/47009), which allows me to set the routing priority for a given interface. However, i ...
umläute's user avatar
  • 6,734
0 votes
1 answer
756 views

--------------------------------- | | | | -----> eth2 (WAN) --------> WG0-->------->-----> ...
user21379959's user avatar

15 30 50 per page
1
2 3 4 5
24