Re: "Route" Problem

2003-10-13 Thread MKlinke
U lo > > default router 0.0.0.0 UG eth1 > > default router 0.0.0.0 UG eth0 > > > > If I'm reading this correctly, network sends are over device eth1. > > I need to change this to eth0 but all

Re: "Route" Problem

2003-10-13 Thread David C. Hart
On Mon, 2003-10-13 at 16:58, Edward Croft wrote: > /etc/sysconfig/network-scripts/ifcfg-eth1. Make sure there is no GATEWAY > line. If there is comment it out or delete it, otherwise that route will > continue to come back. > To delete that route manually, try > route del d

Re: "Route" Problem

2003-10-13 Thread Edward Croft
router 0.0.0.0 UG eth0 > > If I'm reading this correctly, network sends are over device eth1. I > need to change this to eth0 but all attempts at "route del . . ." result > in an "invalid" modification. I assume that Bind created the 169.

"Route" Problem

2003-10-13 Thread David C. Hart
eth1. I need to change this to eth0 but all attempts at "route del . . ." result in an "invalid" modification. I assume that Bind created the 169.254.0.0 entry. Ultimately, I want all traffic going out on eth0. signature.asc Description: This is a digitally signed message part

Re: route ?

2003-09-29 Thread n1uan2
ok thanks for the reply so this is then normal thing within redhat 9 to see this also will add those lines and yes i hope someone will explian an bit more on why this was added thanks again Bob The best thing to hit the internet i

Re: route ?

2003-09-29 Thread Lists
ature" was implemented. - Paul On Mon, 2003-09-29 at 14:53, [EMAIL PROTECTED] wrote: > Hi > I am new to this list as i just install redhat 9 and have an ? > about an route in the kernel routing table after i install and config > my lan it seems that somehow redhat or something

route ?

2003-09-29 Thread n1uan2
Hi I am new to this list as i just install redhat 9 and have an ? about an route in the kernel routing table after i install and config my lan it seems that somehow redhat or something has add an NET route of 169.254.0.0 has anyone seen this happen before or know why it might have happen also

Re: Need to set default route

2003-09-02 Thread Stephen Kuhn
On Wed, 2003-09-03 at 00:39, YoloIts wrote: > I did a new install from Red Hat 7 to 8.0 some time ago without xwindows. I > have moved the box to a different subnet and I need to change the IP address > and default route. 8 does not have linuxconf which I was use to. What > files

Re: Need to set default route

2003-09-02 Thread Jason Dixon
On Tue, 2003-09-02 at 10:39, YoloIts wrote: > I did a new install from Red Hat 7 to 8.0 some time ago without xwindows. I > have moved the box to a different subnet and I need to change the IP address > and default route. 8 does not have linuxconf which I was use to. What > files

Need to set default route

2003-09-02 Thread YoloIts
I did a new install from Red Hat 7 to 8.0 some time ago without xwindows. I have moved the box to a different subnet and I need to change the IP address and default route. 8 does not have linuxconf which I was use to. What files do I edit to make the changes and is there a replacement for

ip route and 2 links

2003-06-11 Thread Alex
I have been trying to setup some type of load balancing by directing all www trafic to a second net link via a second isp from which I have only one ip address asigned and the rest of the traffic via the main link at isp1. I needed that so I can do SNAT to a couple of routable ip's I received from

Re: 2 nics in rh8 machine how to route / bridge across?

2003-06-09 Thread Robert
NED MESSAGE- > Hash: SHA1 > > Hi, > I've got two networkcards in my rh8 box and need to route / bridge > across them. > > eth0 (192.168.1.1) connected to network1 on 192.168.1.* > eth1 (192.168.0.1) connected to network2 on 192.168.0.* > > how can I get ne

2 nics in rh8 machine how to route / bridge across?

2003-06-09 Thread David Drew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've got two networkcards in my rh8 box and need to route / bridge across them. eth0 (192.168.1.1) connected to network1 on 192.168.1.* eth1 (192.168.0.1) connected to network2 on 192.168.0.* how can I get network1 to see network2 and

