From: Lonnie A. <li...@lo...> - 2007-03-25 19:05:23
|
On Mar 25, 2007, at 12:30 PM, Kevin Kiely wrote: > I am trying to configure an additional interface for eth0 in > rc.conf in > Astlinux 4.3. using only one physical interface. > > I would like to plug the Astlinux machine on my LAN, receive an > address via > DHCP on eth0, connect to an openvpn server, and have a static virtual > address assigned to etho:1 (192.168.101.1) and have this map > directly to the > openvpn tun address (10.8.0.x) or perhaps have an additional static > address > that asterisk can listen on. Any way to accomplish this via rc.conf? > Kevin, You may not need to. Could you specify your network configuration a little more, what is your router, etc. Your comments seem to suggest AstLinux is going to be an OpenVPN server? Will it also be running asterisk? Usually adding a static route to your AstLinux/OpenVPN box as the gateway for 10.8.0.0/24 will do the trick with only one eth0 interface. Lonnie |