A little clarification --

These addresses are allocated via DHCP and not assigned to a specific
user, correct?

When you say "remote address" do you mean a downstream host (e.g., a
host assigned an address from SkyNetLan?)

Can you ping the host from the router itself?  For that matter, can
you ping the router from the host?

Justin

On 8/30/07, Joe Bowen <[EMAIL PROTECTED]> wrote:
> I have a wireless ISP and need to issue static addresses to some
> customers. I am unclear what settings are needed to do this.
>
> I have entered two address ranges in eth1, one for dhcp which is working
> fine the other using a block of 16 ip's. I can set my remote address to
> one of these "static" ip's (xxx.yyy.75.98) and get connected but when I
> ping the ip from outside the network the ip is not found.
>
> Please help!
>
> Thanks,
> Joe Bowen
> 800 582-6724
>
> My configuration is as follows:
>
>  protocols {
>         static {
>             route 0.0.0.0/0 {
>                 next-hop: xxx.yyy.184.233
>             }
>         }
>     }
>     policy {
>     }
>     interfaces {
>         loopback lo {
>         }
>         ethernet eth0 {
>             hw-id: 00:15:17:36:BA:1D
>         }
>         ethernet eth1 {
>             description: "SkyNetLan"
>             hw-id: 00:15:17:36:B2:9E
>             address 169.254.200.1 {
>                 prefix-length: 24
>             }
>             address xxx.yyy.75.97 {
>                 prefix-length: 28
>             }
>         }
>         ethernet eth2 {
>             description: "SuddenLinkWan"
>             hw-id: 00:1A:A0:31:FB:55
>             address xxx.yyy.184.234 {
>                 prefix-length: 29
>             }
>         }
>     }
>     firewall {
>     }
>     service {
>         dhcp-server {
>             name SkyNetLan {
>                 start 169.254.200.10 {
>                     stop: 169.254.200.240
>                 }
>                 network-mask: 24
>                 dns-server xxx.yyy.42.68
>                 dns-server xxx.yyy.42.100
>                 default-router: 169.254.200.1
>                 interface: "eth1"
>                 domain-name: "SkyNetCountryNOC.com"
>             }
>
> _______________________________________________
> Vyatta-users mailing list
> Vyatta-users@mailman.vyatta.com
> http://mailman.vyatta.com/mailman/listinfo/vyatta-users
>
_______________________________________________
Vyatta-users mailing list
Vyatta-users@mailman.vyatta.com
http://mailman.vyatta.com/mailman/listinfo/vyatta-users

Reply via email to