route add -net 192.168.23.0 netmask 255.255.255.0 dev eth0

2003-03-22 Thread Michael Mansour
fault 192.168.x.x 0.0.0.0 UG0 00 eth0 when using the GUI tools (redhat-config-network). The other problem I have is when using the GUI tools to alias IP's on a eth device. Even though it works, the routing tables lists entries like: [EMAIL PROTECTED] root]# route

changing default route on sat disappaerance

2003-03-09 Thread Anth Courtney
Hey guys, Does anyone have a script / recommend a script that will do route changes when an interface disappears? i.e for a box which has a satellite interface and a modem backchannel, if the satellite plays up for any reason I'd like it to switch the routing to be solely via the

Re: Boot script should have the route set-up?

2003-03-05 Thread Mikkel L. Ellertson
On Wed, 5 Mar 2003, J. M. Brenner wrote: > > So, I've got a routing table that more or less works for > me. Now where am I expected to put the "route add" commands > so that the routing table will still be there after I > reboot? > > My impression is that

Re: Autodial when primary route fails

2003-03-03 Thread Emmanuel Seyman
On Mon, Mar 03, 2003 at 07:43:19AM -0800, Stephen Corey wrote: > > 1. How can I dial the Internet automatically when the Internet goes down? This shouldn't be that hard to do. I've seen quite a few scripts that check if your xDSL connection is up and try to start it if it isn't. Setup a cron job

Autodial when primary route fails

2003-03-03 Thread Stephen Corey
I want to setup a modem failover (that dials the Internet) when the primary route fails on my RH 7.3 box. I'll be using an external modem, which will be off normally. The users will be instructed to cut the modem on when they lose their connection to the Internet. After they've been

Re: Modem dial-up when route goes down (failover)

2003-02-28 Thread Jonathan Bartlett
. Jon On Fri, 28 Feb 2003, Stephen Corey wrote: > > I want to setup my RH 7.3 box so if my main route to the Internet goes down, the > system will dial the Internet with a modem and use that as the primary route. How > would I do that? I've heard someone say they've done tha

Modem dial-up when route goes down (failover)

2003-02-28 Thread Stephen Corey
I want to setup my RH 7.3 box so if my main route to the Internet goes down, the system will dial the Internet with a modem and use that as the primary route. How would I do that? I've heard someone say they've done that with using OSPF, but I don't have all the details. I basic

Re: rhn_register - No route to host

2003-02-07 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07 Feb 2003 14:56:31 +0200, bulent acikgoz wrote: > can you send me sample file /etc/sysconfig/rhn/up2date? > thank you. Huh? Why that? Run "up2date-config" or "up2date --configure". - -- -BEGIN PGP SIGNATURE- Version: GnuPG v1.

Re: rhn_register - No route to host

2003-02-07 Thread Will Mc Donald
From: "bulent acikgoz" <[EMAIL PROTECTED]> > Hi Will, > I tried your advice What advice? The output below looks like you may have actually cleared everthing from your /etc/sysconfig/rhn/up2date or something like that? I was just suggesting that Doza look into this as one possible cause of probl

Re: rhn_register - No route to host

2003-02-07 Thread bulent acikgoz
Hi Will, I tried your advice, I took this output, root@bulent root]# up2date -u Traceback (most recent call last): File "/usr/sbin/up2date", line 20, in ? from up2date_client import rpcServer File "/usr/share/rhn/up2date_client/rpcServer.py", line 10, in ? import up2dateAuth File "/us

Re: rhn_register - No route to host

2003-02-07 Thread Will Mc Donald
Original Message - From: "Doza" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 07, 2003 8:39 AM Subject: rhn_register - No route to host > I just installed 7.3 on one of my machines at home. The box sits behind a > firewall (Smoothwall) w

rhn_register - No route to host

2003-02-07 Thread Doza
I just installed 7.3 on one of my machines at home. The box sits behind a firewall (Smoothwall) which is connected to my cable modem. The machine gets its IP (from the Smoothwall) using DHCP. When i go to register my system using rhn_register, I get a "No route to host" error. I

How to save kernel route table

