search for: ruhep

Displaying 20 results from an estimated 26 matches for "ruhep".

2006 Mar 28
4
[ ] IProute2 error ..
...m using iproute2 on my new Slackware 10.1 box. Here goes the problem: root@localhost:~# echo "200 DOONET" >> /etc/iproute2/rt_tables root@localhost:~# cat /etc/iproute2/rt_tables # # reserved values # 255 local 254 main 253 default 0 unspec # # local # #1 inr.ruhep 200 DOONET root@localhost:~# ip rule add from 10.255.255.0/24 table DOONET RTNETLINK answers: Invalid argument Weird .. i never experienced any problem like this in another box. Please help, thanks .. - Rio.Martin -
2010 Jan 20
6
routing multiple network cards on a single subnet
...would like to know what I am doing wrong and also why (in the interest of learning something from this situation). It's new territory for me. [root at audio ~]# cat /etc/iproute2/rt_tables # # reserved values # 255 local 254 main 253 default 0 unspec # # local # #1 inr.ruhep 50 access1 60 access2 [root at audio ~]# ip route add 24.89.92.0/24 dev eth1 table access1 [root at audio ~]# ip route add default via 24.89.92.1 table access1 [root at audio ~]# ip rule add from 24.89.92.178/32 lookup access1 [root at audio ~]# [root at audio ~]# ip route add 24.89.92.0...
2009 Jul 01
3
Multiple Internet facing Nics - Gateway issue
...E8:52:92:90 ONBOOT=yes IPADDR=aa.bb.166.2 NETMASK=255.255.255.224 GATEWAY=aa.bb.166.1 network NETWORKING=yes NETWORKING_IPV6=no HOSTNAME=heritage01 GATEWAY=xx.yy.51.46 GATEWAYDEV=eth2 rt_tables # # reserved values # 255 local 254 main 253 default 0 unspec # # local # #1 inr.ruhep 200 Cable 201 T1 iproute2 routes ip route add xx.yy.51.44/30 dev eth2 src xx.yy.51.46 table Cable ip route add default via xx.yy.51.46 ip route add xx.yy.51.44/30 dev eth2 src xx.yy.51.46 ip route add default via xx.yy.51.46 ip rule add from xx.yy.51.46 table Cable ip route add aa.bb.166.0/27 dev e...
2006 Aug 18
3
iproute2, alternative tables, no default route: routing trouble for localhost
...0 a1.a2.a3.a4 0.0.0.0 255.255.255.255 U 0 0 0 ppp0 b1.b2.b3.b4 0.0.0.0 255.255.255.255 U 0 0 0 ppp1 router # cat /etc/iproute2/rt_tables # # reserved values # 255 local 254 main 253 default 0 unspec # # local # #1 inr.ruhep 200 Servers 201 Clients 202 Club router # ip rule ls 0: from all lookup local 32763: from 10.10.100.101/24 lookup Club 32764: from 10.10.100.100/24 lookup Clients 32765: from 192.168.1.0/24 lookup Servers 32766: from all lookup main 32767: from all lookup default router # ip route ls ta...
2006 Feb 10
0
Simple Dual NIC setup
.../24 network but not the 192.168.2.0/24 network. 192.168.2/24 is network un-reachable .... Hmmm ... Can you check over my 6 commands below and see where my problem is? Many thanks. Regards, Rudi. Routing Tables 255 local 254 main 253 default 0 unspec # # local # #1 inr.ruhep 200 implan 201 inet echo "Setup NIC 0" ip addr add 10.1.1.1/24 dev eth0 brd + echo "Setup NIC 1" ip addr add 192.168.2.250/24 dev eth1 brd + echo "Setup Default Route [ inet table ]" ip route add default via 10.1.1.254 proto static table inet echo "Set...
2004 Dec 06
0
ip rule: from source prefix
...n into a problem with the from source prefix when using `ip rule`. If I set a from source prefix in my ip rules the two networks can see each other but the Linux router itself can only ping 1 network. /etc/iproute2/rt_tables 255 local 254 main 253 default 0 unspec 1 inr.ruhep 100 implan 200 inet Here I set up two NICs: ip addr add 192.168.2.7/24 dev eth0 brd + ip addr add 192.168.3.7/24 dev eth1 brd + Here I set up two routes: ip route add default via 192.168.2.1 proto static table inet ip route add 192.168.3/24 via 192.168.3.7 proto static table implan He...
2006 Apr 15
0
mutiple gateways problem
...0.0/24) and adsl internet connection 2 eth2: network range 2 (192.168.2.0/24) eth3: network range 3 (192.168.3.0/24) well i have created two tables in rt_tables like this: ---------------------- # # reserved values # 255 local 254 main 253 default 0 unspec # # local # #1 inr.ruhep 200 aulas 201 oficinas --------------------- and i have been trying to route from source to any or another table. ip rule add from 192.168.2.0/24 table aulas ip rule add from 192.168.3.0/24 table aulas ip route add default via 192.168.0.253 dev eth1 table aulas ip route add 192.168.0.0/24...
2007 Sep 25
1
Local server unreachable by remote lan in dual isp configuration
...ervers bypassing the default gw (firewall linux) that point directly vpn concentrator, the remote lan can connect the server. Some details. cat /etc/iproute2/rt_tables # # reserved values # 255 local 254 main 253 default 0 unspec 100 isp2 101 isp1 # # local # #1 inr.ruhep This is the iproute script: ISP1_NET="x.x.x.192/29" ISP1_IP="x.x.x.195" ISP1_GW="x.x.x.193" ISP1_IF="bad0" ISP2_NET="x.x.x.96/29" ISP2_IP="x.x.x.98" ISP2_GW="x.x.x.97" ISP2_IF="bad1" DMZ_NET="192.168.0.0/24&qu...
2016 Nov 14
0
Need help getting two NICs to work on CentOS 7
...works but how do I make it persistent across reboots? Boris Epstein: I am using Hyper-V and its getting annoying lol Ok so here is how I have set everything up: my /etc/iproute2/rt_tables: # # reserved values # 255 local 254 main 253 default 0 unspec # # local # #1 inr.ruhep 300 NIC1 310 NIC2 my /etc/sysconfig/network-scripts/route-eth0 file: 168.87.147.0/24 dev eth0 table 300 default via 168.87.147.1 dev eth0 table 300 /etc/sysconfig/network-scripts/route-eth1 file: 10.20.50.0/24 dev eth1 table 310 default via 10.20.50.1 dev eth1 table 310 My /etc/sysconfig/netwo...
2003 Aug 29
1
transparent proxy with shorewall
Hi, I followed the instructions posted on the shorewall web page for transparent proxy, but I still cannot get it to work. I have almost the same setup as described on the web, running squid on dmz, eth1, and the loc on eth2. I can see that packets going out from the fw, they are not sent to the squid proxy, and if I try to telnet to the squid proxy to port 80, where I should be directed to
2005 Oct 24
0
In eth0 out eth1
...ip addr flush eth1 ip link set eth0 down ip link set eth1 down ip link set eth0 up ip link set eth1 up echo "Routing Tables:" cat /etc/iproute2/rt_tables ### example rt_tables ### ## reserved values ## #255 local #254 main #253 default #0 unspec ## ## local ## ##1 inr.ruhep #200 wireless #201 internet ### example end ### echo "Setup NIC 0" ip addr add 192.168.3.10/24 dev eth0 brd + echo "Setup NIC 1" ip addr add 192.168.1.1/24 dev eth1 brd + echo "Setup Default Route [ internet table ]" ip route add default via 192.168.1.254 prot...
2007 Feb 20
0
table/rule problems definately odd.
...rough the 63.x.x.x interface. that''s bad mojo. So i''ve setup some iproute2 tables and rules. Here''s what i''ve setup thus far. # cat /etc/iproute2/rt_tables # # reserved values # 255 local 254 main 253 default 0 unspec # # local # #1 inr.ruhep 100 internal ip route add default via 10.x.x.1 dev eth1 table internal # ip ru show 0: from all lookup local 32765: from 10.x.x.x lookup internal 32766: from all lookup main 32767: from all lookup default so when i add the "ip route add" command and i tcpdump -i eth1 host 206.x...
2007 Aug 21
5
two providers
Hi to all i think this is not a new problem for this forum....but its newest for me as i m a new linux lerner. Even if it is new plzz....reply me ur answer..n if its already asked n have solution..plzz forward the solution. My problem is here mentioned: I have fedora core 4 as a linux server. there r two external links connected to this. the settings are as: eth0 ->for internal (that is
2014 Nov 10
2
outside ssh connection from two different ISP's
I have both cable and dsl service. The router attached to the cable service is 192.168.0.1 and the router attached to the dsl service is 192.168.0.254. I determine which service my computers communicate through by setting the gateway assignment to either of those addresses and it just works. I can connect to my computers from the outside by port forwarding from my routers to the computer that I
2016 Nov 08
2
Need help getting two NICs to work on CentOS 7
Hello there, What is the hypervisor that hosts the VM? What does ifconfig show on it? Boris. On Mon, Nov 7, 2016 at 4:36 PM, Gordon Messmer <gordon.messmer at gmail.com> wrote: > On 11/06/2016 11:00 PM, Sean Son wrote: > >> How do I >> configure the networking so that both IPs are pingable and the VM is >> reachable via both IPs? >> > > > You need
2015 Jul 18
3
Multiple network cards - routing issue?
...n't changed that or done anything with it at all. My /etc/iproute2/rt_tables looks like this. I haven't changed it from what it was when I originally set this thing up a few years ago. # # reserved values # 255 local 254 main 253 default 0 unspec # # local # #1 inr.ruhep 50 access1 60 access2 Note the access1 and access2 entries at the bottom of the file. I then ran the following three commands: ip route add 204.83.15.0/24 dev eth1 table access1 ip route add default via 204.83.15.254 dev eth1 table access1 ip rule add from 204.83.15.1/32 lookup access1...
2007 Aug 21
0
again the same prob that is ::two providers (heres full description )
...s/ifcfg-eth2 and my rules are placed in /etc/iproute2/rt_tables as suggested by lartc.org and the whole copy of my above file is copied below:::>>> # # reserved values # #255 local #254 main #253 default #0 unspec # # local # #1 inr.ruhep # # below this is added by me and above this is by default # two addational routing tables #ip route add 202.51.78.0/24 dev eth1 src ppp0 table T1 #ip route add default via ppp0 table T1 ip route add 203.78.165.0/24 dev eth2 src 203.78.165.154 table T2 ip route add default via 2...
2005 May 06
3
Multipath Routing in same subnet - Please take a look
Hello. I have the problem that I have two gateways on the same subnet, 80.237.244.1 and 80.237.244.33. Both gateways are 100 MBit cards, so I have 2 times 100 MBit to the Internet. The NIC in the server is a gigabit-card, so this card is easy able to use both gateways for outgoing traffic. Now I just want to use both gateways for my outgoing traffic but no matter what I do, it doesnt work. I
2007 Jan 05
4
Load Balancing Problems
Hi, I have a router that got its second link. I was trying to do load balancing, but i can not get it to work properly. Just one link works at time, and is always the second in the command ip route add default table 222 proto static. Am I missing something? My script is below. I am using Debian, tried with kernel 2.6.19 (my compilation) or debian''s one (2.6.18-3-486), same results
2016 Nov 07
6
Need help getting two NICs to work on CentOS 7
Hello all Here is the scenario: We have a mail server VM which currently has two virtual NICs attached to it. One NIC is has an IP on a subnet with a default gateway defined and the other NIC has an IP on a different subnet with a different gateway on a different VLAN defined. Now when I activate both NICs, and run an ifconfig -a, I see that both IP addresses are showing. Now here is the