Re: Adding static routes with fc17

2012-07-17 Thread Ed Greshko
On 07/18/2012 09:16 AM, Alex wrote: > To follow up with my previous post, actually, it does work. I didn't > realize it, but NetworkManager was indeed installed and running. My > experience in the past was that it wasn't configured with a "minimal" > install. > > What's the proper way to switch fro

Re: Adding static routes with fc17

2012-07-17 Thread Alex
Hi, >> This is also something that can't really be done remotely. The moment >> I saved the route-eth0 file, I lost network connectivity. What is it >> about that system that's perpetually looking for that file? It was >> really bizarre. I didn't even restart the networking, and the >> networking

Re: Adding static routes with fc17

2012-07-17 Thread Alex
Hi, >> created route-p2p1 >> >> with the content... >> >> 192.168.1.0/24 dev p2p1 >> >> And on reboot >> >> [egreshko@f17 ~]$ netstat -rn >> Kernel IP routing table >> Destination Gateway Genmask Flags MSS Window irtt >> Iface >> 0.0.0.0 192.168.0.1 0.0.0.0

Re: Adding static routes with fc17

2012-07-17 Thread Ed Greshko
On 07/18/2012 09:07 AM, Alex wrote: > Hi, > >>> I have an fc17 install with a single interface and need to add another >>> route in addition to the default route. Previously, I could create >>> "route-eth0" (assuming eth0) with the following: >>> >>> x.x.x.x/z.z.z.z dev eth0 >> FWIW, I switched ove

Re: Adding static routes with fc17

2012-07-17 Thread Alex
Hi, >> I have an fc17 install with a single interface and need to add another >> route in addition to the default route. Previously, I could create >> "route-eth0" (assuming eth0) with the following: >> >> x.x.x.x/z.z.z.z dev eth0 > > FWIW, I switched over a VM to use network instead of NetworkMan

Re: Adding static routes with fc17

2012-07-16 Thread Ed Greshko
On 07/17/2012 09:37 AM, Alex wrote: > I have an fc17 install with a single interface and need to add another > route in addition to the default route. Previously, I could create > "route-eth0" (assuming eth0) with the following: > > x.x.x.x/z.z.z.z dev eth0 FWIW, I switched over a VM to use networ

Re: Adding static routes with fc17

2012-07-16 Thread Ed Greshko
On 07/17/2012 10:28 AM, Ed Greshko wrote: > I always thought you had to tell what external IP address was to handle > packets for > the network that isn't to go to the default route. Oh You're running 2 networks on the same wire? So the 192.168.0.1 would be the same IP address as eth0..

Re: Adding static routes with fc17

2012-07-16 Thread Ed Greshko
On 07/17/2012 10:04 AM, Alex wrote: > No, this is a "minimal install" system with no NetworkManager, just > "network". I'd be interested in seeing what file it creates, however, > so perhaps someone has an fc17 desktop they could try to create a > static route on? > > I'd hate to have to add all it

Re: Adding static routes with fc17

2012-07-16 Thread Alex
>> I have an fc17 install with a single interface and need to add another >> route in addition to the default route. Previously, I could create >> "route-eth0" (assuming eth0) with the following: >> >> x.x.x.x/z.z.z.z dev eth0 >> >> where x is the network and z is the netmask, and it would add the

Re: Adding static routes with fc17

2012-07-16 Thread Ed Greshko
On 07/17/2012 09:37 AM, Alex wrote: > Hi, > > I have an fc17 install with a single interface and need to add another > route in addition to the default route. Previously, I could create > "route-eth0" (assuming eth0) with the following: > > x.x.x.x/z.z.z.z dev eth0 > > where x is the network and z

Adding static routes with fc17

2012-07-16 Thread Alex
Hi, I have an fc17 install with a single interface and need to add another route in addition to the default route. Previously, I could create "route-eth0" (assuming eth0) with the following: x.x.x.x/z.z.z.z dev eth0 where x is the network and z is the netmask, and it would add the route. With th