Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Multiple Subnets & /etc/conf.d/net
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Utoxin
Guru
Guru


Joined: 19 Apr 2002
Posts: 413
Location: American Fork, UT

PostPosted: Fri Oct 07, 2005 5:22 pm    Post subject: Multiple Subnets & /etc/conf.d/net Reply with quote

Tried a quick search on the forums, and didn't see anything about how to do this configuration.

I've got a server that now has blocks of IPs on 5 different subnets. I'm having problems getting the 4 new subnets to respond. Do they each need a different default route, or can the box respond properly through the default route on the original subnet?

Here's the config bits, with the first octet of the IPs masked for a mild bit of security:

Code:

config_eth0=(
   "xxx.90.77.{96..126}/26"
   "xxx.90.90.{34..62}/27"
   "xxx.90.114.{2..30}/27"
   "xxx.83.131.{130..158}/27"
   "xxx.83.147.{34..62}/27"
)

routes_eth0=(
   "default via xxx.90.77.65"
)


I can't get the 4 new subnets to respond to pings. Currently using ifconfig. Should I switch to iproute2?
_________________
Gentoo:
1. A small fast penguin from Antarctica.
2. A small fast penguin on your computer.

Cool.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum