This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

external ip address

I am having problems configuring the external networking card. The internal card has the ip of 192.168.2.100. mask:255.255.255.0    What range should I stick on the external card. My router does not have a fixed ip but I access the router  interface at 192.168.0.1. I am confused but slowly learning. Please help as I cannot get anywhere untill I have the network cards set up - Thanks a bunch,
Matt


This thread was automatically locked due to age.
  • I woudr remove the router and plug the astaro box directly into your DSL modem or cable modem if possible.  Is that an option?

    Owner:  Emmanuel Technology Consulting

    http://etc-md.com

    Former Sophos SG(Astaro) advocate/researcher/Silver Partner

    PfSense w/Suricata, ntopng, 

    Other addons to follow

  • I could do that but isn't that cutting back on a good security measure by removing the router? If i did that what addresses would I give the external card?
  • What king of Internet connection do you have?
    PPPoE, PPPoA, DHCP, static IP?
    If you can access the router at 192.168.0.1 try the 192.168.0.2 mask 255.255.255.0 on the external card and set the Default Gateway to 192.168.0.1.
    Better way is what William says… remove the Router…. But we must know the type of your connection to help you.

    Bye
  • I think that it must be a PPPoA (The european type)as I do not have static ip but how can I find out for sure? I remember having to enter in PPPoA when I initaly configured the router 2 years ago. It is a wireless netgear model.
  • i think you have a dsl to ethernet router. right?

    is there dhcp on the router. then plug the external interface astaro to the internal of the router.and configure the external of your astaro as dhcp. or give an ip from the ip range of the internal of your router.

    dynamic --router-- internal (192.168.0.1) -- external astaro (192.168.0.10/24 gw 192.168.0.1) and the default ip on the internal of astaro.
  • I think that I am starting to get somewhere now. Before I used astaro I just plugged the pc into the router and chose dynamic IP for the PC si I assume that the router has DHCP. I have tried to set ti up as Karabela says but I cannoty even ping the router from astaro. My internal network is as follows:  ip - 195.165.2.1 with a range of 255.255.0.0. The external is 198.168.0.2 with a range of 255.255.255.0 the default gateway for this is that of the router interface which is 192.168.0.1. I have set up a service definition for the internet access as follows: Protocol - tcp/udp sourceport 1024:65535 destport 1:65535. I have set up the packet filter for this packet filteras follows - service = internet - source and dest are set to any and it is green enabled. The nat is a sfollows: name = internet any->any / internet none dst(translation = internal (address).
    I cannot ping router? Gotta get this bad boy running. Please help.
    T.I.A
    Matt
  • Hi Matt,

    why do you use 195.165.2.1 on your internal Network? This IP range is public!
    I thing it will be better to use a privat IP range like 192.168.1.1 mask 255.255.255.0 for your internal network.

    Check the settings at “Packet Filter” -> “ICMP”. Is “Ping from Firewall“ enabled?
    Change your packet filter rule to source=any service=any destination=any (for testing).
    Delete your NAT Rule any make a new one like this:

    Name: Masq-Int-Out
    Rule Type: Masquerading
    Network: Internal (Network)
    Interface: External

    I hope that you can ping the Router from your internal Network now.

    Bye