similar to: Bug in initscripts? Problem with ifup-routes and alias device

Displaying 20 results from an estimated 400 matches similar to: "Bug in initscripts? Problem with ifup-routes and alias device"

2015 Feb 20
1
Help with routing question.
On Thu, February 19, 2015 12:33, Les Mikesell wrote: > On Thu, Feb 19, 2015 at 9:48 AM, James B. Byrne > <byrnejb at harte-lyne.ca> wrote: >> >>> I added these directives to the route-eth0:192 file: >>> >>> ADDRESS0=192.168.6.9 >>> NETMASK0=255.255.255.0 >>> GATEWAY0=192.168.6.1 >>> >> >> Which should have been:
2015 Feb 19
0
Help with routing question.
On Thu, February 19, 2015 10:19, James B. Byrne wrote: > > I added these directives to the route-eth0:192 file: > > ADDRESS0=192.168.6.9 > NETMASK0=255.255.255.0 > GATEWAY0=192.168.6.1 > Which should have been: ADDRESS0=192.168.6.0 NETMASK0=255.255.255.0 GATEWAY0=192.168.6.1 Sigh. -- *** E-Mail is NOT a SECURE channel *** James B. Byrne
2015 Mar 12
3
Centos 6 - Persistant static routes
On Mar 12, 2015, at 11:52 AM, Jason Warr <jason at warr.net> wrote: > > On Thu, 12 Mar 2015 12:43:27 -0500, Robert Moskowitz <rgm at htt-consult.com> wrote: > >> I found: >> >> http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux-systems.html >> >> where it says to add to ifcfg-eth0: >> >>
2015 Feb 19
3
Help with routing question.
On Wed, February 18, 2015 13:07, Les Mikesell wrote: > On Wed, Feb 18, 2015 at 11:39 AM, James B. Byrne > <byrnejb at harte-lyne.ca> wrote: >> 2. How does one configure the routing table on network startup to >> specifically detail the route particular addresses are supposed to >> take? >> > > Not exactly sure how routing works with aliases on the same
2009 Jul 22
1
Routing issue - Revisited
A number of weeks ago I had huge help from many of you configuring routing on a server with multiple Internet facing nics. Thanks for all of your help!!!! I am still having a routing issue that I am hoping someone can help me tweek. This server, besides acting as our gateway to the internet, is also our web and email server. The server has 4 nics. Two are connected to the internet and the
2009 Apr 28
2
adding static route via network setup fails
I want to add the following route command route add -net 192.168.2.0/27 gw 192.168.2.3 via the normal network setup. The result should be the following routing table (the first line): 192.168.2.0/27 via 192.168.2.3 dev xenbr1 scope link 192.168.2.0/27 dev eth2 proto kernel scope link src 192.168.2.4 192.168.2.0/27 dev xenbr1 proto kernel scope link src 192.168.2.3 192.168.1.0/24 dev xenbr0
2014 Aug 27
2
Cannot Static Routes
Hi, I'd want to configure persistent static routes, ie in config files, but I can't configure static routes, I tested: [root at centos7 ~]# cat /etc/sysconfig/network-scripts/routes-enp0s3 ADDRESS0=10.10.10.0 NETMASK0=255.255.255.0 GATEWAY0=192.168.1.1 logs says nothing: ago 27 15:38:29 centos7.vhgroup.corp NetworkManager[2299]: <info> Activation (enp0s3) Stage 5 of 5 (IPv4
2005 Dec 12
1
Netcard don't up
Dear Friends I have 2 netcards (eth0 to Internet and eth1 to internal network) in CENTOS 4.2, bit when I boot system the up eth0 and et1i [OK]. When I run ifconfig the eth1 has not IP configure, then I run command ifdown eth1 and ifup eth1, after eth1 is work perfect. Below I show file /etc/sysconfig/network-scripts/ifcfg-eth1 # Please read /usr/share/doc/initscripts-*/sysconfig.txt # for
2015 Mar 12
0
Centos 6 - Persistant static routes
On Thu, 12 Mar 2015 12:43:27 -0500, Robert Moskowitz <rgm at htt-consult.com> wrote: > I know how to use 'ip' to set up a static route, e.g.: > > ip route add 192.168.128.0/17 via 40.53.24.3 dev eth0 > > But if you reboot or restart network, you loose this. Thus you have to > make it persistant. I found: > >
2015 Mar 12
0
Centos 6 - Persistant static routes
On Thu, Mar 12, 2015 at 2:25 PM, Warren Young <wyml at etr-usa.com> wrote: > On Mar 12, 2015, at 11:52 AM, Jason Warr <jason at warr.net> wrote: >> >> On Thu, 12 Mar 2015 12:43:27 -0500, Robert Moskowitz <rgm at htt-consult.com> wrote: >> >>> I found: >>> >>>
2015 Mar 12
2
Centos 6 - Persistant static routes
On 03/12/2015 03:51 PM, Les Mikesell wrote: > On Thu, Mar 12, 2015 at 2:25 PM, Warren Young <wyml at etr-usa.com> wrote: >> On Mar 12, 2015, at 11:52 AM, Jason Warr <jason at warr.net> wrote: >>> On Thu, 12 Mar 2015 12:43:27 -0500, Robert Moskowitz <rgm at htt-consult.com> wrote: >>> >>>> I found: >>>> >>>>
2011 Dec 21
1
Heads up: corrupt ifup-eth script in initscripts package on 5.7
Hi, after a lot of head scratching I found that the ifup-eth script in the initscripts package seems to be corrupt. I filed a bug with the details here: http://bugs.centos.org/view.php?id=5333 Given the nature of the corruption you might be not affected at all, see strange error messages or end up with networking problems on Centos 5.7 depending on what you configuration looks like. I just
2012 Dec 23
1
Calling a .bat to set environment variables and subsequent .exe execution from within R
Dear list, I have found a thread dealing with similar problems with a Mac, but somehow I cannot get it to work and the problem is slightly different: I am using the shell() command to execute a program from within R. The problem is that I need to execute SDKShell.bat file first that sets the environment variables for the program ogr2ogr.exe: shell(cmd =
2009 Aug 21
1
Function "nsl()" missing in package utils
Dear list, today I stumbled across the function ?nsl()? for the first time in order to perform a hostname lookup. According to the R Reference Index (Version 2.9.1, page 1522), the function should be part of the "utils" package. However, I cannot find it in the utils package of my installation(s). I've tried the R-versions 2.8.1, 2.9.0 and 2.9.1. I'd be very thankful if
2009 Dec 22
1
single host with two different ports
How does one specify two different ports in the same host file? When lapops are hardwired versus when mobile on a totally different lan. address0 71.17.72.27 address1 192.168.2.27 port0 22755 port1 655
2015 Mar 12
6
Centos 6 - Persistant static routes
I know how to use 'ip' to set up a static route, e.g.: ip route add 192.168.128.0/17 via 40.53.24.3 dev eth0 But if you reboot or restart network, you loose this. Thus you have to make it persistant. I found: http://www.cyberciti.biz/tips/configuring-static-routes-in-debian-or-red-hat-linux-systems.html where it says to add to ifcfg-eth0: 192.168.128.0/17 via 40.53.24.3 But this
2013 Jul 04
6
Trouble creating DomU with 2 NICs
Hey folks, I created a DomU, installed Linux, and then realized I''d only given it 1 NIC so brought it down to edit the cfg file to give it another NIC. Originally I just had : vif = [''''] And so I guess the defaults worked for the 1 NIC. So I changed it to : vif =
2009 Jan 15
0
Job as doctorial candidate
Ladies and gentlemen, this email is directed to all German-speaking members of the r-help list. We from the chair of statistics and quantitative methods on the Catholic University of Eichst?tt-Ingolstadt, Germany, are searching for a new colleague. You will find the corresponding job offer in the attachment. If you are interested, please don?t shy and send us your application on the
2007 Jun 09
1
write.table: last line should differ from usual eol
Dear R-Team, I have a problem with writing an array to (for example) a .txt-file. Because of the .txt-file must be read from another programm (OPL ILOG), the syntax of the output must be from a special form: name_of_the_object = [ [1,2, ... ], [1,...], ... ]; I think it's easier to understand with a small example: X<-array(1:4,c(2,2)) should be written as: X = [[1,3],
2008 Apr 15
1
How to create static routes on startup with CentOS4?
Hi, I'm working with the iproute2/iptables toolset on my CentOS4 server to create custom routing rules. However, I'm a bit at a loss how to create these permanently so that they are automatically reloaded upon reboot of the server. I know that iptables has a config file in /etc/sysconfig/iptables that is loaded by /etc/init.d/iptables startup script. Is there anything that works