2003-01-20 Thread Roger
Hi all I am running RH8. Now I have to change something in route table, but I found that after system reboot the route table will be changed back again. So my question is how to save the new route table into kernel? Thanks in advance -- redhat-list mailing list unsubscribe mailto:[EMAIL

Re: Default Route Not Sticking

2002-11-14 Thread Marcos S. Trazzini
On Thu, 2002-11-14 at 17:53, Edward Marczak wrote: > On 11/1/02 3:59 AM, "gregory mott" (and others) tapped the keys: > > > on my redhat box, the gateway is specified in > > /etc/sysconfig/network-scripts/ifcfg-eth0: > [snip] You can also specify the GATEWAY in the "/etc/sysconfig/network" file.

Re: Default Route Not Sticking

2002-11-14 Thread Edward Marczak
On 11/1/02 3:59 AM, "gregory mott" (and others) tapped the keys: > on my redhat box, the gateway is specified in > /etc/sysconfig/network-scripts/ifcfg-eth0: [snip] I know this is a bit old now, but thanks to everyone who has responded. I haven't been able to reboot this 'in production' box yet,

Re: Default Route Not Sticking

2002-11-01 Thread gregory mott
dev in > /etc/sysconfig/network is the gateway device if there. Are there any other network >devices about with a route set, this might take preference. > > Check again that it is a valid gateway for the netmask etc. If not it will refuse >to set it. > > If that fails try setting

Re: Default Route Not Sticking

2002-10-31 Thread Xander D Harkness
mmm. This is a 7.3 boxdid they change something on me? I'm trying to avoid just putting a line in rc.local. I'd like to do this the 'RedHat way'. Thanks. Check that the gatewaydev in /etc/sysconfig/network is the gateway device if there. Are there any other network d

Default Route Not Sticking

2002-10-31 Thread Edward Marczak
I have a machine that I've moved. I edited /etc/sysconfig/network-scripts/ifcfg-eth0 to reflect the new ip address. I'm also sticking the new gateway in /etc/sysconfig/network. However, upon a reboot, I don't have any default gateway under netstat -rn. H. This is a 7.3 boxdid they chang

Re: route question

2002-09-30 Thread [EMAIL PROTECTED]
> > Yep. Your original routing table looks ok to me but then I have never > done the aliasing thing so I don't know what the eth1:0 should look > like. > > I would probably try it with eth0 and eth1 first and then bring up > eth1:0 after I got it working but I am a break a problem into chunks > k

Re: route question

2002-09-27 Thread rahul b jain cs student
try the following command and see if it works ping -I 10.1.1.2 10.1.5.1 rahul. On Fri, 27 Sep 2002, Matthew Boeckman wrote: > > > Hmm. Are saying that if you try to ping the eth1 interface from a > > machine attached to the network on eth0 it does not work? If so what is > > does the routing

Re: route question

2002-09-27 Thread Matthew Boeckman
> Hmm. Are saying that if you try to ping the eth1 interface from a > machine attached to the network on eth0 it does not work? If so what is > does the routing table on the ping orignating machine look like? It > needs to be told that the router is the gateway to that network. to refresh, th

Re: route question

2002-09-27 Thread Bret Hughes
On Fri, 2002-09-27 at 08:38, Matthew Boeckman wrote: > > > > > > > Not sure about the Network unreachable but I do not think you need a gw > > on the router since the route is already attached to the network. THe > > gateway is to tell a machine ," si

Re: route question

2002-09-27 Thread Matthew Boeckman
> > > Not sure about the Network unreachable but I do not think you need a gw > on the router since the route is already attached to the network. THe > gateway is to tell a machine ," since you don;t know anything about this > network, here is where to send these pa

Re: route question

2002-09-26 Thread Bret Hughes
255.255.240 eth1 > 0.0.0.0 10.1.1.1 0.0.0.0 eth0 > > Now, whenever I try to add a route statement the way i _think_ it should > be added, I get "Network Unreachable". When I add them reverse from what I > think, route doesn't complain, but stuff still doesn&

route question

2002-09-26 Thread Matthew Boeckman
genmask iface 10.1.1.00.0.0.0 255.255.255.252 eth0 10.1.5.00.0.0.0 255.255.255.224 eth1 10.1.6.00.0.0.0 255.255.255.240 eth1 0.0.0.0 10.1.1.10.0.0.0 eth0 Now, whenever I try to add a route statement the way i _think_ it should b

RE: persistent route

2002-09-23 Thread rahul b jain cs student
in order to make your routes permanent, you can add your route command to the following file /etc/rc.local this file is called at boot time and hence any command present in this file will be executed. rahul. On Wed, 18 Sep 2002, Rechenberg, Andrew wrote: > Add your routes to /

RE: persistent route

2002-09-23 Thread Rechenberg, Andrew
esday, September 18, 2002 3:08 PM To: '[EMAIL PROTECTED]' Subject: persistent route What the command to add a persistent route in linux. I use 'route add -host x.x.x.x gw x.x.x.x' but this route is gone after reboot. Thanks, -Devon -- redhat-list mailing list unsubscrib

Re: persistent route

2002-09-18 Thread Ed Wilts
On Wed, Sep 18, 2002 at 03:07:37PM -0400, Devon Harding - GTHLA wrote: > What the command to add a persistent route in linux. I use 'route add -host > x.x.x.x gw x.x.x.x' but this route is gone after reboot. Put those commands in /etc/sysconfig/static-routes -- Ed Wilts, Moun

persistent route

2002-09-18 Thread Devon Harding - GTHLA
What the command to add a persistent route in linux. I use 'route add -host x.x.x.x gw x.x.x.x' but this route is gone after reboot. Thanks, -Devon -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Default route keeps changing

2002-09-11 Thread michael . bartlett
Hi all, I've recently re-installed my box which I use as a router/firewall/dhcp/etc... I was running RH 7.2 - but after a horrid hard disc failure I've installed 7.3. My problem is this: I dialup via ppp0 and set that as my default route in my dial script. Three times in the last tw

Re: Help --- Trouble deleting routes from my route tables

2002-08-14 Thread Jim Cunning
] > >>> My 'ifconfig' is showing that I am getting an IP address from the DHCP > >>> and it is valid on my network. > >>> > >>> 'route -n', however, is showing that I have too many routes in my table > >>> and seems to be

