Page 1 of 1
How to put LAN to use public IPs without bridge?
Posted: Thu Jun 17, 2004 1:29 am
by rz8168
I'm currently using bridges say..
interface "public" and interface "local" are on bridge1
they work flawlessly but I encounter one problem which is bandwidth limitation. I couldn't get it to work with bridge using PCQ. My question is, is there any other way to let local network to use public ip address? I've tried ARP-PROXY but it didn't work. Please help.
Posted: Thu Jun 17, 2004 6:50 am
by dwright
Need more information on your setup. Is this bridge inbetween your gateway to the internet and your users?. Please be specific in what your network layout is and your ip address scheme.
Dan
Posted: Thu Jun 17, 2004 7:28 am
by rz8168
<LAN> --> <MT> --> <CISCO Router> --> <DS3/internet>
I have 5 subnets of public ip addresses.
10.10.10.0/24
10.10.11.0/24
10.10.12.0/24
10.10.13.0/24
10.10.14.0/24
Posted: Thu Jun 17, 2004 9:23 am
by mp3turbo2
hello rz,
sorry to inform you, but 10.*.*.* addresses have never been and will never be public addresses.
In general, these IP ranges ARE NOT public and will not be public:
10.everything - 10.0.0.1 up to 10.255.255.255 (A subnet)
192.168.0.1 - 192.168.255.255 (B subnet)
172.16.0.0 - 172.31.255.255 (partial B)
bye, mp3turbo.
Posted: Thu Jun 17, 2004 12:10 pm
by rz8168
Our real public ip addresses start with 64.x.x.x and 208.x.x.x. I'm using 10.10.x.x as example, not our actual public ips.
Posted: Fri Jun 18, 2004 10:57 pm
by rz8168
Anyone? Or it's not possible?
Posted: Sat Jun 19, 2004 6:50 pm
by rpingar
I have public and private ip on my lan.
I set up proxy-arp on the public interface and assigned a public ip to my customers and also a public ip to the private interface. So the proxy-arp can join the two subnet.
I'm not a network gutu but it works like a charm.
bye
Posted: Sun Jun 20, 2004 6:34 pm
by Cameron Earnshaw
Why not use just throttle bandwidth by IP address? I started routing public addresses recently using a bridged interface and limiting bandwidth in this way is working very well for us.
Posted: Mon Jun 21, 2004 11:53 pm
by rz8168
Why not use just throttle bandwidth by IP address? I started routing public addresses recently using a bridged interface and limiting bandwidth in this way is working very well for us.
So are you saying it would be better to use bridge and PCQ? I don't understand what do you mean by throttle bandwidth by IP address.. can you please explain in more detail? Thanks.
Posted: Tue Jun 22, 2004 9:13 am
by WISP-BG
Why don't you simply route the public IPs (subnet) inside the LAN?
Posted: Tue Jun 22, 2004 11:33 am
by rz8168
We are ISP for student housing, and we provide public internet access to internal and external as we promised to students.