The route tag has no wiki summary.
2
votes
0answers
67 views
12.04 - Extra default route breaks internet
Ubuntu 12.04 Desktop with wired network connection, eth0 and eth1 bonded and bridged. After reboot
ping ubuntu.com fails
ping 8.8.8.8 fails
access to web server by noip domain name fails
access to ...
0
votes
0answers
43 views
how to setup default route in interfaces file during boot process
I have Ubuntu 12.10 running on HP 4000 PC, the PC has two network cards, one is eth0, another is wlan0. eth0 is connected to internal network (192.168.18.0/24), wlan0 is connected to intranet ...
0
votes
0answers
74 views
Cannot set default gateway to specific LAN
Recently, I am trying to add a default gateway to my ubuntu machine to be able to send/receive packets from an another LAN through the router. However, everything I do the result is the following:
...
1
vote
1answer
346 views
Change OpenVPN client's default route
When setting up a test openvpn client on Ubuntu (using this guide), the client sets a route which tunnels all traffic through the vpn.
For example, when I connect to the vpn from Ubuntu, this is what ...
1
vote
2answers
275 views
how to route 3 NICs and 3 subnets
I am trying to setup routing between 3 subnets using an Ubuntu 12.10 server with 3 NICs. I would like to be able to have all these subnets route between one another as well as be able to access the ...
2
votes
1answer
290 views
Identical default gateway with different metric (0 and 100) Ubuntu 12.04 Desktop
I have recently started to configure my network using /etc/network/interfaces for a static IP address. For this I have added the following lines into the file:
auto lo
iface lo inet loopback
auto ...
11
votes
2answers
1k views
How to configure an OpenVPN Client Router
I am attempting to set up an OpenVPN Router so that I may connect my tablet (wireless) and Blu-Ray (wired) to a paid VPN service in another country on Ubuntu 12.10. I have successfully done this using ...
2
votes
1answer
334 views
How can I set my linux box as a router to forward ip packets?
I am doing a network experiment about ip packet forwarding, but I don't know why it does work.
I have a linux machine with two network interfaces, eth0 and eth1 both with static IP address (eth0: ...
1
vote
0answers
86 views
retrieving route flags programmatically? [closed]
Is there a way to obtain flags of the routing table through any API?
Netlink socket doesn't show any place for flags.
After checking route command's source code in net-tools it seems that it reads ...
0
votes
0answers
88 views
bridge network using route
I have been googeling and searching on how to do bridge my wifi connections to my internet connection using route.
I have a ubuntu server 12.04 with a wifi and normal network card
I also have a ...
0
votes
3answers
848 views
Webmin no route to host
Using Webmin → Network Configuration, I added a new DNS address to the existing server (10.100.200.300). While I saved the new configuration, I lost access to webmin and ssh to this server.
How can ...
0
votes
2answers
80 views
Which command can be used to configure a router to reject the address for example 192.168.100.0/24 network using the route command?
Which command can be used to configure a router to reject the address for example 192.168.100.0/24 network using the route command
1
vote
1answer
453 views
Split network between eth0 and eth1
At work, I have two networks - the hard wired eth0 is great for getting to local resources, but it is tied to a really slow internet connection. My wifi, on the other hand, is a fast wireless N. I'd ...
0
votes
0answers
119 views
route all traffic doesn't work
I wanna to route all traffic by DNS.it worked before by following command ,but it doesn't work today for unknown reason.
before connecting to iodine:
# route
Kernel IP routing table
Destination ...
3
votes
3answers
9k views
How to set routes?
I use Ubuntu since 8.10 version and today I'm using Ubuntu 12.04 Server.
I am with difficult in to keep static routes on booting.
I usually put the route commands
/sbin/route add -net ...
0
votes
1answer
6k views
ip route with two default gateways
So I have this challenge, and I've searched the internet high and low. Learned a lot - but Im still having some issues regarding my two gateway setup, which I really want to accomplish.
I have two ...
1
vote
1answer
468 views
How can I tell Ubuntu to keep the correct routing table?
Ubuntu sets a wrong routing table if the router is switched off and on again:
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.1 0.0.0.0 ...
3
votes
1answer
685 views
VPN default route issue when using the UI
When setting up a VPN connection using the UI (System settings => Network) the VPN connection is used as the default route after connecting to it.
How can I avoid this? That is without assigning ...
1
vote
1answer
708 views
Could I install DD-WRT on a Linux Box [closed]
I want to have a linux-box with two eth card, and I want to use it as the route. I know there is DD-WRT which runs for all kinds of router. I am wondering whether could I install DD-WRT on my ...
2
votes
1answer
4k views
Ubuntu 2 network card ip forwarding
I want to make "Ubuntu 11.10" as a router. I have two lan interfaces. Let say interface A ip's is 172.16.1.10 and interface B ip's is 192.168.1.10. How to configure Ubuntu so that 172.16.1.1 can ...
1
vote
1answer
253 views
route table explanation
I'm a newbie. Recently I used the command ip route ls to print my route table. Here is the content:
111.211.3.192/26 dev wlan0 proto kernel scope link src 111.211.3.205 metric 2
I'm curious about ...
5
votes
1answer
978 views
Default route lost on reboot
After upgrading to 11.10, my system is "forgetting" the default route to the internet every time the machine gets booted. It "remembers" the route to the office (on a second NIC). In my ...
1
vote
1answer
4k views
Understanding my route table
this isn't programming at all, but I've seen related topics so I thought why not.
I am using ubuntu and currently trying to learn basic networking. I read a lot of theory, so I understand the terms ...
3
votes
1answer
14k views
“Destination Host Unreachable” on ping [closed]
After network-manager could not connect to my router which has IP 192.168.1.1.
I set static ip for my interface. It connects but I cannot ping. I get "Destination host unreachable" whenever I ping ...