Re: Help --- Trouble deleting routes from my route tables

2002-08-13 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14-Aug-2002/02:36 -0400, Lou Hamilton <[EMAIL PROTECTED]> wrote: >Here are my results (sorry for the permission denied e-mail previously, i >found my error): I don't see anything wrong. This has to be a routing problem. I just don;t know what it i

Re: Help --- Trouble deleting routes from my route tables

2002-08-13 Thread Lou Hamilton
Here are my results (sorry for the permission denied e-mail previously, i found my error): - /etc/sysconfig/network NETWORKING=yes HOSTNAME='Apollo' - /etc/sysconfig/network-scripts/i

Re: Help --- Trouble deleting routes from my route tables

2002-08-13 Thread Lou Hamilton
I am getting a "permission denied" statement Anthony E. Greene wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >On 14-Aug-2002/01:31 -0400, Lou Hamilton <[EMAIL PROTECTED]> wrote: > >>Tried to delete them but they still show up after a reboot. >> > >Look at /etc/sysconfig/network. There

Re: Help --- Trouble deleting routes from my route tables

2002-08-13 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14-Aug-2002/01:31 -0400, Lou Hamilton <[EMAIL PROTECTED]> wrote: >Tried to delete them but they still show up after a reboot. Look at /etc/sysconfig/network. There may be something unintended there. Also look at /etc/sysconfig/network-scripts/ifcf

Re: Help --- Trouble deleting routes from my route tables

2002-08-13 Thread Lou Hamilton
n issue with my local routing table on my RH7.3 >>> Workstation. I have some extra lines in my routing table that I am >>> having difficulties removing. >>> >> >> [snip] >> >>> My 'ifconfig' is showing that I am getting an IP address fr

Re: Help --- Trouble deleting routes from my route tables

2002-08-13 Thread Lou Hamilton
ocal routing table on my RH7.3 >>Workstation. I have some extra lines in my routing table that I am >>having difficulties removing. >> > >[snip] > >>My 'ifconfig' is showing that I am getting an IP address from the DHCP >>and it is valid on my networ

Re: Help --- Trouble deleting routes from my route tables

2002-08-13 Thread Jim Cunning
getting an IP address from the DHCP > and it is valid on my network. > > 'route -n', however, is showing that I have too many routes in my table > and seems to be confusing the packets and sending everything to the > default gateway. I do not even know where these routes c

Help --- Trouble deleting routes from my route tables

2002-08-13 Thread Lou Hamilton
s from the DHCP and it is valid on my network. 'route -n', however, is showing that I have too many routes in my table and seems to be confusing the packets and sending everything to the default gateway. I do not even know where these routes came from. I never entered anything in manual

Re: pppd "not replacing existing default route to eth0"

2002-08-11 Thread Kevin - KD Micro Software
ah, same thinking :) didn't see your message before I replied then. Thanks. - Original Message - From: "Kevin Myers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 12, 2002 1:01 PM Subject: Re: pppd "not replacing existing default route

Re: pppd "not replacing existing default route to eth0" [solved]

2002-08-11 Thread Kevin - KD Micro Software
Thanks for the quick response Ed. I knew it had something to do with the routing, and I had had trouble with the static-routes file before but it didn't appear to be it this time.I dunno why I didn't think of this before, but a simple route del default and then route add de

Re: pppd "not replacing existing default route to eth0"

2002-08-11 Thread Kevin Myers
On Mon, 12 Aug 2002 08:46:09 +0800, Kevin wrote: >When I run pppd, it's connecting to the ISP ok, but traffic doesn't go anywhere and >in /var/log/messages, I'm getting "not replacing existing default route to eth0". I >can see why outgoing traffic isn'

Re: pppd "not replacing existing default route to eth0"

2002-08-11 Thread Ed . Greshko
On Mon, 12 Aug 2002, Kevin - KD Micro Software wrote: > When I run pppd, it's connecting to the ISP ok, but traffic doesn't go > anywhere and in /var/log/messages, I'm getting "not replacing existing > default route to eth0". I can see why outgoing traffic isn&#

pppd "not replacing existing default route to eth0"

2002-08-11 Thread Kevin - KD Micro Software
Hi all,   When I run pppd, it's connecting to the ISP ok, but traffic doesn't go anywhere and in /var/log/messages, I'm getting "not replacing existing default route to eth0". I can see why outgoing traffic isn't going anywhere cause its trying to go out v

Re: Diferences route - ip route

2002-07-11 Thread Edward Marczak
On 7/8/02 11:20 AM, "David Talkington" [EMAIL PROTECTED] pressed the keys forming the message: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Edward Marczak wrote: > >> Consider 'arp', 'route', 'ifconfig', etc legacy com

Re: Diferences route - ip route

2002-07-08 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Edward Marczak wrote: >Consider 'arp', 'route', 'ifconfig', etc legacy commands. 'ip' is the new >way of interacting with networking. And it foists upon the user a new way of interacting with man page

Re: Diferences route - ip route

2002-07-08 Thread Edward Marczak
On 7/8/02 3:39 AM, "Ximo Llacer" [EMAIL PROTECTED] pressed the keys forming the message: > > Hi. > > Which is the difference between "route" and "ip route" ? 'ip route' is using the new, iproute2 software. 'route' is actu

Diferences route - ip route

2002-07-08 Thread Ximo Llacer
Hi. Which is the difference between "route" and "ip route" ? Un Cordial Saludo / Best regards Ximo Llácer Dpto Sistemas (GrupoInterpack ) G 0034 61767050 • 0034 61767158 0<mailto:[EMAIL PROTECTED]> ___ Redha

Re: route

2002-07-05 Thread Ray Curtis
Please show the courtesy to send your mail without the HTML, Thanks, -- Ray Curtis mailto:[EMAIL PROTECTED] http://www.ccux.com ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/r

Re: route

2002-07-05 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello - It's not clear to me why you have or need two fixed routes. You only need one default route. My three-head gateway sees the internet on one side, and two private nets on the other. Its route table looks like this (probably linewr

