Here's my setup:
Slackware 13.1
External IFace = eth0 / DHCP (assigned from comcast)
Internal IFace = eth1 / 192.168.0.0/24
I've made it connect/authenticate, but I can't get anything to route through it..
I got a desktop-server with 2 network interfaces. eth0 and eth1.
eth0: connected to internet, IP 10.112.76.22 DNS 10.100.102.73 and .74
eth1: connected local, IP 192.168.1.21 DNS 10.112.76.22 (eth0)
I want to forward internet connection from eth0 to eth1. Which commands do I need to do this? And is my DNS the right 1?
i am having Ubuntu box with two nic,eth0:for private and eth1 for public with static ip assigned.
on eth0:192.168.30.1
eth1:x.x.106.111
I want to set this box as Default gateway for all the other machines and wan to do NAT ing on it.
But after assigning Ip address in eth1 i am not able to ping 192.168.30.0 network and Public Ips.
route
default x.x.106.1 iface eth1
x.x.106.0 * 255.255.255.
Hi guys,I have two network interfaces, say eth0 and eth1, where eth0 uses dhcp and eth1 has a static IP. When I ifdown eth1 and ifup eth1, the internet access from eth0 just becomes not... [by zeonjeng]
Scenario:
eth0 = LAN
eth1 = Internet
eth2 = Internet
I would like to force all traffic from eth0 between ports 1-443 through eth1 and the rest on eth2.
I have some problems connecting a Playstation to my VPN via another PC.
Hardware:
PC that should route incoming traffic from the Playstation to VPN:
eth0 - connected to the internet
eth1 - connected with my Playstation.
I've got a Linux webserver with 192.168.0.2/24 assigned to eth0 and 172.16.0.2/24 assigned to eth1. I must not change this.
I'm wondering about this, and I can't seem to find an explanation on the internet.
I have a linux gateway which has multiple interfaces:
eth0: external ip
eth1: 172.16.1.1/24
eth2: 172.16.2.1/24
ip_forward is enabled.
IPtables is configured to NAT traffic from eth1 -> eth0 and eth2 -> eth0.
I'm having problems setting up port forwarding for PPTP on a Linux machine to a W2003 VP-server.
On linux machine i have eth0 with static ip and internet acces and eth1 for Lan 10.8.1.1/24
I'm running Ubuntu 10.4 with a 2.6.32 Kernel with this nat setting:
-A POSTROUTING -s 10.8.1.1/24 -j SNAT --to-source $StaticIP
My setup to forwading trafic for port 1723 to deseire ip is:
-A PREROUTING -i e