View Single Post
  #3   (View Single Post)  
Old 7th May 2016
Ghost3d Ghost3d is offline
Real Name: William Haynes
Ghost3d
 
Join Date: Apr 2009
Posts: 2
Thumbs up

Thank you,

I'm new to this raspi thing, but I'm a Linux Desktop user and primarily FreeBSD for serving little LAN projects.

On this topic maybe I'm missing something, I looked up aliases and understand that an alias requires a different subnet which is perfect, as well as giving me a second network interface listing in ifconfig. So what is not allowing me to route from rl0 (Pub-IP)--->rl0_alias (10.0.0.1)?

example

WORLD--->MODEM--->SWITCH--->rl0 [RasPi] Public IP --->rl0_alias (10.0.0.1) --->switch


Ex idea for Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 10.0.0.1 UGS 0 49378 xl0
127.0.0.1 127.0.0.1 UH 0 6 lo0
10.0.0/24 link#1 UC 0 0 xl0
192.168.1/24 link#2 UC 0 0 xl0_alias

If there is something fundamentally disallowing packets to be passed through the alias, I could understand, I just thought a situation similar to this might work. If not I can always use a USB NIC, I was just going for efficiency.
__________________
Support Free and Open Software: Join a Linux/BSD Users Group.

LinuxCompound.com
Reply With Quote