route

2002-07-05 Thread Ximo Llacer
Hi,   My problem is the next:   I’ve got a box with 2 ifaces : eth0 eth1 and my route table is:   0.0.0.0   192.168.200.17    0.0.0.0   UGH   0 0 0 eth0 19.174.16.51  192.168.2.1   255.255.255.255   UGH   0 0 0 eth1 192.168.2.0

Re: Setting default route

2002-05-24 Thread Blake C. Thornton
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 24-May-2002/07:53 -0600, "Blake C. Thornton" <[EMAIL PROTECTED]> wrote: > >Could someone tell me where the script is that should set the default > >route. > > > >I am trying to get

Re: Setting default route

2002-05-24 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24-May-2002/07:53 -0600, "Blake C. Thornton" <[EMAIL PROTECTED]> wrote: >Could someone tell me where the script is that should set the default >route. > >I am trying to get ppp up and running and it is not setting the

Re: Setting default route

2002-05-24 Thread Robert Canary
urse, there's also a setting in that file called "GATEWAYDEV="...you > might set that to "ppp0" and see if it helps. > > On Fri, 24 May 2002, Blake C. Thornton wrote: > > > Could someone tell me where the script is that should set the default > > route

Re: Setting default route

2002-05-24 Thread Mike Burger
ornton wrote: > Could someone tell me where the script is that should set the default > route. > > I am trying to get ppp up and running and it is not setting the default > route by itself and I need to know how to change that (I can do it by >

Setting default route

2002-05-24 Thread Blake C. Thornton
Could someone tell me where the script is that should set the default route. I am trying to get ppp up and running and it is not setting the default route by itself and I need to know how to change that (I can do it by hand, but that is a pain). Thanks, Blake

RE: How do I set up a internet route to my subnet

2002-04-25 Thread Kjetil Tjensvold
ox. > > > > > > > > --- Benjamin Rich <[EMAIL PROTECTED]> skrev: > Did > you > > setup DHCP on your linux machine? > > > > > > -Original Message- > > > From: Kjetil Tjensvold > [mailto:[EMAIL PROTECTED]] &

RE: How do I set up a internet route to my subnet

2002-04-25 Thread Bret Hughes
age- > > From: Kjetil Tjensvold [mailto:[EMAIL PROTECTED]] > > > > Sent: Thursday, April 25, 2002 2:51 AM > > To: redhat list redhat list > > Subject: How do I set up a internet route to my > > subnet > > > > > > How do I set up an internet route

RE: How do I set up a internet route to my subnet

2002-04-25 Thread Kjetil Tjensvold
dhat list > Subject: How do I set up a internet route to my > subnet > > > How do I set up an internet route to my subnet. > eth0 card connects to internet and eth1 to the > subnet > hub. I have enabled ip forwarding like this. > echo "1" > /proc/sys/net/

RE: How do I set up a internet route to my subnet

2002-04-25 Thread Benjamin Rich
Did you setup DHCP on your linux machine? -Original Message- From: Kjetil Tjensvold [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 2:51 AM To: redhat list redhat list Subject: How do I set up a internet route to my subnet How do I set up an internet route to my subnet. eth0

Re: How do I set up a internet route to my subnet

2002-04-25 Thread Kjetil Tjensvold
Do I have to use any route commands? -- ABrady <[EMAIL PROTECTED]> skrev: > On Thu, 25 Apr 2002 08:50:54 +0200 (CEST) > Kjetil Tjensvold <[EMAIL PROTECTED]> quietly > intimated: > > > How do I set up an internet route to my subnet. > > eth0 card connects

Re: How do I set up a internet route to my subnet

2002-04-25 Thread ABrady
On Thu, 25 Apr 2002 08:50:54 +0200 (CEST) Kjetil Tjensvold <[EMAIL PROTECTED]> quietly intimated: > How do I set up an internet route to my subnet. > eth0 card connects to internet and eth1 to the subnet > hub. I have enabled ip forwarding like this. > echo "1" >

How do I set up a internet route to my subnet

2002-04-24 Thread Kjetil Tjensvold
How do I set up an internet route to my subnet. eth0 card connects to internet and eth1 to the subnet hub. I have enabled ip forwarding like this. echo "1" > /proc/sys/net/ipv4/ip_forward. The win95 maschine says it cant find dhcp server. = Investigating the Norwegain 4.th S

route data

2002-03-12 Thread Burke, Thomas G.
It's been a long time since I've used route... I just ran it & got this, could someone please explain to me what it means? TIA, Tom Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface

RE: simple default route question, RH7.2 [SOLVED]

2002-02-22 Thread Charles Galpin
Hi Paul First, I think you missed the fact that the problem is solved. Second, I know how to tunnel X through ssh. This pc has no X libs, apps or anything. An X gui is in no way appropriate for this task. Then I did say I would *rather* edit the files anyway :) charles On Fri, 2002-02-22 at 12

RE: simple default route question, RH7.2 [SOLVED]

2002-02-22 Thread Paul Hamm
o: Redhat List Subject: RE: simple default route question, RH7.2 [SOLVED] Hi Paul, thanks for replying On Fri, 2002-02-22 at 11:32, Paul Hamm wrote: > The location is in /etc/sysconfig/networking/profiles/default/ there is > another one in /etc/sysconfig/network-scripts/ there is a new ver

RE: simple default route question, RH7.2 [SOLVED]

2002-02-22 Thread Charles Galpin
;t have them. Thanks though, and see below for my fix. > -Original Message- > From: Charles Galpin [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 22, 2002 11:28 AM > To: Redhat List > Subject: simple default route question, RH7.2 > > > I can't figure out

RE: simple default route question, RH7.2

2002-02-22 Thread Paul Hamm
Charles Galpin [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 11:28 AM To: Redhat List Subject: simple default route question, RH7.2 I can't figure out where the default route gets set up in 7.2. For whatever reason I didn't get prompted to setup networking during the install, so I

simple default route question, RH7.2

2002-02-22 Thread Charles Galpin
I can't figure out where the default route gets set up in 7.2. For whatever reason I didn't get prompted to setup networking during the install, so I set it up manually. From the looks of it, ifup uses the GATEWAY and GATEWAYDEV env variables set in /etc/sysconfig/network to do this aut

Re: route command querry

2001-04-30 Thread Mikkel L. Ellertson
On Fri, 27 Apr 2001, Tim wrote: > > I'm helping to set up a rather odd network environment, and I'm > running into some difficulties in the route command. > This is what I want to accomplish: > Destination Gateway Genmask Flags Metric

Re: route problem

2001-04-30 Thread Paul Anderson
added though is not one I would permanently add to my system. Paul Anderson Kumar wrote: > Hello Everyone, > > When every i try to do telnet/ftp to 192.168.1.1, this > is what i get "cannot reach the network / not route". > > Then i have done this, > #route ad

route problem

2001-04-29 Thread Kumar
Hello Everyone, When every i try to do telnet/ftp to 192.168.1.1, this is what i get "cannot reach the network / not route". Then i have done this, #route add -host 192.168.1.1 lo This appears to fix it. CAUSE OF PROBLEM: 1) I was trying to play with the HOSTNAME, used , netcfg,

route command querry

2001-04-28 Thread Tim
I'm helping to set up a rather odd network environment, and I'm running into some difficulties in the route command. This is what I want to accomplish: Destination Gateway Genmask Flags Metric RefUse Iface domain * 255.255.255.0 U

Re: route command querry

2001-04-27 Thread Tim
On Fri, 27 Apr 2001, Mikkel L. Ellertson wrote: > For a perminate solution, you will need to edit > /etc/sysconfig/network-scripts/ifcfg-eth1. You can do this by hand, you > use your faverate GUI. Basicly what you need is something like this: > > DEVICE=eth1 > BOOTPROTO=static > IPADDR=10.3.1.

Re: route command querry

2001-04-27 Thread Mikkel L. Ellertson
On Fri, 27 Apr 2001, Tim wrote: > > I'm helping to set up a rather odd network environment, and I'm > running into some difficulties in the route command. > This is what I want to accomplish: > Destination Gateway Genmask Flags Metric

route command querry

2001-04-27 Thread Tim
I'm helping to set up a rather odd network environment, and I'm running into some difficulties in the route command. This is what I want to accomplish: Destination Gateway Genmask Flags Metric RefUse Iface domain * 255.255.255.0 U

route error

2001-04-20 Thread Brian Schneider
I have installed Openmail and now it will now send mail. It gives a no route to host error. WhenI do a traceroute it does not seem to work either. My web browser, telnet, ssh ftp etc all work fine. Any ideas? ~TIA &qu

Re: no route to host?

2001-01-19 Thread Jack Byers
two pci nics share same interrupt here no problem rhat 5.2 [byers@byers /proc]$ cat interrupts CPU0 0:2109101 XT-PIC timer 1: 3043 XT-PIC keyboard 2: 0 XT-PIC cascade 5: 1 XT-PIC soundblaster 8: 1

Re: IRQ sharing - was no route to host?

2001-01-19 Thread Duane Clark
> My take on IRQ sharing is: unless you have seperate channels (as with IDE, > etc), everything bound to the interrupt will be interrupted at the same > time... which will cause problems in many cases.. I had 2 things on the > same IRQ one time on accident.. one of them was my sound card.. the sou

Re: no route to host?

2001-01-19 Thread Vineeta
I was just trying to help him out on irq settings. And,not unnecessarily posting messages. Vineeta RaghuNath L wrote: > vineeta > > his problem is solved for the movement kindly leave him to his work. > > Vineeta wrote: > > > Firstly,is it still not working? > > You posted a mail saying [SOLVED

Re: no route to host?

2001-01-19 Thread Vineeta
o unsubscribe > > - Original Message - > From: Vineeta <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, January 19, 2001 11:27 AM > Subject: Re: no route to host? > > > Firstly,is it still not working? > > You posted a mail saying [SOLVED].W

Re: no route to host? --> unsubscribing

2001-01-19 Thread Peter Peltonen
suman wrote: > > Kindly tell me how to unsubscribe You might try sending mail to this address: [EMAIL PROTECTED] with the word `help' in the subject or body (don't include the quotes), and you will get back a message with instructions. Cheers, Peter

Re: no route to host? --> irq sharing

2001-01-19 Thread RaghuNath L
cd /proc and try your luck for irqs Peter Peltonen wrote: > Vineeta wrote: > > > > Firstly,is it still not working? > > You posted a mail saying [SOLVED].What's going on...? > > It is working. I'm just wondering about the IRQs -- they haven't given me any > trouble yet, but I'm anticipating here

Re: no route to host? --> irq sharing

2001-01-19 Thread Peter Peltonen
Vineeta wrote: > > Firstly,is it still not working? > You posted a mail saying [SOLVED].What's going on...? It is working. I'm just wondering about the IRQs -- they haven't given me any trouble yet, but I'm anticipating here :) > For Example: > alias eth0 3c501 > options eth0 -o 3c501-0 io=0x2

Re: no route to host?

2001-01-19 Thread RaghuNath L
vineeta his problem is solved for the movement kindly leave him to his work. Vineeta wrote: > Firstly,is it still not working? > You posted a mail saying [SOLVED].What's going on...? > > If not,then, > It can be done through /etc/conf.modules. > check out: > http://www.linux.org/docs/ldp/howto

Re: no route to host?

2001-01-19 Thread suman
Kindly tell me how to unsubscribe - Original Message - From: Vineeta <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 19, 2001 11:27 AM Subject: Re: no route to host? > Firstly,is it still not working? > You posted a mail saying [SOLVED].What's

Re: no route to host?

2001-01-19 Thread Vineeta
Firstly,is it still not working? You posted a mail saying [SOLVED].What's going on...? If not,then, It can be done through /etc/conf.modules. check out: http://www.linux.org/docs/ldp/howto/Ethernet-HOWTO-3.html For Example: alias eth0 3c501 options eth0 -o 3c501-0 io=0x280 irq=5 Vineeta Peter

  1   2   >